Shades of Pale Violet Red #DB6EA9
Tints of Pale Violet Red #DB6EA9
RGB
CMYK
RGB Variations
Color information
#DB6EA9 (or 0xDB6EA9) is known color: Pale Violet Red. HEX triplet: DB, 6E and A9. RGB value is (219,110,169). Sum of RGB (Red+Green+Blue) = 219+110+169=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EA9 is #249156. Grayscale: #959595. Windows color (decimal): -2396503 or 11103963. OLE color: 11103963.
HSL color Cylindrical-coordinate representation of color #DB6EA9: hue angle of 327.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EA9 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 169 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.14 |
| HSL | 327.52º | 0.6% | 0.65% | - |
| HSV(B) | 327.52º | 0.5% | 0.86% | - |
| XYZ | 41.95 | 29.08 | 40.94 | - |
| YUV | 149.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 169 | 0 | 0.50 | 0.23 | 0.14 | 327.52 | 0.6 | 0.65 |
| Hex | DB | 6E | A9 | 0 | 32 | 17 | E | 148 | 3C | 41 |
| Octal | 333 | 156 | 251 | 0 | 62 | 27 | 16 | 510 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10101001 | 0 | 110010 | 10111 | 1110 | 101001000 | 111100 | 1000001 |
Color Harmonies of #DB6EA9
Complementary color
Monochromatic Colors of #DB6EA9
Black with #DB6EA9
Text Example
Text Example
White with #DB6EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EA9; }
p { color: rgb(219,110,169); }
H1.HeaderClassName
{
color: #DB6EA9;
}
.AnyTagClassName
{
color: #DB6EA9;
}
</style>
background-color css
<style>
a { background-color: #DB6EA9; }
a { background-color: rgb(219,110,169); }
div.DivClassName
{
background-color: #DB6EA9;
}
.BgClassName
{
background-color: #DB6EA9;
}
</style>
border-color css
<style>
span { border-color: #DB6EA9; }
span { border-color: rgb(219,110,169); }
td.TdClassName
{
border-color: #DB6EA9;
}
.TagClassName
{
border-color: #DB6EA9;
}
</style>