Shades of Plum #DF8ED7
Tints of Plum #DF8ED7
RGB
CMYK
RGB Variations
Color information
#DF8ED7 (or 0xDF8ED7) is known color: Plum. HEX triplet: DF, 8E and D7. RGB value is (223,142,215). Sum of RGB (Red+Green+Blue) = 223+142+215=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED7 is #207128. Grayscale: #AEAEAE. Windows color (decimal): -2126121 or 14126815. OLE color: 14126815.
HSL color Cylindrical-coordinate representation of color #DF8ED7: hue angle of 305.93º 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 #DF8ED7 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 215 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.13 |
| HSL | 305.93º | 0.56% | 0.72% | - |
| HSV(B) | 305.93º | 0.36% | 0.87% | - |
| XYZ | 52.37 | 39.94 | 69.24 | - |
| YUV | 174.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 215 | 0 | 0.36 | 0.04 | 0.13 | 305.93 | 0.56 | 0.72 |
| Hex | DF | 8E | D7 | 0 | 24 | 4 | D | 132 | 38 | 48 |
| Octal | 337 | 216 | 327 | 0 | 44 | 4 | 15 | 462 | 70 | 110 |
| Binary | 11011111 | 10001110 | 11010111 | 0 | 100100 | 100 | 1101 | 100110010 | 111000 | 1001000 |
Color Harmonies of #DF8ED7
Complementary color
Monochromatic Colors of #DF8ED7
Black with #DF8ED7
Text Example
Text Example
White with #DF8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ED7; }
p { color: rgb(223,142,215); }
H1.HeaderClassName
{
color: #DF8ED7;
}
.AnyTagClassName
{
color: #DF8ED7;
}
</style>
background-color css
<style>
a { background-color: #DF8ED7; }
a { background-color: rgb(223,142,215); }
div.DivClassName
{
background-color: #DF8ED7;
}
.BgClassName
{
background-color: #DF8ED7;
}
</style>
border-color css
<style>
span { border-color: #DF8ED7; }
span { border-color: rgb(223,142,215); }
td.TdClassName
{
border-color: #DF8ED7;
}
.TagClassName
{
border-color: #DF8ED7;
}
</style>