Shades of Plum #DB92E6
Tints of Plum #DB92E6
RGB
CMYK
RGB Variations
Color information
#DB92E6 (or 0xDB92E6) is known color: Plum. HEX triplet: DB, 92 and E6. RGB value is (219,146,230). Sum of RGB (Red+Green+Blue) = 219+146+230=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92E6 is #246D19. Grayscale: #B1B1B1. Windows color (decimal): -2387226 or 15110875. OLE color: 15110875.
HSL color Cylindrical-coordinate representation of color #DB92E6: hue angle of 292.14º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB92E6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 146 | 230 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.10 |
| HSL | 292.14º | 0.63% | 0.74% | - |
| HSV(B) | 292.14º | 0.37% | 0.9% | - |
| XYZ | 53.78 | 41.33 | 80.01 | - |
| YUV | 177.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 230 | 0.05 | 0.37 | 0 | 0.10 | 292.14 | 0.63 | 0.74 |
| Hex | DB | 92 | E6 | 5 | 25 | 0 | A | 124 | 3F | 4A |
| Octal | 333 | 222 | 346 | 5 | 45 | 0 | 12 | 444 | 77 | 112 |
| Binary | 11011011 | 10010010 | 11100110 | 101 | 100101 | 0 | 1010 | 100100100 | 111111 | 1001010 |
Color Harmonies of #DB92E6
Complementary color
Monochromatic Colors of #DB92E6
Black with #DB92E6
Text Example
Text Example
White with #DB92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92E6; }
p { color: rgb(219,146,230); }
H1.HeaderClassName
{
color: #DB92E6;
}
.AnyTagClassName
{
color: #DB92E6;
}
</style>
background-color css
<style>
a { background-color: #DB92E6; }
a { background-color: rgb(219,146,230); }
div.DivClassName
{
background-color: #DB92E6;
}
.BgClassName
{
background-color: #DB92E6;
}
</style>
border-color css
<style>
span { border-color: #DB92E6; }
span { border-color: rgb(219,146,230); }
td.TdClassName
{
border-color: #DB92E6;
}
.TagClassName
{
border-color: #DB92E6;
}
</style>