Shades of Plum #DB92CE
Tints of Plum #DB92CE
RGB
CMYK
RGB Variations
Color information
#DB92CE (or 0xDB92CE) is known color: Plum. HEX triplet: DB, 92 and CE. RGB value is (219,146,206). Sum of RGB (Red+Green+Blue) = 219+146+206=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92CE is #246D31. Grayscale: #AEAEAE. Windows color (decimal): -2387250 or 13538011. OLE color: 13538011.
HSL color Cylindrical-coordinate representation of color #DB92CE: hue angle of 310.68º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92CE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 206 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.14 |
| HSL | 310.68º | 0.5% | 0.72% | - |
| HSV(B) | 310.68º | 0.33% | 0.86% | - |
| XYZ | 50.63 | 40.07 | 63.46 | - |
| YUV | 174.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 206 | 0 | 0.33 | 0.06 | 0.14 | 310.68 | 0.5 | 0.72 |
| Hex | DB | 92 | CE | 0 | 21 | 6 | E | 137 | 32 | 48 |
| Octal | 333 | 222 | 316 | 0 | 41 | 6 | 16 | 467 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11001110 | 0 | 100001 | 110 | 1110 | 100110111 | 110010 | 1001000 |
Color Harmonies of #DB92CE
Complementary color
Monochromatic Colors of #DB92CE
Black with #DB92CE
Text Example
Text Example
White with #DB92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92CE; }
p { color: rgb(219,146,206); }
H1.HeaderClassName
{
color: #DB92CE;
}
.AnyTagClassName
{
color: #DB92CE;
}
</style>
background-color css
<style>
a { background-color: #DB92CE; }
a { background-color: rgb(219,146,206); }
div.DivClassName
{
background-color: #DB92CE;
}
.BgClassName
{
background-color: #DB92CE;
}
</style>
border-color css
<style>
span { border-color: #DB92CE; }
span { border-color: rgb(219,146,206); }
td.TdClassName
{
border-color: #DB92CE;
}
.TagClassName
{
border-color: #DB92CE;
}
</style>