#D999CC

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

Shades of Plum #D999CC

Tints of Plum #D999CC

Color information

#D999CC (or 0xD999CC) is unknown color: approx Plum. HEX triplet: D9, 99 and CC. RGB value is (217,153,204). Sum of RGB (Red+Green+Blue) = 217+153+204=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CC is #266633. Grayscale: #B1B1B1. Windows color (decimal): -2516532 or 13408729. OLE color: 13408729.

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

Color convert

RGB217153204-
CMYK00.290.060.15
HSL312.19º45.71%72.55%-
HSV(B)312.19º29.49%85.1%-
XYZ50.9141.8962.53-
YUV177.95142.7155.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=37.80%
G=26.66%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715320400.290.060.15312.1945.7172.55
HexD999CC01D6F1382e49
Octal33123131403561747056111
Binary11011001100110011100110001110111011111001110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999CC; }

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

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

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

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

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

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

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

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