Shades of Pale Violet Red #DB6D99
Tints of Pale Violet Red #DB6D99
RGB
CMYK
RGB Variations
Color information
#DB6D99 (or 0xDB6D99) is known color: Pale Violet Red. HEX triplet: DB, 6D and 99. RGB value is (219,109,153). Sum of RGB (Red+Green+Blue) = 219+109+153=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D99 is #249266. Grayscale: #929292. Windows color (decimal): -2396775 or 10055131. OLE color: 10055131.
HSL color Cylindrical-coordinate representation of color #DB6D99: hue angle of 336º 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 #DB6D99 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 153 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.14 |
| HSL | 336º | 0.6% | 0.64% | - |
| HSV(B) | 336º | 0.5% | 0.86% | - |
| XYZ | 40.43 | 28.3 | 33.47 | - |
| YUV | 146.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 153 | 0 | 0.50 | 0.30 | 0.14 | 336 | 0.6 | 0.64 |
| Hex | DB | 6D | 99 | 0 | 32 | 1E | E | 150 | 3C | 40 |
| Octal | 333 | 155 | 231 | 0 | 62 | 36 | 16 | 520 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10011001 | 0 | 110010 | 11110 | 1110 | 101010000 | 111100 | 1000000 |
Color Harmonies of #DB6D99
Complementary color
Monochromatic Colors of #DB6D99
Black with #DB6D99
Text Example
Text Example
White with #DB6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D99; }
p { color: rgb(219,109,153); }
H1.HeaderClassName
{
color: #DB6D99;
}
.AnyTagClassName
{
color: #DB6D99;
}
</style>
background-color css
<style>
a { background-color: #DB6D99; }
a { background-color: rgb(219,109,153); }
div.DivClassName
{
background-color: #DB6D99;
}
.BgClassName
{
background-color: #DB6D99;
}
</style>
border-color css
<style>
span { border-color: #DB6D99; }
span { border-color: rgb(219,109,153); }
td.TdClassName
{
border-color: #DB6D99;
}
.TagClassName
{
border-color: #DB6D99;
}
</style>