Html Css Color HEX #D99EE9 Plum

📋 copy color: '#D99EE9'

red 217 ◦ green 158 ◦ blue 233

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

Shades of Plum #D99EE9

Tints of Plum #D99EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.32%

R = 35.69%
G = 25.99%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D99EE9 (or 0xD99EE9) is known color: Plum. HEX triplet: D9, 9E and E9. RGB value is (217,158,233). Sum of RGB (Red+Green+Blue) = 217+158+233=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #D99EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EE9 is #266116. Grayscale: #B7B7B7. Windows color (decimal): -2515223 or 15310553. OLE color: 15310553.

HSL color Cylindrical-coordinate representation of color #D99EE9: hue angle of 287.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99EE9 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 158 233 -
CMYK 0.07 0.32 0 0.09
HSL 287.2º 0.63% 0.77% -
HSV(B) 287.2º 0.32% 0.91% -
XYZ 55.55 45.09 82.87 -
YUV 184.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 217 158 233 0.07 0.32 0 0.09 287.2 0.63 0.77
Hex D9 9E E9 7 20 0 9 11F 3F 4D
Octal 331 236 351 7 40 0 11 437 77 115
Binary 11011001 10011110 11101001 111 100000 0 1001 100011111 111111 1001101

Color Harmonies of #D99EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EE9

Black with #D99EE9

Text Example


Text Example

White with #D99EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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