Shades of Plum #DE9ED5
Tints of Plum #DE9ED5
RGB
CMYK
RGB Variations
Color information
#DE9ED5 (or 0xDE9ED5) is known color: Plum. HEX triplet: DE, 9E and D5. RGB value is (222,158,213). Sum of RGB (Red+Green+Blue) = 222+158+213=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ED5 is #21612A. Grayscale: #B7B7B7. Windows color (decimal): -2187563 or 13999838. OLE color: 13999838.
HSL color Cylindrical-coordinate representation of color #DE9ED5: hue angle of 308.44º 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 #DE9ED5 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 213 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.13 |
| HSL | 308.44º | 0.49% | 0.75% | - |
| HSV(B) | 308.44º | 0.29% | 0.87% | - |
| XYZ | 54.36 | 44.79 | 68.73 | - |
| YUV | 183.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 213 | 0 | 0.29 | 0.04 | 0.13 | 308.44 | 0.49 | 0.75 |
| Hex | DE | 9E | D5 | 0 | 1D | 4 | D | 134 | 31 | 4B |
| Octal | 336 | 236 | 325 | 0 | 35 | 4 | 15 | 464 | 61 | 113 |
| Binary | 11011110 | 10011110 | 11010101 | 0 | 11101 | 100 | 1101 | 100110100 | 110001 | 1001011 |
Color Harmonies of #DE9ED5
Complementary color
Monochromatic Colors of #DE9ED5
Black with #DE9ED5
Text Example
Text Example
White with #DE9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9ED5; }
p { color: rgb(222,158,213); }
H1.HeaderClassName
{
color: #DE9ED5;
}
.AnyTagClassName
{
color: #DE9ED5;
}
</style>
background-color css
<style>
a { background-color: #DE9ED5; }
a { background-color: rgb(222,158,213); }
div.DivClassName
{
background-color: #DE9ED5;
}
.BgClassName
{
background-color: #DE9ED5;
}
</style>
border-color css
<style>
span { border-color: #DE9ED5; }
span { border-color: rgb(222,158,213); }
td.TdClassName
{
border-color: #DE9ED5;
}
.TagClassName
{
border-color: #DE9ED5;
}
</style>