Shades of Plum #DF9EDD
Tints of Plum #DF9EDD
RGB
CMYK
RGB Variations
Color information
#DF9EDD (or 0xDF9EDD) is known color: Plum. HEX triplet: DF, 9E and DD. RGB value is (223,158,221). Sum of RGB (Red+Green+Blue) = 223+158+221=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDD is #206122. Grayscale: #B8B8B8. Windows color (decimal): -2122019 or 14524127. OLE color: 14524127.
HSL color Cylindrical-coordinate representation of color #DF9EDD: hue angle of 301.85º 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 #DF9EDD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 221 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 301.85º | 0.5% | 0.75% | - |
| HSV(B) | 301.85º | 0.29% | 0.87% | - |
| XYZ | 55.71 | 45.36 | 74.23 | - |
| YUV | 184.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 221 | 0 | 0.29 | 0.01 | 0.13 | 301.85 | 0.5 | 0.75 |
| Hex | DF | 9E | DD | 0 | 1D | 1 | D | 12E | 32 | 4B |
| Octal | 337 | 236 | 335 | 0 | 35 | 1 | 15 | 456 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11011101 | 0 | 11101 | 1 | 1101 | 100101110 | 110010 | 1001011 |
Color Harmonies of #DF9EDD
Complementary color
Monochromatic Colors of #DF9EDD
Black with #DF9EDD
Text Example
Text Example
White with #DF9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EDD; }
p { color: rgb(223,158,221); }
H1.HeaderClassName
{
color: #DF9EDD;
}
.AnyTagClassName
{
color: #DF9EDD;
}
</style>
background-color css
<style>
a { background-color: #DF9EDD; }
a { background-color: rgb(223,158,221); }
div.DivClassName
{
background-color: #DF9EDD;
}
.BgClassName
{
background-color: #DF9EDD;
}
</style>
border-color css
<style>
span { border-color: #DF9EDD; }
span { border-color: rgb(223,158,221); }
td.TdClassName
{
border-color: #DF9EDD;
}
.TagClassName
{
border-color: #DF9EDD;
}
</style>