Shades of Pale Violet Red #DB6D90
Tints of Pale Violet Red #DB6D90
RGB
CMYK
RGB Variations
Color information
#DB6D90 (or 0xDB6D90) is known color: Pale Violet Red. HEX triplet: DB, 6D and 90. RGB value is (219,109,144). Sum of RGB (Red+Green+Blue) = 219+109+144=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D90 is #24926F. Grayscale: #919191. Windows color (decimal): -2396784 or 9465307. OLE color: 9465307.
HSL color Cylindrical-coordinate representation of color #DB6D90: hue angle of 340.91º 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 #DB6D90 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 144 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.14 |
| HSL | 340.91º | 0.6% | 0.64% | - |
| HSV(B) | 340.91º | 0.5% | 0.86% | - |
| XYZ | 39.72 | 28.01 | 29.7 | - |
| YUV | 145.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 144 | 0 | 0.50 | 0.34 | 0.14 | 340.91 | 0.6 | 0.64 |
| Hex | DB | 6D | 90 | 0 | 32 | 22 | E | 155 | 3C | 40 |
| Octal | 333 | 155 | 220 | 0 | 62 | 42 | 16 | 525 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10010000 | 0 | 110010 | 100010 | 1110 | 101010101 | 111100 | 1000000 |
Color Harmonies of #DB6D90
Complementary color
Monochromatic Colors of #DB6D90
Black with #DB6D90
Text Example
Text Example
White with #DB6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D90; }
p { color: rgb(219,109,144); }
H1.HeaderClassName
{
color: #DB6D90;
}
.AnyTagClassName
{
color: #DB6D90;
}
</style>
background-color css
<style>
a { background-color: #DB6D90; }
a { background-color: rgb(219,109,144); }
div.DivClassName
{
background-color: #DB6D90;
}
.BgClassName
{
background-color: #DB6D90;
}
</style>
border-color css
<style>
span { border-color: #DB6D90; }
span { border-color: rgb(219,109,144); }
td.TdClassName
{
border-color: #DB6D90;
}
.TagClassName
{
border-color: #DB6D90;
}
</style>