Shades of Pale Violet Red #DB6D9B
Tints of Pale Violet Red #DB6D9B
RGB
CMYK
RGB Variations
Color information
#DB6D9B (or 0xDB6D9B) is known color: Pale Violet Red. HEX triplet: DB, 6D and 9B. RGB value is (219,109,155). Sum of RGB (Red+Green+Blue) = 219+109+155=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D9B is #249264. Grayscale: #939393. Windows color (decimal): -2396773 or 10186203. OLE color: 10186203.
HSL color Cylindrical-coordinate representation of color #DB6D9B: hue angle of 334.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 #DB6D9B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 155 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.14 |
| HSL | 334.91º | 0.6% | 0.64% | - |
| HSV(B) | 334.91º | 0.5% | 0.86% | - |
| XYZ | 40.6 | 28.36 | 34.35 | - |
| YUV | 147.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 155 | 0 | 0.50 | 0.29 | 0.14 | 334.91 | 0.6 | 0.64 |
| Hex | DB | 6D | 9B | 0 | 32 | 1D | E | 14F | 3C | 40 |
| Octal | 333 | 155 | 233 | 0 | 62 | 35 | 16 | 517 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10011011 | 0 | 110010 | 11101 | 1110 | 101001111 | 111100 | 1000000 |
Color Harmonies of #DB6D9B
Complementary color
Monochromatic Colors of #DB6D9B
Black with #DB6D9B
Text Example
Text Example
White with #DB6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D9B; }
p { color: rgb(219,109,155); }
H1.HeaderClassName
{
color: #DB6D9B;
}
.AnyTagClassName
{
color: #DB6D9B;
}
</style>
background-color css
<style>
a { background-color: #DB6D9B; }
a { background-color: rgb(219,109,155); }
div.DivClassName
{
background-color: #DB6D9B;
}
.BgClassName
{
background-color: #DB6D9B;
}
</style>
border-color css
<style>
span { border-color: #DB6D9B; }
span { border-color: rgb(219,109,155); }
td.TdClassName
{
border-color: #DB6D9B;
}
.TagClassName
{
border-color: #DB6D9B;
}
</style>