#D99CDE

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

Shades of Plum #D99CDE

Tints of Plum #D99CDE

Color information

#D99CDE (or 0xD99CDE) is unknown color: approx Plum. HEX triplet: D9, 9C and DE. RGB value is (217,156,222). Sum of RGB (Red+Green+Blue) = 217+156+222=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #D99CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDE is #266321. Grayscale: #B5B5B5. Windows color (decimal): -2515746 or 14589145. OLE color: 14589145.

HSL color Cylindrical-coordinate representation of color #D99CDE: hue angle of 295.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99CDE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217156222-
CMYK0.020.3000.13
HSL295.45º50%74.12%-
HSV(B)295.45º29.73%87.06%-
XYZ53.6943.874.73-
YUV181.76150.71153.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.47%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=36.47%
G=26.22%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171562220.020.3000.13295.455074.12
HexD99CDE21E0D127324a
Octal33123433623601544762112
Binary1101100110011100110111101011110011011001001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CDE; }

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

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

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

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

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

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

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

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