Shades of Plum #DF9EDE
Tints of Plum #DF9EDE
RGB
CMYK
RGB Variations
Color information
#DF9EDE (or 0xDF9EDE) is known color: Plum. HEX triplet: DF, 9E and DE. RGB value is (223,158,222). Sum of RGB (Red+Green+Blue) = 223+158+222=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDE is #206121. Grayscale: #B8B8B8. Windows color (decimal): -2122018 or 14589663. OLE color: 14589663.
HSL color Cylindrical-coordinate representation of color #DF9EDE: hue angle of 300.92º 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 #DF9EDE is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 222 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.13 |
| HSL | 300.92º | 0.5% | 0.75% | - |
| HSV(B) | 300.92º | 0.29% | 0.87% | - |
| XYZ | 55.84 | 45.42 | 74.93 | - |
| YUV | 184.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 222 | 0 | 0.29 | 0.00 | 0.13 | 300.92 | 0.5 | 0.75 |
| Hex | DF | 9E | DE | 0 | 1D | 0 | D | 12D | 32 | 4B |
| Octal | 337 | 236 | 336 | 0 | 35 | 0 | 15 | 455 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11011110 | 0 | 11101 | 0 | 1101 | 100101101 | 110010 | 1001011 |
Color Harmonies of #DF9EDE
Complementary color
Monochromatic Colors of #DF9EDE
Black with #DF9EDE
Text Example
Text Example
White with #DF9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EDE; }
p { color: rgb(223,158,222); }
H1.HeaderClassName
{
color: #DF9EDE;
}
.AnyTagClassName
{
color: #DF9EDE;
}
</style>
background-color css
<style>
a { background-color: #DF9EDE; }
a { background-color: rgb(223,158,222); }
div.DivClassName
{
background-color: #DF9EDE;
}
.BgClassName
{
background-color: #DF9EDE;
}
</style>
border-color css
<style>
span { border-color: #DF9EDE; }
span { border-color: rgb(223,158,222); }
td.TdClassName
{
border-color: #DF9EDE;
}
.TagClassName
{
border-color: #DF9EDE;
}
</style>