Shades of Pale Violet Red #DB6E9B
Tints of Pale Violet Red #DB6E9B
RGB
CMYK
RGB Variations
Color information
#DB6E9B (or 0xDB6E9B) is known color: Pale Violet Red. HEX triplet: DB, 6E and 9B. RGB value is (219,110,155). Sum of RGB (Red+Green+Blue) = 219+110+155=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E9B is #249164. Grayscale: #939393. Windows color (decimal): -2396517 or 10186459. OLE color: 10186459.
HSL color Cylindrical-coordinate representation of color #DB6E9B: hue angle of 335.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E9B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 155 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.14 |
| HSL | 335.23º | 0.6% | 0.65% | - |
| HSV(B) | 335.23º | 0.5% | 0.86% | - |
| XYZ | 40.71 | 28.58 | 34.38 | - |
| YUV | 147.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 155 | 0 | 0.50 | 0.29 | 0.14 | 335.23 | 0.6 | 0.65 |
| Hex | DB | 6E | 9B | 0 | 32 | 1D | E | 14F | 3C | 41 |
| Octal | 333 | 156 | 233 | 0 | 62 | 35 | 16 | 517 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10011011 | 0 | 110010 | 11101 | 1110 | 101001111 | 111100 | 1000001 |
Color Harmonies of #DB6E9B
Complementary color
Monochromatic Colors of #DB6E9B
Black with #DB6E9B
Text Example
Text Example
White with #DB6E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E9B; }
p { color: rgb(219,110,155); }
H1.HeaderClassName
{
color: #DB6E9B;
}
.AnyTagClassName
{
color: #DB6E9B;
}
</style>
background-color css
<style>
a { background-color: #DB6E9B; }
a { background-color: rgb(219,110,155); }
div.DivClassName
{
background-color: #DB6E9B;
}
.BgClassName
{
background-color: #DB6E9B;
}
</style>
border-color css
<style>
span { border-color: #DB6E9B; }
span { border-color: rgb(219,110,155); }
td.TdClassName
{
border-color: #DB6E9B;
}
.TagClassName
{
border-color: #DB6E9B;
}
</style>