Shades of Pale Violet Red #DB6EAA
Tints of Pale Violet Red #DB6EAA
RGB
CMYK
RGB Variations
Color information
#DB6EAA (or 0xDB6EAA) is known color: Pale Violet Red. HEX triplet: DB, 6E and AA. RGB value is (219,110,170). Sum of RGB (Red+Green+Blue) = 219+110+170=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EAA is #249155. Grayscale: #959595. Windows color (decimal): -2396502 or 11169499. OLE color: 11169499.
HSL color Cylindrical-coordinate representation of color #DB6EAA: hue angle of 326.97º 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 #DB6EAA is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 170 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.14 |
| HSL | 326.97º | 0.6% | 0.65% | - |
| HSV(B) | 326.97º | 0.5% | 0.86% | - |
| XYZ | 42.05 | 29.11 | 41.43 | - |
| YUV | 149.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 170 | 0 | 0.50 | 0.22 | 0.14 | 326.97 | 0.6 | 0.65 |
| Hex | DB | 6E | AA | 0 | 32 | 16 | E | 147 | 3C | 41 |
| Octal | 333 | 156 | 252 | 0 | 62 | 26 | 16 | 507 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10101010 | 0 | 110010 | 10110 | 1110 | 101000111 | 111100 | 1000001 |
Color Harmonies of #DB6EAA
Complementary color
Monochromatic Colors of #DB6EAA
Black with #DB6EAA
Text Example
Text Example
White with #DB6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EAA; }
p { color: rgb(219,110,170); }
H1.HeaderClassName
{
color: #DB6EAA;
}
.AnyTagClassName
{
color: #DB6EAA;
}
</style>
background-color css
<style>
a { background-color: #DB6EAA; }
a { background-color: rgb(219,110,170); }
div.DivClassName
{
background-color: #DB6EAA;
}
.BgClassName
{
background-color: #DB6EAA;
}
</style>
border-color css
<style>
span { border-color: #DB6EAA; }
span { border-color: rgb(219,110,170); }
td.TdClassName
{
border-color: #DB6EAA;
}
.TagClassName
{
border-color: #DB6EAA;
}
</style>