Shades of Plum #DE9AD7
Tints of Plum #DE9AD7
RGB
CMYK
RGB Variations
Color information
#DE9AD7 (or 0xDE9AD7) is known color: Plum. HEX triplet: DE, 9A and D7. RGB value is (222,154,215). Sum of RGB (Red+Green+Blue) = 222+154+215=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AD7 is #216528. Grayscale: #B5B5B5. Windows color (decimal): -2188585 or 14129886. OLE color: 14129886.
HSL color Cylindrical-coordinate representation of color #DE9AD7: hue angle of 306.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AD7 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 215 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.13 |
| HSL | 306.18º | 0.51% | 0.74% | - |
| HSV(B) | 306.18º | 0.31% | 0.87% | - |
| XYZ | 53.95 | 43.55 | 69.85 | - |
| YUV | 181.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 215 | 0 | 0.31 | 0.03 | 0.13 | 306.18 | 0.51 | 0.74 |
| Hex | DE | 9A | D7 | 0 | 1F | 3 | D | 132 | 33 | 4A |
| Octal | 336 | 232 | 327 | 0 | 37 | 3 | 15 | 462 | 63 | 112 |
| Binary | 11011110 | 10011010 | 11010111 | 0 | 11111 | 11 | 1101 | 100110010 | 110011 | 1001010 |
Color Harmonies of #DE9AD7
Complementary color
Monochromatic Colors of #DE9AD7
Black with #DE9AD7
Text Example
Text Example
White with #DE9AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AD7; }
p { color: rgb(222,154,215); }
H1.HeaderClassName
{
color: #DE9AD7;
}
.AnyTagClassName
{
color: #DE9AD7;
}
</style>
background-color css
<style>
a { background-color: #DE9AD7; }
a { background-color: rgb(222,154,215); }
div.DivClassName
{
background-color: #DE9AD7;
}
.BgClassName
{
background-color: #DE9AD7;
}
</style>
border-color css
<style>
span { border-color: #DE9AD7; }
span { border-color: rgb(222,154,215); }
td.TdClassName
{
border-color: #DE9AD7;
}
.TagClassName
{
border-color: #DE9AD7;
}
</style>