Shades of Pale Violet Red #DB6797
Tints of Pale Violet Red #DB6797
RGB
CMYK
RGB Variations
Color information
#DB6797 (or 0xDB6797) is known color: Pale Violet Red. HEX triplet: DB, 67 and 97. RGB value is (219,103,151). Sum of RGB (Red+Green+Blue) = 219+103+151=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6797 is #249868. Grayscale: #8F8F8F. Windows color (decimal): -2398313 or 9922523. OLE color: 9922523.
HSL color Cylindrical-coordinate representation of color #DB6797: hue angle of 335.17º 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 #DB6797 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 151 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.14 |
| HSL | 335.17º | 0.62% | 0.63% | - |
| HSV(B) | 335.17º | 0.53% | 0.86% | - |
| XYZ | 39.65 | 26.99 | 32.4 | - |
| YUV | 143.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 151 | 0 | 0.53 | 0.31 | 0.14 | 335.17 | 0.62 | 0.63 |
| Hex | DB | 67 | 97 | 0 | 35 | 1F | E | 14F | 3E | 3F |
| Octal | 333 | 147 | 227 | 0 | 65 | 37 | 16 | 517 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10010111 | 0 | 110101 | 11111 | 1110 | 101001111 | 111110 | 111111 |
Color Harmonies of #DB6797
Complementary color
Monochromatic Colors of #DB6797
Black with #DB6797
Text Example
Text Example
White with #DB6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6797; }
p { color: rgb(219,103,151); }
H1.HeaderClassName
{
color: #DB6797;
}
.AnyTagClassName
{
color: #DB6797;
}
</style>
background-color css
<style>
a { background-color: #DB6797; }
a { background-color: rgb(219,103,151); }
div.DivClassName
{
background-color: #DB6797;
}
.BgClassName
{
background-color: #DB6797;
}
</style>
border-color css
<style>
span { border-color: #DB6797; }
span { border-color: rgb(219,103,151); }
td.TdClassName
{
border-color: #DB6797;
}
.TagClassName
{
border-color: #DB6797;
}
</style>