Shades of Pale Violet Red #DB6591
Tints of Pale Violet Red #DB6591
RGB
CMYK
RGB Variations
Color information
#DB6591 (or 0xDB6591) is known color: Pale Violet Red. HEX triplet: DB, 65 and 91. RGB value is (219,101,145). Sum of RGB (Red+Green+Blue) = 219+101+145=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6591 is #249A6E. Grayscale: #8D8D8D. Windows color (decimal): -2398831 or 9528795. OLE color: 9528795.
HSL color Cylindrical-coordinate representation of color #DB6591: hue angle of 337.63º 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 #DB6591 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 145 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.14 |
| HSL | 337.63º | 0.62% | 0.63% | - |
| HSV(B) | 337.63º | 0.54% | 0.86% | - |
| XYZ | 38.98 | 26.41 | 29.83 | - |
| YUV | 141.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 145 | 0 | 0.54 | 0.34 | 0.14 | 337.63 | 0.62 | 0.63 |
| Hex | DB | 65 | 91 | 0 | 36 | 22 | E | 152 | 3E | 3F |
| Octal | 333 | 145 | 221 | 0 | 66 | 42 | 16 | 522 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10010001 | 0 | 110110 | 100010 | 1110 | 101010010 | 111110 | 111111 |
Color Harmonies of #DB6591
Complementary color
Monochromatic Colors of #DB6591
Black with #DB6591
Text Example
Text Example
White with #DB6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6591; }
p { color: rgb(219,101,145); }
H1.HeaderClassName
{
color: #DB6591;
}
.AnyTagClassName
{
color: #DB6591;
}
</style>
background-color css
<style>
a { background-color: #DB6591; }
a { background-color: rgb(219,101,145); }
div.DivClassName
{
background-color: #DB6591;
}
.BgClassName
{
background-color: #DB6591;
}
</style>
border-color css
<style>
span { border-color: #DB6591; }
span { border-color: rgb(219,101,145); }
td.TdClassName
{
border-color: #DB6591;
}
.TagClassName
{
border-color: #DB6591;
}
</style>