Shades of Plum #DE9AE4
Tints of Plum #DE9AE4
RGB
CMYK
RGB Variations
Color information
#DE9AE4 (or 0xDE9AE4) is known color: Plum. HEX triplet: DE, 9A and E4. RGB value is (222,154,228). Sum of RGB (Red+Green+Blue) = 222+154+228=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE9AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9AE4 is #21651B. Grayscale: #B6B6B6. Windows color (decimal): -2188572 or 14981854. OLE color: 14981854.
HSL color Cylindrical-coordinate representation of color #DE9AE4: hue angle of 295.14º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9AE4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 154 | 228 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.11 |
| HSL | 295.14º | 0.58% | 0.75% | - |
| HSV(B) | 295.14º | 0.32% | 0.89% | - |
| XYZ | 55.68 | 44.24 | 79 | - |
| YUV | 182.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 228 | 0.03 | 0.32 | 0 | 0.11 | 295.14 | 0.58 | 0.75 |
| Hex | DE | 9A | E4 | 3 | 20 | 0 | B | 127 | 3A | 4B |
| Octal | 336 | 232 | 344 | 3 | 40 | 0 | 13 | 447 | 72 | 113 |
| Binary | 11011110 | 10011010 | 11100100 | 11 | 100000 | 0 | 1011 | 100100111 | 111010 | 1001011 |
Color Harmonies of #DE9AE4
Complementary color
Monochromatic Colors of #DE9AE4
Black with #DE9AE4
Text Example
Text Example
White with #DE9AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AE4; }
p { color: rgb(222,154,228); }
H1.HeaderClassName
{
color: #DE9AE4;
}
.AnyTagClassName
{
color: #DE9AE4;
}
</style>
background-color css
<style>
a { background-color: #DE9AE4; }
a { background-color: rgb(222,154,228); }
div.DivClassName
{
background-color: #DE9AE4;
}
.BgClassName
{
background-color: #DE9AE4;
}
</style>
border-color css
<style>
span { border-color: #DE9AE4; }
span { border-color: rgb(222,154,228); }
td.TdClassName
{
border-color: #DE9AE4;
}
.TagClassName
{
border-color: #DE9AE4;
}
</style>