Shades of Plum #DE92D9
Tints of Plum #DE92D9
RGB
CMYK
RGB Variations
Color information
#DE92D9 (or 0xDE92D9) is known color: Plum. HEX triplet: DE, 92 and D9. RGB value is (222,146,217). Sum of RGB (Red+Green+Blue) = 222+146+217=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92D9 is #216D26. Grayscale: #B0B0B0. Windows color (decimal): -2190631 or 14258910. OLE color: 14258910.
HSL color Cylindrical-coordinate representation of color #DE92D9: hue angle of 303.95º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE92D9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 217 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.13 |
| HSL | 303.95º | 0.54% | 0.72% | - |
| HSV(B) | 303.95º | 0.34% | 0.87% | - |
| XYZ | 52.93 | 41.1 | 70.79 | - |
| YUV | 176.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 217 | 0 | 0.34 | 0.02 | 0.13 | 303.95 | 0.54 | 0.72 |
| Hex | DE | 92 | D9 | 0 | 22 | 2 | D | 130 | 36 | 48 |
| Octal | 336 | 222 | 331 | 0 | 42 | 2 | 15 | 460 | 66 | 110 |
| Binary | 11011110 | 10010010 | 11011001 | 0 | 100010 | 10 | 1101 | 100110000 | 110110 | 1001000 |
Color Harmonies of #DE92D9
Complementary color
Monochromatic Colors of #DE92D9
Black with #DE92D9
Text Example
Text Example
White with #DE92D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92D9; }
p { color: rgb(222,146,217); }
H1.HeaderClassName
{
color: #DE92D9;
}
.AnyTagClassName
{
color: #DE92D9;
}
</style>
background-color css
<style>
a { background-color: #DE92D9; }
a { background-color: rgb(222,146,217); }
div.DivClassName
{
background-color: #DE92D9;
}
.BgClassName
{
background-color: #DE92D9;
}
</style>
border-color css
<style>
span { border-color: #DE92D9; }
span { border-color: rgb(222,146,217); }
td.TdClassName
{
border-color: #DE92D9;
}
.TagClassName
{
border-color: #DE92D9;
}
</style>