Shades of Pale Violet Red #DB6697
Tints of Pale Violet Red #DB6697
RGB
CMYK
RGB Variations
Color information
#DB6697 (or 0xDB6697) is known color: Pale Violet Red. HEX triplet: DB, 66 and 97. RGB value is (219,102,151). Sum of RGB (Red+Green+Blue) = 219+102+151=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6697 is #249968. Grayscale: #8E8E8E. Windows color (decimal): -2398569 or 9922267. OLE color: 9922267.
HSL color Cylindrical-coordinate representation of color #DB6697: hue angle of 334.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6697 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 151 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.14 |
| HSL | 334.87º | 0.62% | 0.63% | - |
| HSV(B) | 334.87º | 0.53% | 0.86% | - |
| XYZ | 39.55 | 26.8 | 32.37 | - |
| YUV | 142.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 151 | 0 | 0.53 | 0.31 | 0.14 | 334.87 | 0.62 | 0.63 |
| Hex | DB | 66 | 97 | 0 | 35 | 1F | E | 14F | 3E | 3F |
| Octal | 333 | 146 | 227 | 0 | 65 | 37 | 16 | 517 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10010111 | 0 | 110101 | 11111 | 1110 | 101001111 | 111110 | 111111 |
Color Harmonies of #DB6697
Complementary color
Monochromatic Colors of #DB6697
Black with #DB6697
Text Example
Text Example
White with #DB6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6697; }
p { color: rgb(219,102,151); }
H1.HeaderClassName
{
color: #DB6697;
}
.AnyTagClassName
{
color: #DB6697;
}
</style>
background-color css
<style>
a { background-color: #DB6697; }
a { background-color: rgb(219,102,151); }
div.DivClassName
{
background-color: #DB6697;
}
.BgClassName
{
background-color: #DB6697;
}
</style>
border-color css
<style>
span { border-color: #DB6697; }
span { border-color: rgb(219,102,151); }
td.TdClassName
{
border-color: #DB6697;
}
.TagClassName
{
border-color: #DB6697;
}
</style>