Shades of Pale Violet Red #DB6491
Tints of Pale Violet Red #DB6491
RGB
CMYK
RGB Variations
Color information
#DB6491 (or 0xDB6491) is known color: Pale Violet Red. HEX triplet: DB, 64 and 91. RGB value is (219,100,145). Sum of RGB (Red+Green+Blue) = 219+100+145=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6491 is #249B6E. Grayscale: #8C8C8C. Windows color (decimal): -2399087 or 9528539. OLE color: 9528539.
HSL color Cylindrical-coordinate representation of color #DB6491: hue angle of 337.31º 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 #DB6491 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 145 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.14 |
| HSL | 337.31º | 0.62% | 0.63% | - |
| HSV(B) | 337.31º | 0.54% | 0.86% | - |
| XYZ | 38.88 | 26.22 | 29.8 | - |
| YUV | 140.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 145 | 0 | 0.54 | 0.34 | 0.14 | 337.31 | 0.62 | 0.63 |
| Hex | DB | 64 | 91 | 0 | 36 | 22 | E | 151 | 3E | 3F |
| Octal | 333 | 144 | 221 | 0 | 66 | 42 | 16 | 521 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10010001 | 0 | 110110 | 100010 | 1110 | 101010001 | 111110 | 111111 |
Color Harmonies of #DB6491
Complementary color
Monochromatic Colors of #DB6491
Black with #DB6491
Text Example
Text Example
White with #DB6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6491; }
p { color: rgb(219,100,145); }
H1.HeaderClassName
{
color: #DB6491;
}
.AnyTagClassName
{
color: #DB6491;
}
</style>
background-color css
<style>
a { background-color: #DB6491; }
a { background-color: rgb(219,100,145); }
div.DivClassName
{
background-color: #DB6491;
}
.BgClassName
{
background-color: #DB6491;
}
</style>
border-color css
<style>
span { border-color: #DB6491; }
span { border-color: rgb(219,100,145); }
td.TdClassName
{
border-color: #DB6491;
}
.TagClassName
{
border-color: #DB6491;
}
</style>