Shades of Pale Violet Red #DB6FAA
Tints of Pale Violet Red #DB6FAA
RGB
CMYK
RGB Variations
Color information
#DB6FAA (or 0xDB6FAA) is known color: Pale Violet Red. HEX triplet: DB, 6F and AA. RGB value is (219,111,170). Sum of RGB (Red+Green+Blue) = 219+111+170=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FAA is #249055. Grayscale: #959595. Windows color (decimal): -2396246 or 11169755. OLE color: 11169755.
HSL color Cylindrical-coordinate representation of color #DB6FAA: hue angle of 327.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FAA is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 170 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.14 |
| HSL | 327.22º | 0.6% | 0.65% | - |
| HSV(B) | 327.22º | 0.49% | 0.86% | - |
| XYZ | 42.15 | 29.33 | 41.47 | - |
| YUV | 150.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 170 | 0 | 0.49 | 0.22 | 0.14 | 327.22 | 0.6 | 0.65 |
| Hex | DB | 6F | AA | 0 | 31 | 16 | E | 147 | 3C | 41 |
| Octal | 333 | 157 | 252 | 0 | 61 | 26 | 16 | 507 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10101010 | 0 | 110001 | 10110 | 1110 | 101000111 | 111100 | 1000001 |
Color Harmonies of #DB6FAA
Complementary color
Monochromatic Colors of #DB6FAA
Black with #DB6FAA
Text Example
Text Example
White with #DB6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FAA; }
p { color: rgb(219,111,170); }
H1.HeaderClassName
{
color: #DB6FAA;
}
.AnyTagClassName
{
color: #DB6FAA;
}
</style>
background-color css
<style>
a { background-color: #DB6FAA; }
a { background-color: rgb(219,111,170); }
div.DivClassName
{
background-color: #DB6FAA;
}
.BgClassName
{
background-color: #DB6FAA;
}
</style>
border-color css
<style>
span { border-color: #DB6FAA; }
span { border-color: rgb(219,111,170); }
td.TdClassName
{
border-color: #DB6FAA;
}
.TagClassName
{
border-color: #DB6FAA;
}
</style>