#D99CD5

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

Shades of Plum #D99CD5

Tints of Plum #D99CD5

Color information

#D99CD5 (or 0xD99CD5) is unknown color: approx Plum. HEX triplet: D9, 9C and D5. RGB value is (217,156,213). Sum of RGB (Red+Green+Blue) = 217+156+213=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CD5 is #26632A. Grayscale: #B4B4B4. Windows color (decimal): -2515755 or 13999321. OLE color: 13999321.

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

Color convert

RGB217156213-
CMYK00.280.020.15
HSL303.93º44.53%73.14%-
HSV(B)303.93º28.11%85.1%-
XYZ52.5143.3368.55-
YUV180.74146.21153.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=37.03%
G=26.62%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715621300.280.020.15303.9344.5373.14
HexD99CD501C2F1302d49
Octal33123432503421746055111
Binary1101100110011100110101010111001011111001100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CD5; }

 p { color: rgb(217,156,213); }

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

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

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

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

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

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

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