Shades of Plum #DE92DB
Tints of Plum #DE92DB
RGB
CMYK
RGB Variations
Color information
#DE92DB (or 0xDE92DB) is known color: Plum. HEX triplet: DE, 92 and DB. RGB value is (222,146,219). Sum of RGB (Red+Green+Blue) = 222+146+219=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92DB is #216D24. Grayscale: #B0B0B0. Windows color (decimal): -2190629 or 14389982. OLE color: 14389982.
HSL color Cylindrical-coordinate representation of color #DE92DB: hue angle of 302.37º 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 #DE92DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 219 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.13 |
| HSL | 302.37º | 0.54% | 0.72% | - |
| HSV(B) | 302.37º | 0.34% | 0.87% | - |
| XYZ | 53.19 | 41.2 | 72.17 | - |
| YUV | 177.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 219 | 0 | 0.34 | 0.01 | 0.13 | 302.37 | 0.54 | 0.72 |
| Hex | DE | 92 | DB | 0 | 22 | 1 | D | 12E | 36 | 48 |
| Octal | 336 | 222 | 333 | 0 | 42 | 1 | 15 | 456 | 66 | 110 |
| Binary | 11011110 | 10010010 | 11011011 | 0 | 100010 | 1 | 1101 | 100101110 | 110110 | 1001000 |
Color Harmonies of #DE92DB
Complementary color
Monochromatic Colors of #DE92DB
Black with #DE92DB
Text Example
Text Example
White with #DE92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92DB; }
p { color: rgb(222,146,219); }
H1.HeaderClassName
{
color: #DE92DB;
}
.AnyTagClassName
{
color: #DE92DB;
}
</style>
background-color css
<style>
a { background-color: #DE92DB; }
a { background-color: rgb(222,146,219); }
div.DivClassName
{
background-color: #DE92DB;
}
.BgClassName
{
background-color: #DE92DB;
}
</style>
border-color css
<style>
span { border-color: #DE92DB; }
span { border-color: rgb(222,146,219); }
td.TdClassName
{
border-color: #DE92DB;
}
.TagClassName
{
border-color: #DE92DB;
}
</style>