#D99DD7

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

Shades of Plum #D99DD7

Tints of Plum #D99DD7

Color information

#D99DD7 (or 0xD99DD7) is unknown color: approx Plum. HEX triplet: D9, 9D and D7. RGB value is (217,157,215). Sum of RGB (Red+Green+Blue) = 217+157+215=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD7 is #266228. Grayscale: #B5B5B5. Windows color (decimal): -2515497 or 14130649. OLE color: 14130649.

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

Color convert

RGB217157215-
CMYK00.280.010.15
HSL302º44.12%73.33%-
HSV(B)302º27.65%85.1%-
XYZ52.9443.7769.95-
YUV181.55146.88153.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=36.84%
G=26.66%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715721500.280.010.1530244.1273.33
HexD99DD701C1F12e2c49
Octal33123532703411745654111
Binary110110011001110111010111011100111111001011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DD7; }

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

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

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

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

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

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

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

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