Shades of Plum #DE92E5
Tints of Plum #DE92E5
RGB
CMYK
RGB Variations
Color information
#DE92E5 (or 0xDE92E5) is known color: Plum. HEX triplet: DE, 92 and E5. RGB value is (222,146,229). Sum of RGB (Red+Green+Blue) = 222+146+229=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92E5 is #216D1A. Grayscale: #B1B1B1. Windows color (decimal): -2190619 or 15045342. OLE color: 15045342.
HSL color Cylindrical-coordinate representation of color #DE92E5: hue angle of 294.94º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE92E5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 146 | 229 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.10 |
| HSL | 294.94º | 0.61% | 0.74% | - |
| HSV(B) | 294.94º | 0.36% | 0.9% | - |
| XYZ | 54.55 | 41.74 | 79.31 | - |
| YUV | 178.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 229 | 0.03 | 0.36 | 0 | 0.10 | 294.94 | 0.61 | 0.74 |
| Hex | DE | 92 | E5 | 3 | 24 | 0 | A | 127 | 3D | 4A |
| Octal | 336 | 222 | 345 | 3 | 44 | 0 | 12 | 447 | 75 | 112 |
| Binary | 11011110 | 10010010 | 11100101 | 11 | 100100 | 0 | 1010 | 100100111 | 111101 | 1001010 |
Color Harmonies of #DE92E5
Complementary color
Monochromatic Colors of #DE92E5
Black with #DE92E5
Text Example
Text Example
White with #DE92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92E5; }
p { color: rgb(222,146,229); }
H1.HeaderClassName
{
color: #DE92E5;
}
.AnyTagClassName
{
color: #DE92E5;
}
</style>
background-color css
<style>
a { background-color: #DE92E5; }
a { background-color: rgb(222,146,229); }
div.DivClassName
{
background-color: #DE92E5;
}
.BgClassName
{
background-color: #DE92E5;
}
</style>
border-color css
<style>
span { border-color: #DE92E5; }
span { border-color: rgb(222,146,229); }
td.TdClassName
{
border-color: #DE92E5;
}
.TagClassName
{
border-color: #DE92E5;
}
</style>