Shades of Pale Violet Red #DB6596
Tints of Pale Violet Red #DB6596
RGB
CMYK
RGB Variations
Color information
#DB6596 (or 0xDB6596) is known color: Pale Violet Red. HEX triplet: DB, 65 and 96. RGB value is (219,101,150). Sum of RGB (Red+Green+Blue) = 219+101+150=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6596 is #249A69. Grayscale: #8D8D8D. Windows color (decimal): -2398826 or 9856475. OLE color: 9856475.
HSL color Cylindrical-coordinate representation of color #DB6596: hue angle of 335.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6596 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 150 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.14 |
| HSL | 335.08º | 0.62% | 0.63% | - |
| HSV(B) | 335.08º | 0.54% | 0.86% | - |
| XYZ | 39.37 | 26.57 | 31.91 | - |
| YUV | 141.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 150 | 0 | 0.54 | 0.32 | 0.14 | 335.08 | 0.62 | 0.63 |
| Hex | DB | 65 | 96 | 0 | 36 | 20 | E | 14F | 3E | 3F |
| Octal | 333 | 145 | 226 | 0 | 66 | 40 | 16 | 517 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10010110 | 0 | 110110 | 100000 | 1110 | 101001111 | 111110 | 111111 |
Color Harmonies of #DB6596
Complementary color
Monochromatic Colors of #DB6596
Black with #DB6596
Text Example
Text Example
White with #DB6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6596; }
p { color: rgb(219,101,150); }
H1.HeaderClassName
{
color: #DB6596;
}
.AnyTagClassName
{
color: #DB6596;
}
</style>
background-color css
<style>
a { background-color: #DB6596; }
a { background-color: rgb(219,101,150); }
div.DivClassName
{
background-color: #DB6596;
}
.BgClassName
{
background-color: #DB6596;
}
</style>
border-color css
<style>
span { border-color: #DB6596; }
span { border-color: rgb(219,101,150); }
td.TdClassName
{
border-color: #DB6596;
}
.TagClassName
{
border-color: #DB6596;
}
</style>