Html Css Color HEX #D99ECF Plum

📋 copy color: '#D99ECF'

red 217 ◦ green 158 ◦ blue 207

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

Shades of Plum #D99ECF

Tints of Plum #D99ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 37.29%
G = 27.15%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D99ECF (or 0xD99ECF) is known color: Plum. HEX triplet: D9, 9E and CF. RGB value is (217,158,207). Sum of RGB (Red+Green+Blue) = 217+158+207=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECF is #266130. Grayscale: #B5B5B5. Windows color (decimal): -2515249 or 13606617. OLE color: 13606617.

HSL color Cylindrical-coordinate representation of color #D99ECF: hue angle of 310.17º 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 #D99ECF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 207 -
CMYK 0 0.27 0.05 0.15
HSL 310.17º 0.44% 0.74% -
HSV(B) 310.17º 0.27% 0.85% -
XYZ 52.1 43.71 64.72 -
YUV 181.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 217 158 207 0 0.27 0.05 0.15 310.17 0.44 0.74
Hex D9 9E CF 0 1B 5 F 136 2C 4A
Octal 331 236 317 0 33 5 17 466 54 112
Binary 11011001 10011110 11001111 0 11011 101 1111 100110110 101100 1001010

Color Harmonies of #D99ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ECF

Black with #D99ECF

Text Example


Text Example

White with #D99ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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