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