Html Css Color HEX #D99EE6 Plum

📋 copy color: '#D99EE6'

red 217 ◦ green 158 ◦ blue 230

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

Shades of Plum #D99EE6

Tints of Plum #D99EE6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.12%

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 35.87%
G = 26.12%
B = 38.02%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D99EE6 (or 0xD99EE6) is known color: Plum. HEX triplet: D9, 9E and E6. RGB value is (217,158,230). Sum of RGB (Red+Green+Blue) = 217+158+230=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EE6 is #266119. Grayscale: #B7B7B7. Windows color (decimal): -2515226 or 15113945. OLE color: 15113945.

HSL color Cylindrical-coordinate representation of color #D99EE6: hue angle of 289.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99EE6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 158 230 -
CMYK 0.06 0.31 0 0.10
HSL 289.17º 0.59% 0.76% -
HSV(B) 289.17º 0.31% 0.9% -
XYZ 55.13 44.92 80.63 -
YUV 183.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 217 158 230 0.06 0.31 0 0.10 289.17 0.59 0.76
Hex D9 9E E6 6 1F 0 A 121 3B 4C
Octal 331 236 346 6 37 0 12 441 73 114
Binary 11011001 10011110 11100110 110 11111 0 1010 100100001 111011 1001100

Color Harmonies of #D99EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EE6

Black with #D99EE6

Text Example


Text Example

White with #D99EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EE6; }

 p { color: rgb(217,158,230); }

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

background-color css

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

 a { background-color: rgb(217,158,230); }

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

border-color css

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

 span { border-color: rgb(217,158,230); }

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