Shades of Plum #DB92EC
Tints of Plum #DB92EC
RGB
CMYK
RGB Variations
Color information
#DB92EC (or 0xDB92EC) is known color: Plum. HEX triplet: DB, 92 and EC. RGB value is (219,146,236). Sum of RGB (Red+Green+Blue) = 219+146+236=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92EC is #246D13. Grayscale: #B1B1B1. Windows color (decimal): -2387220 or 15504091. OLE color: 15504091.
HSL color Cylindrical-coordinate representation of color #DB92EC: hue angle of 288.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB92EC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 146 | 236 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.07 |
| HSL | 288.67º | 0.7% | 0.75% | - |
| HSV(B) | 288.67º | 0.38% | 0.93% | - |
| XYZ | 54.63 | 41.67 | 84.52 | - |
| YUV | 178.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 236 | 0.07 | 0.38 | 0 | 0.07 | 288.67 | 0.7 | 0.75 |
| Hex | DB | 92 | EC | 7 | 26 | 0 | 7 | 121 | 46 | 4B |
| Octal | 333 | 222 | 354 | 7 | 46 | 0 | 7 | 441 | 106 | 113 |
| Binary | 11011011 | 10010010 | 11101100 | 111 | 100110 | 0 | 111 | 100100001 | 1000110 | 1001011 |
Color Harmonies of #DB92EC
Complementary color
Monochromatic Colors of #DB92EC
Black with #DB92EC
Text Example
Text Example
White with #DB92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92EC; }
p { color: rgb(219,146,236); }
H1.HeaderClassName
{
color: #DB92EC;
}
.AnyTagClassName
{
color: #DB92EC;
}
</style>
background-color css
<style>
a { background-color: #DB92EC; }
a { background-color: rgb(219,146,236); }
div.DivClassName
{
background-color: #DB92EC;
}
.BgClassName
{
background-color: #DB92EC;
}
</style>
border-color css
<style>
span { border-color: #DB92EC; }
span { border-color: rgb(219,146,236); }
td.TdClassName
{
border-color: #DB92EC;
}
.TagClassName
{
border-color: #DB92EC;
}
</style>