#D999DF

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

Shades of Plum #D999DF

Tints of Plum #D999DF

Color information

#D999DF (or 0xD999DF) is unknown color: approx Plum. HEX triplet: D9, 99 and DF. RGB value is (217,153,223). Sum of RGB (Red+Green+Blue) = 217+153+223=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D999DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DF is #266620. Grayscale: #B3B3B3. Windows color (decimal): -2516513 or 14653913. OLE color: 14653913.

HSL color Cylindrical-coordinate representation of color #D999DF: hue angle of 294.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D999DF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217153223-
CMYK0.030.3100.13
HSL294.86º52.24%73.73%-
HSV(B)294.86º31.39%87.45%-
XYZ53.3342.8675.27-
YUV180.12152.2154.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=36.59%
G=25.80%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171532230.030.3100.13294.8652.2473.73
HexD999DF31F0D127344a
Octal33123133733701544764112
Binary1101100110011001110111111111111011011001001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999DF; }

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

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

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

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

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

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

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

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