Shades of Plum #DB92E0
Tints of Plum #DB92E0
RGB
CMYK
RGB Variations
Color information
#DB92E0 (or 0xDB92E0) is known color: Plum. HEX triplet: DB, 92 and E0. RGB value is (219,146,224). Sum of RGB (Red+Green+Blue) = 219+146+224=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92E0 is #246D1F. Grayscale: #B0B0B0. Windows color (decimal): -2387232 or 14717659. OLE color: 14717659.
HSL color Cylindrical-coordinate representation of color #DB92E0: hue angle of 296.15º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB92E0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 146 | 224 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.12 |
| HSL | 296.15º | 0.56% | 0.73% | - |
| HSV(B) | 296.15º | 0.35% | 0.88% | - |
| XYZ | 52.95 | 41 | 75.64 | - |
| YUV | 176.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 224 | 0.02 | 0.35 | 0 | 0.12 | 296.15 | 0.56 | 0.73 |
| Hex | DB | 92 | E0 | 2 | 23 | 0 | C | 128 | 38 | 49 |
| Octal | 333 | 222 | 340 | 2 | 43 | 0 | 14 | 450 | 70 | 111 |
| Binary | 11011011 | 10010010 | 11100000 | 10 | 100011 | 0 | 1100 | 100101000 | 111000 | 1001001 |
Color Harmonies of #DB92E0
Complementary color
Monochromatic Colors of #DB92E0
Black with #DB92E0
Text Example
Text Example
White with #DB92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92E0; }
p { color: rgb(219,146,224); }
H1.HeaderClassName
{
color: #DB92E0;
}
.AnyTagClassName
{
color: #DB92E0;
}
</style>
background-color css
<style>
a { background-color: #DB92E0; }
a { background-color: rgb(219,146,224); }
div.DivClassName
{
background-color: #DB92E0;
}
.BgClassName
{
background-color: #DB92E0;
}
</style>
border-color css
<style>
span { border-color: #DB92E0; }
span { border-color: rgb(219,146,224); }
td.TdClassName
{
border-color: #DB92E0;
}
.TagClassName
{
border-color: #DB92E0;
}
</style>