Shades of Plum #DB92D5
Tints of Plum #DB92D5
RGB
CMYK
RGB Variations
Color information
#DB92D5 (or 0xDB92D5) is known color: Plum. HEX triplet: DB, 92 and D5. RGB value is (219,146,213). Sum of RGB (Red+Green+Blue) = 219+146+213=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92D5 is #246D2A. Grayscale: #AFAFAF. Windows color (decimal): -2387243 or 13996763. OLE color: 13996763.
HSL color Cylindrical-coordinate representation of color #DB92D5: hue angle of 304.93º 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 #DB92D5 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 213 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.14 |
| HSL | 304.93º | 0.5% | 0.72% | - |
| HSV(B) | 304.93º | 0.33% | 0.86% | - |
| XYZ | 51.5 | 40.42 | 68.04 | - |
| YUV | 175.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 213 | 0 | 0.33 | 0.03 | 0.14 | 304.93 | 0.5 | 0.72 |
| Hex | DB | 92 | D5 | 0 | 21 | 3 | E | 131 | 32 | 48 |
| Octal | 333 | 222 | 325 | 0 | 41 | 3 | 16 | 461 | 62 | 110 |
| Binary | 11011011 | 10010010 | 11010101 | 0 | 100001 | 11 | 1110 | 100110001 | 110010 | 1001000 |
Color Harmonies of #DB92D5
Complementary color
Monochromatic Colors of #DB92D5
Black with #DB92D5
Text Example
Text Example
White with #DB92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92D5; }
p { color: rgb(219,146,213); }
H1.HeaderClassName
{
color: #DB92D5;
}
.AnyTagClassName
{
color: #DB92D5;
}
</style>
background-color css
<style>
a { background-color: #DB92D5; }
a { background-color: rgb(219,146,213); }
div.DivClassName
{
background-color: #DB92D5;
}
.BgClassName
{
background-color: #DB92D5;
}
</style>
border-color css
<style>
span { border-color: #DB92D5; }
span { border-color: rgb(219,146,213); }
td.TdClassName
{
border-color: #DB92D5;
}
.TagClassName
{
border-color: #DB92D5;
}
</style>