#D999CD

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

Shades of Plum #D999CD

Tints of Plum #D999CD

Color information

#D999CD (or 0xD999CD) is unknown color: approx Plum. HEX triplet: D9, 99 and CD. RGB value is (217,153,205). Sum of RGB (Red+Green+Blue) = 217+153+205=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CD is #266632. Grayscale: #B1B1B1. Windows color (decimal): -2516531 or 13474265. OLE color: 13474265.

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

Color convert

RGB217153205-
CMYK00.290.060.15
HSL311.25º45.71%72.55%-
HSV(B)311.25º29.49%85.1%-
XYZ51.0341.9463.16-
YUV178.06143.2155.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=37.74%
G=26.61%
B=35.65%

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
Decimal21715320500.290.060.15311.2545.7172.55
HexD999CD01D6F1372e49
Octal33123131503561746756111
Binary11011001100110011100110101110111011111001101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999CD; }

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

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

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

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

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

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

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

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