Shades of Pale Violet Red #DB6997
Tints of Pale Violet Red #DB6997
RGB
CMYK
RGB Variations
Color information
#DB6997 (or 0xDB6997) is known color: Pale Violet Red. HEX triplet: DB, 69 and 97. RGB value is (219,105,151). Sum of RGB (Red+Green+Blue) = 219+105+151=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6997 is #249668. Grayscale: #909090. Windows color (decimal): -2397801 or 9923035. OLE color: 9923035.
HSL color Cylindrical-coordinate representation of color #DB6997: hue angle of 335.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6997 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 151 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.14 |
| HSL | 335.79º | 0.61% | 0.64% | - |
| HSV(B) | 335.79º | 0.52% | 0.86% | - |
| XYZ | 39.85 | 27.4 | 32.47 | - |
| YUV | 144.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 151 | 0 | 0.52 | 0.31 | 0.14 | 335.79 | 0.61 | 0.64 |
| Hex | DB | 69 | 97 | 0 | 34 | 1F | E | 150 | 3D | 40 |
| Octal | 333 | 151 | 227 | 0 | 64 | 37 | 16 | 520 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10010111 | 0 | 110100 | 11111 | 1110 | 101010000 | 111101 | 1000000 |
Color Harmonies of #DB6997
Complementary color
Monochromatic Colors of #DB6997
Black with #DB6997
Text Example
Text Example
White with #DB6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6997; }
p { color: rgb(219,105,151); }
H1.HeaderClassName
{
color: #DB6997;
}
.AnyTagClassName
{
color: #DB6997;
}
</style>
background-color css
<style>
a { background-color: #DB6997; }
a { background-color: rgb(219,105,151); }
div.DivClassName
{
background-color: #DB6997;
}
.BgClassName
{
background-color: #DB6997;
}
</style>
border-color css
<style>
span { border-color: #DB6997; }
span { border-color: rgb(219,105,151); }
td.TdClassName
{
border-color: #DB6997;
}
.TagClassName
{
border-color: #DB6997;
}
</style>