Shades of Plum #DB92DF
Tints of Plum #DB92DF
RGB
CMYK
RGB Variations
Color information
#DB92DF (or 0xDB92DF) is known color: Plum. HEX triplet: DB, 92 and DF. RGB value is (219,146,223). Sum of RGB (Red+Green+Blue) = 219+146+223=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DF is #246D20. Grayscale: #B0B0B0. Windows color (decimal): -2387233 or 14652123. OLE color: 14652123.
HSL color Cylindrical-coordinate representation of color #DB92DF: hue angle of 296.88º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB92DF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 146 | 223 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.13 |
| HSL | 296.88º | 0.55% | 0.72% | - |
| HSV(B) | 296.88º | 0.35% | 0.87% | - |
| XYZ | 52.81 | 40.95 | 74.93 | - |
| YUV | 176.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 223 | 0.02 | 0.35 | 0 | 0.13 | 296.88 | 0.55 | 0.72 |
| Hex | DB | 92 | DF | 2 | 23 | 0 | D | 129 | 37 | 48 |
| Octal | 333 | 222 | 337 | 2 | 43 | 0 | 15 | 451 | 67 | 110 |
| Binary | 11011011 | 10010010 | 11011111 | 10 | 100011 | 0 | 1101 | 100101001 | 110111 | 1001000 |
Color Harmonies of #DB92DF
Complementary color
Monochromatic Colors of #DB92DF
Black with #DB92DF
Text Example
Text Example
White with #DB92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92DF; }
p { color: rgb(219,146,223); }
H1.HeaderClassName
{
color: #DB92DF;
}
.AnyTagClassName
{
color: #DB92DF;
}
</style>
background-color css
<style>
a { background-color: #DB92DF; }
a { background-color: rgb(219,146,223); }
div.DivClassName
{
background-color: #DB92DF;
}
.BgClassName
{
background-color: #DB92DF;
}
</style>
border-color css
<style>
span { border-color: #DB92DF; }
span { border-color: rgb(219,146,223); }
td.TdClassName
{
border-color: #DB92DF;
}
.TagClassName
{
border-color: #DB92DF;
}
</style>