COLOR #D483FA

HEX: #D483FA RGB: (212,131,250)

Color info

#D483FA contains mainly red and blue colors. Web safe color of #D483FA is #CC99FF (or #C9F).

RGB color model

#D483FA color RGB value is (212,131,250).

RGB: (212,131,250) (83%, 51%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 131 of 255 = 51%
B 250 of 255 = 98%

212
131
250

R + G + B ~ 77%. #D483FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 131 + 250 = 593 (100%)
R 212 of 593 ~ 35.75%
G 131 of 593 ~ 22.09%
B 250 of 593 ~ 42.16'%

%35.75
%22.09
%42.16

CMYK color model

#D483FA color CMYK value is (15,48,0,2).

  • cyan value is 15.20%
  • magenta value is 47.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (15,48,0,2)
C15M48Y0K2 (15%, 48%, 0%, 2%)
(0.15 / 0.48 / 0.00 / 0.02)

CMYK percentages

%15.2
%47.6
%0
%1.96

Codes

Color #D483FA in popluar color models

D4 83 FA
RGB 212 131 250
HSL 281° 92.25% 74.71%
HSB/HSV 281° 47.60% 98.04%
CMYK 15.20% 47.60% 0.00%
1.96%

Color #D483FA in popluar number systems.

HEX D4 83 FA
Decimal 212 131 250
Binary 11010100 10000011 11111010
Octal 324 203 372

Shades and tints

Shades of #D483FA

#D483FA
(212,131,250)
#C178E4
(193,120,228)
#AE6DCE
(174,109,206)
#9B62B8
(155,98,184)
#8857A2
(136,87,162)
#754C8C
(117,76,140)
#624176
(98,65,118)
#4F3660
(79,54,96)
#3C2B4A
(60,43,74)
#292034
(41,32,52)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #D483FA

#D483FA
(212,131,250)
#D78EFA
(215,142,250)
#DA99FA
(218,153,250)
#DDA4FA
(221,164,250)
#E0AFFA
(224,175,250)
#E3BAFA
(227,186,250)
#E6C5FA
(230,197,250)
#E9D0FA
(233,208,250)
#ECDBFA
(236,219,250)
#EFE6FA
(239,230,250)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D483FA color. Also use rgb(212,131,250) instead hex code.

Text Font Color

.myTextColor { color: #D483FA; }

<p style="color:#D483FA">This sample text font color is #D483FA.</p>

This text font color is #D483FA.

Background Color

.myBgColor { background-color: #D483FA; }

<div style="background-color:#D483FA">Inner text</div>

This div background color is #D483FA.

Border color

.myBorderColor { border: 1px solid #D483FA; }

<div style="border:3px solid #D483FA">Div</div>

This div border color is #D483FA.

Opacity

.myOpacity80 { color: #D483FA; opacity: 0.8; }

<p style="color:#D483FA;opacity:0.8;">80%</p>

Text with #D483FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D483FA;}

<p style="text-shadow: 3px 3px 1px #D483FA">Text here.</p>

This text has shadow with #D483FA color.


.textShadow {text-shadow: 3px 3px 1px #D483FA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D483FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #D483FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D483FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D483FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #D483FA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D483FA;
-webkit-box-shadow: 1px 1px 3px 2px #D483FA;
box-shadow: 1px 1px 3px 2px #D483FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D483FA; -webkit-box-shadow: 1px 1px 3px 2px #D483FA; box-shadow:1px 1px 3px 2px #D483FA;">
Div content here
</div>

This div box has shadow with color #D483FA.

Preview

Color preview on black background

This text has color #D483FA on black background.


Color preview on white background

This text has color #D483FA on white background.


Black color preview on #D483FA background

This text has black color on #D483FA background.


White color preview on #D483FA background

This text has white color on #D483FA background.


Related colors

Complementary color

Complementary color for #hex is #2B7C05.


I love getcolorcode.com

Triadic colors

1 #FAD483 and #83FAD4 with #D483FA are triadic colors.

2 #FA83D4 and #83D4FA with #D483FA are triadic colors.