Shades of Pale Violet Red #DB6EA1
Tints of Pale Violet Red #DB6EA1
RGB
CMYK
RGB Variations
Color information
#DB6EA1 (or 0xDB6EA1) is known color: Pale Violet Red. HEX triplet: DB, 6E and A1. RGB value is (219,110,161). Sum of RGB (Red+Green+Blue) = 219+110+161=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EA1 is #24915E. Grayscale: #949494. Windows color (decimal): -2396511 or 10579675. OLE color: 10579675.
HSL color Cylindrical-coordinate representation of color #DB6EA1: hue angle of 331.93º 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 #DB6EA1 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 161 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.14 |
| HSL | 331.93º | 0.6% | 0.65% | - |
| HSV(B) | 331.93º | 0.5% | 0.86% | - |
| XYZ | 41.22 | 28.79 | 37.1 | - |
| YUV | 148.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 161 | 0 | 0.50 | 0.26 | 0.14 | 331.93 | 0.6 | 0.65 |
| Hex | DB | 6E | A1 | 0 | 32 | 1A | E | 14C | 3C | 41 |
| Octal | 333 | 156 | 241 | 0 | 62 | 32 | 16 | 514 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10100001 | 0 | 110010 | 11010 | 1110 | 101001100 | 111100 | 1000001 |
Color Harmonies of #DB6EA1
Complementary color
Monochromatic Colors of #DB6EA1
Black with #DB6EA1
Text Example
Text Example
White with #DB6EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EA1; }
p { color: rgb(219,110,161); }
H1.HeaderClassName
{
color: #DB6EA1;
}
.AnyTagClassName
{
color: #DB6EA1;
}
</style>
background-color css
<style>
a { background-color: #DB6EA1; }
a { background-color: rgb(219,110,161); }
div.DivClassName
{
background-color: #DB6EA1;
}
.BgClassName
{
background-color: #DB6EA1;
}
</style>
border-color css
<style>
span { border-color: #DB6EA1; }
span { border-color: rgb(219,110,161); }
td.TdClassName
{
border-color: #DB6EA1;
}
.TagClassName
{
border-color: #DB6EA1;
}
</style>