Html Css Color HEX #D990E4 Plum

📋 copy color: '#D990E4'

red 217 ◦ green 144 ◦ blue 228

#D990E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D990E4

Tints of Plum #D990E4

RGB

 RED value IS 217 (85.16% from 255) = 36.84%

 GREEN value IS 144 (56.64% from 255) = 24.45%

 BLUE value IS 228 (89.45% from 255) = 38.71%

R = 36.84%
G = 24.45%
B = 38.71%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D990E4 (or 0xD990E4) is known color: Plum. HEX triplet: D9, 90 and E4. RGB value is (217,144,228). Sum of RGB (Red+Green+Blue) = 217+144+228=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #D990E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990E4 is #266F1B. Grayscale: #AFAFAF. Windows color (decimal): -2518812 or 14979289. OLE color: 14979289.

HSL color Cylindrical-coordinate representation of color #D990E4: hue angle of 292.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D990E4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 144 228 -
CMYK 0.05 0.37 0 0.11
HSL 292.14º 0.61% 0.73% -
HSV(B) 292.14º 0.37% 0.89% -
XYZ 52.59 40.3 78.41 -
YUV 175.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 217 144 228 0.05 0.37 0 0.11 292.14 0.61 0.73
Hex D9 90 E4 5 25 0 B 124 3D 49
Octal 331 220 344 5 45 0 13 444 75 111
Binary 11011001 10010000 11100100 101 100101 0 1011 100100100 111101 1001001

Color Harmonies of #D990E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990E4

Black with #D990E4

Text Example


Text Example

White with #D990E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990E4; }

 p { color: rgb(217,144,228); }

 H1.HeaderClassName
 {
   color: #D990E4;
 }
 .AnyTagClassName
 {
   color: #D990E4;
 }
</style>

background-color css

<style>
 a { background-color: #D990E4; }

 a { background-color: rgb(217,144,228); }

 div.DivClassName
 {
   background-color: #D990E4;
 }
 .BgClassName
 {
   background-color: #D990E4;
 }
</style>

border-color css

<style>
 span { border-color: #D990E4; }

 span { border-color: rgb(217,144,228); }

 td.TdClassName
 {
   border-color: #D990E4;
 }
 .TagClassName
 {
   border-color: #D990E4;
 }
</style>