#DF99CE

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

Shades of Plum #DF99CE

Tints of Plum #DF99CE

Color information

#DF99CE (or 0xDF99CE) is unknown color: approx Plum. HEX triplet: DF, 99 and CE. RGB value is (223,153,206). Sum of RGB (Red+Green+Blue) = 223+153+206=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CE is #206631. Grayscale: #B3B3B3. Windows color (decimal): -2123314 or 13539807. OLE color: 13539807.

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

Color convert

RGB223153206-
CMYK00.310.080.13
HSL314.57º52.24%73.73%-
HSV(B)314.57º31.39%87.45%-
XYZ52.9642.9363.89-
YUV179.97142.69158.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=38.32%
G=26.29%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315320600.310.080.13314.5752.2473.73
HexDF99CE01F8D13b344a
Octal337231316037101547364112
Binary110111111001100111001110011111100011011001110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99CE; }

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

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

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

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

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

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

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

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