Shades of Plum #DB92DC
Tints of Plum #DB92DC
RGB
CMYK
RGB Variations
Color information
#DB92DC (or 0xDB92DC) is known color: Plum. HEX triplet: DB, 92 and DC. RGB value is (219,146,220). Sum of RGB (Red+Green+Blue) = 219+146+220=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DC is #246D23. Grayscale: #B0B0B0. Windows color (decimal): -2387236 or 14455515. OLE color: 14455515.
HSL color Cylindrical-coordinate representation of color #DB92DC: hue angle of 299.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB92DC is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 220 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.14 |
| HSL | 299.19º | 0.51% | 0.72% | - |
| HSV(B) | 299.19º | 0.34% | 0.86% | - |
| XYZ | 52.41 | 40.79 | 72.82 | - |
| YUV | 176.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 220 | 0.00 | 0.34 | 0 | 0.14 | 299.19 | 0.51 | 0.72 |
| Hex | DB | 92 | DC | 0 | 22 | 0 | E | 12B | 33 | 48 |
| Octal | 333 | 222 | 334 | 0 | 42 | 0 | 16 | 453 | 63 | 110 |
| Binary | 11011011 | 10010010 | 11011100 | 0 | 100010 | 0 | 1110 | 100101011 | 110011 | 1001000 |
Color Harmonies of #DB92DC
Complementary color
Monochromatic Colors of #DB92DC
Black with #DB92DC
Text Example
Text Example
White with #DB92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92DC; }
p { color: rgb(219,146,220); }
H1.HeaderClassName
{
color: #DB92DC;
}
.AnyTagClassName
{
color: #DB92DC;
}
</style>
background-color css
<style>
a { background-color: #DB92DC; }
a { background-color: rgb(219,146,220); }
div.DivClassName
{
background-color: #DB92DC;
}
.BgClassName
{
background-color: #DB92DC;
}
</style>
border-color css
<style>
span { border-color: #DB92DC; }
span { border-color: rgb(219,146,220); }
td.TdClassName
{
border-color: #DB92DC;
}
.TagClassName
{
border-color: #DB92DC;
}
</style>