#D99CDF

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

Shades of Plum #D99CDF

Tints of Plum #D99CDF

Color information

#D99CDF (or 0xD99CDF) is unknown color: approx Plum. HEX triplet: D9, 9C and DF. RGB value is (217,156,223). Sum of RGB (Red+Green+Blue) = 217+156+223=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CDF is #266320. Grayscale: #B5B5B5. Windows color (decimal): -2515745 or 14654681. OLE color: 14654681.

HSL color Cylindrical-coordinate representation of color #D99CDF: hue angle of 294.63º degrees, saturation: 0.51, 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 #D99CDF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217156223-
CMYK0.030.3000.13
HSL294.63º51.15%74.31%-
HSV(B)294.63º30.04%87.45%-
XYZ53.8243.8675.44-
YUV181.88151.21153.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=36.41%
G=26.17%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171562230.030.3000.13294.6351.1574.31
HexD99CDF31E0D127334a
Octal33123433733601544763112
Binary1101100110011100110111111111110011011001001111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CDF; }

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

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

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

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

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

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

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

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