Shades of Pale Violet Red #DB6D97
Tints of Pale Violet Red #DB6D97
RGB
CMYK
RGB Variations
Color information
#DB6D97 (or 0xDB6D97) is known color: Pale Violet Red. HEX triplet: DB, 6D and 97. RGB value is (219,109,151). Sum of RGB (Red+Green+Blue) = 219+109+151=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D97 is #249268. Grayscale: #929292. Windows color (decimal): -2396777 or 9924059. OLE color: 9924059.
HSL color Cylindrical-coordinate representation of color #DB6D97: hue angle of 337.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D97 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 151 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.14 |
| HSL | 337.09º | 0.6% | 0.64% | - |
| HSV(B) | 337.09º | 0.5% | 0.86% | - |
| XYZ | 40.27 | 28.23 | 32.61 | - |
| YUV | 146.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 151 | 0 | 0.50 | 0.31 | 0.14 | 337.09 | 0.6 | 0.64 |
| Hex | DB | 6D | 97 | 0 | 32 | 1F | E | 151 | 3C | 40 |
| Octal | 333 | 155 | 227 | 0 | 62 | 37 | 16 | 521 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10010111 | 0 | 110010 | 11111 | 1110 | 101010001 | 111100 | 1000000 |
Color Harmonies of #DB6D97
Complementary color
Monochromatic Colors of #DB6D97
Black with #DB6D97
Text Example
Text Example
White with #DB6D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D97; }
p { color: rgb(219,109,151); }
H1.HeaderClassName
{
color: #DB6D97;
}
.AnyTagClassName
{
color: #DB6D97;
}
</style>
background-color css
<style>
a { background-color: #DB6D97; }
a { background-color: rgb(219,109,151); }
div.DivClassName
{
background-color: #DB6D97;
}
.BgClassName
{
background-color: #DB6D97;
}
</style>
border-color css
<style>
span { border-color: #DB6D97; }
span { border-color: rgb(219,109,151); }
td.TdClassName
{
border-color: #DB6D97;
}
.TagClassName
{
border-color: #DB6D97;
}
</style>