#D999D7

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

Shades of Plum #D999D7

Tints of Plum #D999D7

Color information

#D999D7 (or 0xD999D7) is unknown color: approx Plum. HEX triplet: D9, 99 and D7. RGB value is (217,153,215). Sum of RGB (Red+Green+Blue) = 217+153+215=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D7 is #266628. Grayscale: #B3B3B3. Windows color (decimal): -2516521 or 14129625. OLE color: 14129625.

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

Color convert

RGB217153215-
CMYK00.290.010.15
HSL301.88º45.71%72.55%-
HSV(B)301.88º29.49%85.1%-
XYZ52.2742.4469.73-
YUV179.2148.2154.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=37.09%
G=26.15%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715321500.290.010.15301.8845.7172.55
HexD999D701D1F12e2e49
Octal33123132703511745656111
Binary110110011001100111010111011101111111001011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999D7; }

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

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

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

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

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

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

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

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