Shades of Plum #DF9EEE
Tints of Plum #DF9EEE
RGB
CMYK
RGB Variations
Color information
#DF9EEE (or 0xDF9EEE) is known color: Plum. HEX triplet: DF, 9E and EE. RGB value is (223,158,238). Sum of RGB (Red+Green+Blue) = 223+158+238=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEE is #206111. Grayscale: #BABABA. Windows color (decimal): -2122002 or 15638239. OLE color: 15638239.
HSL color Cylindrical-coordinate representation of color #DF9EEE: hue angle of 288.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9EEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 158 | 238 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 288.75º | 0.7% | 0.78% | - |
| HSV(B) | 288.75º | 0.34% | 0.93% | - |
| XYZ | 58.09 | 46.31 | 86.77 | - |
| YUV | 186.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 238 | 0.06 | 0.34 | 0 | 0.07 | 288.75 | 0.7 | 0.78 |
| Hex | DF | 9E | EE | 6 | 22 | 0 | 7 | 121 | 46 | 4E |
| Octal | 337 | 236 | 356 | 6 | 42 | 0 | 7 | 441 | 106 | 116 |
| Binary | 11011111 | 10011110 | 11101110 | 110 | 100010 | 0 | 111 | 100100001 | 1000110 | 1001110 |
Color Harmonies of #DF9EEE
Complementary color
Monochromatic Colors of #DF9EEE
Black with #DF9EEE
Text Example
Text Example
White with #DF9EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EEE; }
p { color: rgb(223,158,238); }
H1.HeaderClassName
{
color: #DF9EEE;
}
.AnyTagClassName
{
color: #DF9EEE;
}
</style>
background-color css
<style>
a { background-color: #DF9EEE; }
a { background-color: rgb(223,158,238); }
div.DivClassName
{
background-color: #DF9EEE;
}
.BgClassName
{
background-color: #DF9EEE;
}
</style>
border-color css
<style>
span { border-color: #DF9EEE; }
span { border-color: rgb(223,158,238); }
td.TdClassName
{
border-color: #DF9EEE;
}
.TagClassName
{
border-color: #DF9EEE;
}
</style>