#DF9ECE

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

Shades of Plum #DF9ECE

Tints of Plum #DF9ECE

Color information

#DF9ECE (or 0xDF9ECE) is unknown color: approx Plum. HEX triplet: DF, 9E and CE. RGB value is (223,158,206). Sum of RGB (Red+Green+Blue) = 223+158+206=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ECE is #206131. Grayscale: #B6B6B6. Windows color (decimal): -2122034 or 13541087. OLE color: 13541087.

HSL color Cylindrical-coordinate representation of color #DF9ECE: hue angle of 315.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9ECE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223158206-
CMYK00.290.080.13
HSL315.69º50.39%74.71%-
HSV(B)315.69º29.15%87.45%-
XYZ53.844.664.17-
YUV182.91141.03156.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=37.99%
G=26.92%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315820600.290.080.13315.6950.3974.71
HexDF9ECE01D8D13c324b
Octal337236316035101547462113
Binary110111111001111011001110011101100011011001111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ECE; }

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

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

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

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

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

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

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

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