Html Css Color HEX #D99ECC Plum

📋 copy color: '#D99ECC'

red 217 ◦ green 158 ◦ blue 204

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

Shades of Plum #D99ECC

Tints of Plum #D99ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 37.48%
G = 27.29%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D99ECC (or 0xD99ECC) is known color: Plum. HEX triplet: D9, 9E and CC. RGB value is (217,158,204). Sum of RGB (Red+Green+Blue) = 217+158+204=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECC is #266133. Grayscale: #B4B4B4. Windows color (decimal): -2515252 or 13410009. OLE color: 13410009.

HSL color Cylindrical-coordinate representation of color #D99ECC: hue angle of 313.22º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ECC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 204 -
CMYK 0 0.27 0.06 0.15
HSL 313.22º 0.44% 0.74% -
HSV(B) 313.22º 0.27% 0.85% -
XYZ 51.74 43.57 62.81 -
YUV 180.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 217 158 204 0 0.27 0.06 0.15 313.22 0.44 0.74
Hex D9 9E CC 0 1B 6 F 139 2C 4A
Octal 331 236 314 0 33 6 17 471 54 112
Binary 11011001 10011110 11001100 0 11011 110 1111 100111001 101100 1001010

Color Harmonies of #D99ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ECC

Black with #D99ECC

Text Example


Text Example

White with #D99ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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