Shades of Plum #DF8ECE
Tints of Plum #DF8ECE
RGB
CMYK
RGB Variations
Color information
#DF8ECE (or 0xDF8ECE) is known color: Plum. HEX triplet: DF, 8E and CE. RGB value is (223,142,206). Sum of RGB (Red+Green+Blue) = 223+142+206=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ECE is #207131. Grayscale: #ADADAD. Windows color (decimal): -2126130 or 13536991. OLE color: 13536991.
HSL color Cylindrical-coordinate representation of color #DF8ECE: hue angle of 312.59º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8ECE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 206 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 312.59º | 0.56% | 0.72% | - |
| HSV(B) | 312.59º | 0.36% | 0.87% | - |
| XYZ | 51.25 | 39.49 | 63.31 | - |
| YUV | 173.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 206 | 0 | 0.36 | 0.08 | 0.13 | 312.59 | 0.56 | 0.72 |
| Hex | DF | 8E | CE | 0 | 24 | 8 | D | 139 | 38 | 48 |
| Octal | 337 | 216 | 316 | 0 | 44 | 10 | 15 | 471 | 70 | 110 |
| Binary | 11011111 | 10001110 | 11001110 | 0 | 100100 | 1000 | 1101 | 100111001 | 111000 | 1001000 |
Color Harmonies of #DF8ECE
Complementary color
Monochromatic Colors of #DF8ECE
Black with #DF8ECE
Text Example
Text Example
White with #DF8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ECE; }
p { color: rgb(223,142,206); }
H1.HeaderClassName
{
color: #DF8ECE;
}
.AnyTagClassName
{
color: #DF8ECE;
}
</style>
background-color css
<style>
a { background-color: #DF8ECE; }
a { background-color: rgb(223,142,206); }
div.DivClassName
{
background-color: #DF8ECE;
}
.BgClassName
{
background-color: #DF8ECE;
}
</style>
border-color css
<style>
span { border-color: #DF8ECE; }
span { border-color: rgb(223,142,206); }
td.TdClassName
{
border-color: #DF8ECE;
}
.TagClassName
{
border-color: #DF8ECE;
}
</style>