Shades of Plum #DF9ECE
Tints of Plum #DF9ECE
RGB
CMYK
RGB Variations
Color information
#DF9ECE (or 0xDF9ECE) is known color: 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
RGB | 223 | 158 | 206 | - |
CMYK | 0 | 0.29 | 0.08 | 0.13 |
HSL | 315.69º | 0.5% | 0.75% | - |
HSV(B) | 315.69º | 0.29% | 0.87% | - |
XYZ | 53.8 | 44.6 | 64.17 | - |
YUV | 182.91 | 141.03 | 156.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 158 | 206 | 0 | 0.29 | 0.08 | 0.13 | 315.69 | 0.5 | 0.75 |
Hex | DF | 9E | CE | 0 | 1D | 8 | D | 13C | 32 | 4B |
Octal | 337 | 236 | 316 | 0 | 35 | 10 | 15 | 474 | 62 | 113 |
Binary | 11011111 | 10011110 | 11001110 | 0 | 11101 | 1000 | 1101 | 100111100 | 110010 | 1001011 |
Color Harmonies of #DF9ECE
Complementary color
Monochromatic Colors of #DF9ECE
Black with #DF9ECE
Text Example
Text Example
White with #DF9ECE
Text Example
Text Example
HTML Codes & Css Web 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>