Shades of Plum #DF9EEC
Tints of Plum #DF9EEC
RGB
CMYK
RGB Variations
Color information
#DF9EEC (or 0xDF9EEC) is known color: Plum. HEX triplet: DF, 9E and EC. RGB value is (223,158,236). Sum of RGB (Red+Green+Blue) = 223+158+236=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEC is #206113. Grayscale: #BABABA. Windows color (decimal): -2122004 or 15507167. OLE color: 15507167.
HSL color Cylindrical-coordinate representation of color #DF9EEC: hue angle of 290º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9EEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 158 | 236 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.07 |
| HSL | 290º | 0.67% | 0.77% | - |
| HSV(B) | 290º | 0.33% | 0.93% | - |
| XYZ | 57.8 | 46.2 | 85.23 | - |
| YUV | 186.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 236 | 0.06 | 0.33 | 0 | 0.07 | 290 | 0.67 | 0.77 |
| Hex | DF | 9E | EC | 6 | 21 | 0 | 7 | 122 | 43 | 4D |
| Octal | 337 | 236 | 354 | 6 | 41 | 0 | 7 | 442 | 103 | 115 |
| Binary | 11011111 | 10011110 | 11101100 | 110 | 100001 | 0 | 111 | 100100010 | 1000011 | 1001101 |
Color Harmonies of #DF9EEC
Complementary color
Monochromatic Colors of #DF9EEC
Black with #DF9EEC
Text Example
Text Example
White with #DF9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EEC; }
p { color: rgb(223,158,236); }
H1.HeaderClassName
{
color: #DF9EEC;
}
.AnyTagClassName
{
color: #DF9EEC;
}
</style>
background-color css
<style>
a { background-color: #DF9EEC; }
a { background-color: rgb(223,158,236); }
div.DivClassName
{
background-color: #DF9EEC;
}
.BgClassName
{
background-color: #DF9EEC;
}
</style>
border-color css
<style>
span { border-color: #DF9EEC; }
span { border-color: rgb(223,158,236); }
td.TdClassName
{
border-color: #DF9EEC;
}
.TagClassName
{
border-color: #DF9EEC;
}
</style>