Shades of Plum #DF9ED2
Tints of Plum #DF9ED2
RGB
CMYK
RGB Variations
Color information
#DF9ED2 (or 0xDF9ED2) is known color: Plum. HEX triplet: DF, 9E and D2. RGB value is (223,158,210). Sum of RGB (Red+Green+Blue) = 223+158+210=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED2 is #20612D. Grayscale: #B7B7B7. Windows color (decimal): -2122030 or 13803231. OLE color: 13803231.
HSL color Cylindrical-coordinate representation of color #DF9ED2: hue angle of 312º 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 #DF9ED2 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 210 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.13 |
| HSL | 312º | 0.5% | 0.75% | - |
| HSV(B) | 312º | 0.29% | 0.87% | - |
| XYZ | 54.29 | 44.79 | 66.76 | - |
| YUV | 183.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 210 | 0 | 0.29 | 0.06 | 0.13 | 312 | 0.5 | 0.75 |
| Hex | DF | 9E | D2 | 0 | 1D | 6 | D | 138 | 32 | 4B |
| Octal | 337 | 236 | 322 | 0 | 35 | 6 | 15 | 470 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11010010 | 0 | 11101 | 110 | 1101 | 100111000 | 110010 | 1001011 |
Color Harmonies of #DF9ED2
Complementary color
Monochromatic Colors of #DF9ED2
Black with #DF9ED2
Text Example
Text Example
White with #DF9ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ED2; }
p { color: rgb(223,158,210); }
H1.HeaderClassName
{
color: #DF9ED2;
}
.AnyTagClassName
{
color: #DF9ED2;
}
</style>
background-color css
<style>
a { background-color: #DF9ED2; }
a { background-color: rgb(223,158,210); }
div.DivClassName
{
background-color: #DF9ED2;
}
.BgClassName
{
background-color: #DF9ED2;
}
</style>
border-color css
<style>
span { border-color: #DF9ED2; }
span { border-color: rgb(223,158,210); }
td.TdClassName
{
border-color: #DF9ED2;
}
.TagClassName
{
border-color: #DF9ED2;
}
</style>