Html Css Color HEX #D99DD2 Plum

📋 copy color: '#D99DD2'

red 217 ◦ green 157 ◦ blue 210

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

Shades of Plum #D99DD2

Tints of Plum #D99DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

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

R = 37.16%
G = 26.88%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D99DD2 (or 0xD99DD2) is known color: Plum. HEX triplet: D9, 9D and D2. RGB value is (217,157,210). Sum of RGB (Red+Green+Blue) = 217+157+210=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD2 is #26622D. Grayscale: #B4B4B4. Windows color (decimal): -2515502 or 13802969. OLE color: 13802969.

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

Color convert

RGB 217 157 210 -
CMYK 0 0.28 0.03 0.15
HSL 307º 0.44% 0.73% -
HSV(B) 307º 0.28% 0.85% -
XYZ 52.31 43.52 66.62 -
YUV 180.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 217 157 210 0 0.28 0.03 0.15 307 0.44 0.73
Hex D9 9D D2 0 1C 3 F 133 2C 49
Octal 331 235 322 0 34 3 17 463 54 111
Binary 11011001 10011101 11010010 0 11100 11 1111 100110011 101100 1001001

Color Harmonies of #D99DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DD2

Black with #D99DD2

Text Example


Text Example

White with #D99DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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