Shades of Plum #DF8EE0
Tints of Plum #DF8EE0
RGB
CMYK
RGB Variations
Color information
#DF8EE0 (or 0xDF8EE0) is known color: Plum. HEX triplet: DF, 8E and E0. RGB value is (223,142,224). Sum of RGB (Red+Green+Blue) = 223+142+224=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EE0 is #20711F. Grayscale: #AFAFAF. Windows color (decimal): -2126112 or 14716639. OLE color: 14716639.
HSL color Cylindrical-coordinate representation of color #DF8EE0: hue angle of 299.27º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8EE0 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 142 | 224 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.12 |
| HSL | 299.27º | 0.57% | 0.72% | - |
| HSV(B) | 299.27º | 0.37% | 0.88% | - |
| XYZ | 53.56 | 40.42 | 75.5 | - |
| YUV | 175.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 224 | 0.00 | 0.37 | 0 | 0.12 | 299.27 | 0.57 | 0.72 |
| Hex | DF | 8E | E0 | 0 | 25 | 0 | C | 12B | 39 | 48 |
| Octal | 337 | 216 | 340 | 0 | 45 | 0 | 14 | 453 | 71 | 110 |
| Binary | 11011111 | 10001110 | 11100000 | 0 | 100101 | 0 | 1100 | 100101011 | 111001 | 1001000 |
Color Harmonies of #DF8EE0
Complementary color
Monochromatic Colors of #DF8EE0
Black with #DF8EE0
Text Example
Text Example
White with #DF8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EE0; }
p { color: rgb(223,142,224); }
H1.HeaderClassName
{
color: #DF8EE0;
}
.AnyTagClassName
{
color: #DF8EE0;
}
</style>
background-color css
<style>
a { background-color: #DF8EE0; }
a { background-color: rgb(223,142,224); }
div.DivClassName
{
background-color: #DF8EE0;
}
.BgClassName
{
background-color: #DF8EE0;
}
</style>
border-color css
<style>
span { border-color: #DF8EE0; }
span { border-color: rgb(223,142,224); }
td.TdClassName
{
border-color: #DF8EE0;
}
.TagClassName
{
border-color: #DF8EE0;
}
</style>