Shades of Plum #DF8ED8
Tints of Plum #DF8ED8
RGB
CMYK
RGB Variations
Color information
#DF8ED8 (or 0xDF8ED8) is known color: Plum. HEX triplet: DF, 8E and D8. RGB value is (223,142,216). Sum of RGB (Red+Green+Blue) = 223+142+216=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED8 is #207127. Grayscale: #AEAEAE. Windows color (decimal): -2126120 or 14192351. OLE color: 14192351.
HSL color Cylindrical-coordinate representation of color #DF8ED8: hue angle of 305.19º 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 #DF8ED8 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 216 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.13 |
| HSL | 305.19º | 0.56% | 0.72% | - |
| HSV(B) | 305.19º | 0.36% | 0.87% | - |
| XYZ | 52.5 | 39.99 | 69.92 | - |
| YUV | 174.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 216 | 0 | 0.36 | 0.03 | 0.13 | 305.19 | 0.56 | 0.72 |
| Hex | DF | 8E | D8 | 0 | 24 | 3 | D | 131 | 38 | 48 |
| Octal | 337 | 216 | 330 | 0 | 44 | 3 | 15 | 461 | 70 | 110 |
| Binary | 11011111 | 10001110 | 11011000 | 0 | 100100 | 11 | 1101 | 100110001 | 111000 | 1001000 |
Color Harmonies of #DF8ED8
Complementary color
Monochromatic Colors of #DF8ED8
Black with #DF8ED8
Text Example
Text Example
White with #DF8ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ED8; }
p { color: rgb(223,142,216); }
H1.HeaderClassName
{
color: #DF8ED8;
}
.AnyTagClassName
{
color: #DF8ED8;
}
</style>
background-color css
<style>
a { background-color: #DF8ED8; }
a { background-color: rgb(223,142,216); }
div.DivClassName
{
background-color: #DF8ED8;
}
.BgClassName
{
background-color: #DF8ED8;
}
</style>
border-color css
<style>
span { border-color: #DF8ED8; }
span { border-color: rgb(223,142,216); }
td.TdClassName
{
border-color: #DF8ED8;
}
.TagClassName
{
border-color: #DF8ED8;
}
</style>