Shades of Plum #DB95D6
Tints of Plum #DB95D6
RGB
CMYK
RGB Variations
Color information
#DB95D6 (or 0xDB95D6) is known color: Plum. HEX triplet: DB, 95 and D6. RGB value is (219,149,214). Sum of RGB (Red+Green+Blue) = 219+149+214=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95D6 is #246A29. Grayscale: #B1B1B1. Windows color (decimal): -2386474 or 14063067. OLE color: 14063067.
HSL color Cylindrical-coordinate representation of color #DB95D6: hue angle of 304.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95D6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 214 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.14 |
| HSL | 304.29º | 0.49% | 0.72% | - |
| HSV(B) | 304.29º | 0.32% | 0.86% | - |
| XYZ | 52.1 | 41.41 | 68.87 | - |
| YUV | 177.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 214 | 0 | 0.32 | 0.02 | 0.14 | 304.29 | 0.49 | 0.72 |
| Hex | DB | 95 | D6 | 0 | 20 | 2 | E | 130 | 31 | 48 |
| Octal | 333 | 225 | 326 | 0 | 40 | 2 | 16 | 460 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11010110 | 0 | 100000 | 10 | 1110 | 100110000 | 110001 | 1001000 |
Color Harmonies of #DB95D6
Complementary color
Monochromatic Colors of #DB95D6
Black with #DB95D6
Text Example
Text Example
White with #DB95D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95D6; }
p { color: rgb(219,149,214); }
H1.HeaderClassName
{
color: #DB95D6;
}
.AnyTagClassName
{
color: #DB95D6;
}
</style>
background-color css
<style>
a { background-color: #DB95D6; }
a { background-color: rgb(219,149,214); }
div.DivClassName
{
background-color: #DB95D6;
}
.BgClassName
{
background-color: #DB95D6;
}
</style>
border-color css
<style>
span { border-color: #DB95D6; }
span { border-color: rgb(219,149,214); }
td.TdClassName
{
border-color: #DB95D6;
}
.TagClassName
{
border-color: #DB95D6;
}
</style>