#DF99D9

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

Shades of Plum #DF99D9

Tints of Plum #DF99D9

Color information

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

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

Color convert

RGB223153217-
CMYK00.310.030.13
HSL305.14º52.24%73.73%-
HSV(B)305.14º31.39%87.45%-
XYZ54.3543.4871.17-
YUV181.23148.19157.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315321700.310.030.13305.1452.2473.73
HexDF99D901F3D131344a
Octal33723133103731546164112
Binary1101111110011001110110010111111111011001100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99D9; }

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

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

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

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

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

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

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

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