Html Css Color HEX #D99ED2 Plum

📋 copy color: '#D99ED2'

red 217 ◦ green 158 ◦ blue 210

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

Shades of Plum #D99ED2

Tints of Plum #D99ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 37.09%
G = 27.01%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D99ED2 (or 0xD99ED2) is known color: Plum. HEX triplet: D9, 9E and D2. RGB value is (217,158,210). Sum of RGB (Red+Green+Blue) = 217+158+210=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED2 is #26612D. Grayscale: #B5B5B5. Windows color (decimal): -2515246 or 13803225. OLE color: 13803225.

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

Color convert

RGB 217 158 210 -
CMYK 0 0.27 0.03 0.15
HSL 307.12º 0.44% 0.74% -
HSV(B) 307.12º 0.27% 0.85% -
XYZ 52.47 43.86 66.67 -
YUV 181.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 217 158 210 0 0.27 0.03 0.15 307.12 0.44 0.74
Hex D9 9E D2 0 1B 3 F 133 2C 4A
Octal 331 236 322 0 33 3 17 463 54 112
Binary 11011001 10011110 11010010 0 11011 11 1111 100110011 101100 1001010

Color Harmonies of #D99ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ED2

Black with #D99ED2

Text Example


Text Example

White with #D99ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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