Shades of Plum #DE9ED7
Tints of Plum #DE9ED7
RGB
CMYK
RGB Variations
Color information
#DE9ED7 (or 0xDE9ED7) is known color: Plum. HEX triplet: DE, 9E and D7. RGB value is (222,158,215). Sum of RGB (Red+Green+Blue) = 222+158+215=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED7 is #216128. Grayscale: #B7B7B7. Windows color (decimal): -2187561 or 14130910. OLE color: 14130910.
HSL color Cylindrical-coordinate representation of color #DE9ED7: hue angle of 306.56º 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 #DE9ED7 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 215 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.13 |
| HSL | 306.56º | 0.49% | 0.75% | - |
| HSV(B) | 306.56º | 0.29% | 0.87% | - |
| XYZ | 54.62 | 44.89 | 70.08 | - |
| YUV | 183.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 215 | 0 | 0.29 | 0.03 | 0.13 | 306.56 | 0.49 | 0.75 |
| Hex | DE | 9E | D7 | 0 | 1D | 3 | D | 133 | 31 | 4B |
| Octal | 336 | 236 | 327 | 0 | 35 | 3 | 15 | 463 | 61 | 113 |
| Binary | 11011110 | 10011110 | 11010111 | 0 | 11101 | 11 | 1101 | 100110011 | 110001 | 1001011 |
Color Harmonies of #DE9ED7
Complementary color
Monochromatic Colors of #DE9ED7
Black with #DE9ED7
Text Example
Text Example
White with #DE9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9ED7; }
p { color: rgb(222,158,215); }
H1.HeaderClassName
{
color: #DE9ED7;
}
.AnyTagClassName
{
color: #DE9ED7;
}
</style>
background-color css
<style>
a { background-color: #DE9ED7; }
a { background-color: rgb(222,158,215); }
div.DivClassName
{
background-color: #DE9ED7;
}
.BgClassName
{
background-color: #DE9ED7;
}
</style>
border-color css
<style>
span { border-color: #DE9ED7; }
span { border-color: rgb(222,158,215); }
td.TdClassName
{
border-color: #DE9ED7;
}
.TagClassName
{
border-color: #DE9ED7;
}
</style>