Shades of Plum #DF9EEF
Tints of Plum #DF9EEF
RGB
CMYK
RGB Variations
Color information
#DF9EEF (or 0xDF9EEF) is known color: Plum. HEX triplet: DF, 9E and EF. RGB value is (223,158,239). Sum of RGB (Red+Green+Blue) = 223+158+239=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEF is #206110. Grayscale: #BABABA. Windows color (decimal): -2122001 or 15703775. OLE color: 15703775.
HSL color Cylindrical-coordinate representation of color #DF9EEF: hue angle of 288.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9EEF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 158 | 239 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.06 |
| HSL | 288.15º | 0.72% | 0.78% | - |
| HSV(B) | 288.15º | 0.34% | 0.94% | - |
| XYZ | 58.24 | 46.37 | 87.54 | - |
| YUV | 186.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 239 | 0.07 | 0.34 | 0 | 0.06 | 288.15 | 0.72 | 0.78 |
| Hex | DF | 9E | EF | 7 | 22 | 0 | 6 | 120 | 48 | 4E |
| Octal | 337 | 236 | 357 | 7 | 42 | 0 | 6 | 440 | 110 | 116 |
| Binary | 11011111 | 10011110 | 11101111 | 111 | 100010 | 0 | 110 | 100100000 | 1001000 | 1001110 |
Color Harmonies of #DF9EEF
Complementary color
Monochromatic Colors of #DF9EEF
Black with #DF9EEF
Text Example
Text Example
White with #DF9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EEF; }
p { color: rgb(223,158,239); }
H1.HeaderClassName
{
color: #DF9EEF;
}
.AnyTagClassName
{
color: #DF9EEF;
}
</style>
background-color css
<style>
a { background-color: #DF9EEF; }
a { background-color: rgb(223,158,239); }
div.DivClassName
{
background-color: #DF9EEF;
}
.BgClassName
{
background-color: #DF9EEF;
}
</style>
border-color css
<style>
span { border-color: #DF9EEF; }
span { border-color: rgb(223,158,239); }
td.TdClassName
{
border-color: #DF9EEF;
}
.TagClassName
{
border-color: #DF9EEF;
}
</style>