#D99DD9

Color #D99DD9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D99DD9

Tints of Plum #D99DD9

Color information

#D99DD9 (or 0xD99DD9) is unknown color: approx Plum. HEX triplet: D9, 9D and D9. RGB value is (217,157,217). Sum of RGB (Red+Green+Blue) = 217+157+217=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D99DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD9 is #266226. Grayscale: #B5B5B5. Windows color (decimal): -2515495 or 14261721. OLE color: 14261721.

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

Color convert

RGB217157217-
CMYK00.2800.15
HSL300º44.12%73.33%-
HSV(B)300º27.65%85.1%-
XYZ53.243.8871.31-
YUV181.78147.88153.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=36.72%
G=26.57%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715721700.2800.1530044.1273.33
HexD99DD901C0F12c2c49
Octal33123533103401745454111
Binary110110011001110111011001011100011111001011001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DD9; }

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

 H1.HeaderClassName
 {
   color: #D99DD9;
 }
 .AnyTagClassName
 {
   color: #D99DD9;
 }
</style>
background-color css

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

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

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

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

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

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