#D99CCC

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

Shades of Plum #D99CCC

Tints of Plum #D99CCC

Color information

#D99CCC (or 0xD99CCC) is unknown color: approx Plum. HEX triplet: D9, 9C and CC. RGB value is (217,156,204). Sum of RGB (Red+Green+Blue) = 217+156+204=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCC is #266333. Grayscale: #B3B3B3. Windows color (decimal): -2515764 or 13409497. OLE color: 13409497.

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

Color convert

RGB217156204-
CMYK00.280.060.15
HSL312.79º44.53%73.14%-
HSV(B)312.79º28.11%85.1%-
XYZ51.442.8962.7-
YUV179.71141.71154.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=37.61%
G=27.04%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715620400.280.060.15312.7944.5373.14
HexD99CCC01C6F1392d49
Octal33123431403461747155111
Binary11011001100111001100110001110011011111001110011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CCC; }

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

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

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

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

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

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

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

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