Shades of Pale Violet Red #DB6FA1
Tints of Pale Violet Red #DB6FA1
RGB
CMYK
RGB Variations
Color information
#DB6FA1 (or 0xDB6FA1) is known color: Pale Violet Red. HEX triplet: DB, 6F and A1. RGB value is (219,111,161). Sum of RGB (Red+Green+Blue) = 219+111+161=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FA1 is #24905E. Grayscale: #949494. Windows color (decimal): -2396255 or 10579931. OLE color: 10579931.
HSL color Cylindrical-coordinate representation of color #DB6FA1: hue angle of 332.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 #DB6FA1 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 161 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.14 |
| HSL | 332.22º | 0.6% | 0.65% | - |
| HSV(B) | 332.22º | 0.49% | 0.86% | - |
| XYZ | 41.33 | 29 | 37.14 | - |
| YUV | 148.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 161 | 0 | 0.49 | 0.26 | 0.14 | 332.22 | 0.6 | 0.65 |
| Hex | DB | 6F | A1 | 0 | 31 | 1A | E | 14C | 3C | 41 |
| Octal | 333 | 157 | 241 | 0 | 61 | 32 | 16 | 514 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10100001 | 0 | 110001 | 11010 | 1110 | 101001100 | 111100 | 1000001 |
Color Harmonies of #DB6FA1
Complementary color
Monochromatic Colors of #DB6FA1
Black with #DB6FA1
Text Example
Text Example
White with #DB6FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FA1; }
p { color: rgb(219,111,161); }
H1.HeaderClassName
{
color: #DB6FA1;
}
.AnyTagClassName
{
color: #DB6FA1;
}
</style>
background-color css
<style>
a { background-color: #DB6FA1; }
a { background-color: rgb(219,111,161); }
div.DivClassName
{
background-color: #DB6FA1;
}
.BgClassName
{
background-color: #DB6FA1;
}
</style>
border-color css
<style>
span { border-color: #DB6FA1; }
span { border-color: rgb(219,111,161); }
td.TdClassName
{
border-color: #DB6FA1;
}
.TagClassName
{
border-color: #DB6FA1;
}
</style>