#DF9CCE

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

Shades of Plum #DF9CCE

Tints of Plum #DF9CCE

Color information

#DF9CCE (or 0xDF9CCE) is unknown color: approx Plum. HEX triplet: DF, 9C and CE. RGB value is (223,156,206). Sum of RGB (Red+Green+Blue) = 223+156+206=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CCE is #206331. Grayscale: #B5B5B5. Windows color (decimal): -2122546 or 13540575. OLE color: 13540575.

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

Color convert

RGB223156206-
CMYK00.300.080.13
HSL315.22º51.15%74.31%-
HSV(B)315.22º30.04%87.45%-
XYZ53.4643.9264.05-
YUV181.73141.7157.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=38.12%
G=26.67%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315620600.300.080.13315.2251.1574.31
HexDF9CCE01E8D13b334a
Octal337234316036101547363112
Binary110111111001110011001110011110100011011001110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CCE; }

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

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

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

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

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

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

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

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