Shades of Plum #DE9ECF
Tints of Plum #DE9ECF
RGB
CMYK
RGB Variations
Color information
#DE9ECF (or 0xDE9ECF) is known color: Plum. HEX triplet: DE, 9E and CF. RGB value is (222,158,207). Sum of RGB (Red+Green+Blue) = 222+158+207=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ECF is #216130. Grayscale: #B6B6B6. Windows color (decimal): -2187569 or 13606622. OLE color: 13606622.
HSL color Cylindrical-coordinate representation of color #DE9ECF: hue angle of 314.06º degrees, saturation: 0.49, 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 #DE9ECF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 207 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.13 |
| HSL | 314.06º | 0.49% | 0.75% | - |
| HSV(B) | 314.06º | 0.29% | 0.87% | - |
| XYZ | 53.61 | 44.49 | 64.79 | - |
| YUV | 182.72 | 141.7 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 207 | 0 | 0.29 | 0.07 | 0.13 | 314.06 | 0.49 | 0.75 |
| Hex | DE | 9E | CF | 0 | 1D | 7 | D | 13A | 31 | 4B |
| Octal | 336 | 236 | 317 | 0 | 35 | 7 | 15 | 472 | 61 | 113 |
| Binary | 11011110 | 10011110 | 11001111 | 0 | 11101 | 111 | 1101 | 100111010 | 110001 | 1001011 |
Color Harmonies of #DE9ECF
Complementary color
Monochromatic Colors of #DE9ECF
Black with #DE9ECF
Text Example
Text Example
White with #DE9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9ECF; }
p { color: rgb(222,158,207); }
H1.HeaderClassName
{
color: #DE9ECF;
}
.AnyTagClassName
{
color: #DE9ECF;
}
</style>
background-color css
<style>
a { background-color: #DE9ECF; }
a { background-color: rgb(222,158,207); }
div.DivClassName
{
background-color: #DE9ECF;
}
.BgClassName
{
background-color: #DE9ECF;
}
</style>
border-color css
<style>
span { border-color: #DE9ECF; }
span { border-color: rgb(222,158,207); }
td.TdClassName
{
border-color: #DE9ECF;
}
.TagClassName
{
border-color: #DE9ECF;
}
</style>