Shades of Plum #DE9EDC
Tints of Plum #DE9EDC
RGB
CMYK
RGB Variations
Color information
#DE9EDC (or 0xDE9EDC) is known color: Plum. HEX triplet: DE, 9E and DC. RGB value is (222,158,220). Sum of RGB (Red+Green+Blue) = 222+158+220=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDC is #216123. Grayscale: #B8B8B8. Windows color (decimal): -2187556 or 14458590. OLE color: 14458590.
HSL color Cylindrical-coordinate representation of color #DE9EDC: hue angle of 301.88º 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 #DE9EDC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 220 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 301.88º | 0.49% | 0.75% | - |
| HSV(B) | 301.88º | 0.29% | 0.87% | - |
| XYZ | 55.27 | 45.15 | 73.51 | - |
| YUV | 184.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 220 | 0 | 0.29 | 0.01 | 0.13 | 301.88 | 0.49 | 0.75 |
| Hex | DE | 9E | DC | 0 | 1D | 1 | D | 12E | 31 | 4B |
| Octal | 336 | 236 | 334 | 0 | 35 | 1 | 15 | 456 | 61 | 113 |
| Binary | 11011110 | 10011110 | 11011100 | 0 | 11101 | 1 | 1101 | 100101110 | 110001 | 1001011 |
Color Harmonies of #DE9EDC
Complementary color
Monochromatic Colors of #DE9EDC
Black with #DE9EDC
Text Example
Text Example
White with #DE9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EDC; }
p { color: rgb(222,158,220); }
H1.HeaderClassName
{
color: #DE9EDC;
}
.AnyTagClassName
{
color: #DE9EDC;
}
</style>
background-color css
<style>
a { background-color: #DE9EDC; }
a { background-color: rgb(222,158,220); }
div.DivClassName
{
background-color: #DE9EDC;
}
.BgClassName
{
background-color: #DE9EDC;
}
</style>
border-color css
<style>
span { border-color: #DE9EDC; }
span { border-color: rgb(222,158,220); }
td.TdClassName
{
border-color: #DE9EDC;
}
.TagClassName
{
border-color: #DE9EDC;
}
</style>