Shades of Pale Violet Red #DB6199
Tints of Pale Violet Red #DB6199
RGB
CMYK
RGB Variations
Color information
#DB6199 (or 0xDB6199) is known color: Pale Violet Red. HEX triplet: DB, 61 and 99. RGB value is (219,97,153). Sum of RGB (Red+Green+Blue) = 219+97+153=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6199 is #249E66. Grayscale: #8B8B8B. Windows color (decimal): -2399847 or 10052059. OLE color: 10052059.
HSL color Cylindrical-coordinate representation of color #DB6199: hue angle of 332.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6199 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 153 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.14 |
| HSL | 332.46º | 0.63% | 0.62% | - |
| HSV(B) | 332.46º | 0.56% | 0.86% | - |
| XYZ | 39.24 | 25.91 | 33.07 | - |
| YUV | 139.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 153 | 0 | 0.56 | 0.30 | 0.14 | 332.46 | 0.63 | 0.62 |
| Hex | DB | 61 | 99 | 0 | 38 | 1E | E | 14C | 3F | 3E |
| Octal | 333 | 141 | 231 | 0 | 70 | 36 | 16 | 514 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10011001 | 0 | 111000 | 11110 | 1110 | 101001100 | 111111 | 111110 |
Color Harmonies of #DB6199
Complementary color
Monochromatic Colors of #DB6199
Black with #DB6199
Text Example
Text Example
White with #DB6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6199; }
p { color: rgb(219,97,153); }
H1.HeaderClassName
{
color: #DB6199;
}
.AnyTagClassName
{
color: #DB6199;
}
</style>
background-color css
<style>
a { background-color: #DB6199; }
a { background-color: rgb(219,97,153); }
div.DivClassName
{
background-color: #DB6199;
}
.BgClassName
{
background-color: #DB6199;
}
</style>
border-color css
<style>
span { border-color: #DB6199; }
span { border-color: rgb(219,97,153); }
td.TdClassName
{
border-color: #DB6199;
}
.TagClassName
{
border-color: #DB6199;
}
</style>