Shades of Pale Violet Red #DB6BA6
Tints of Pale Violet Red #DB6BA6
RGB
CMYK
RGB Variations
Color information
#DB6BA6 (or 0xDB6BA6) is known color: Pale Violet Red. HEX triplet: DB, 6B and A6. RGB value is (219,107,166). Sum of RGB (Red+Green+Blue) = 219+107+166=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BA6 is #249459. Grayscale: #939393. Windows color (decimal): -2397274 or 10906587. OLE color: 10906587.
HSL color Cylindrical-coordinate representation of color #DB6BA6: hue angle of 328.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BA6 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 166 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.14 |
| HSL | 328.39º | 0.61% | 0.64% | - |
| HSV(B) | 328.39º | 0.51% | 0.86% | - |
| XYZ | 41.35 | 28.33 | 39.36 | - |
| YUV | 147.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 166 | 0 | 0.51 | 0.24 | 0.14 | 328.39 | 0.61 | 0.64 |
| Hex | DB | 6B | A6 | 0 | 33 | 18 | E | 148 | 3D | 40 |
| Octal | 333 | 153 | 246 | 0 | 63 | 30 | 16 | 510 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10100110 | 0 | 110011 | 11000 | 1110 | 101001000 | 111101 | 1000000 |
Color Harmonies of #DB6BA6
Complementary color
Monochromatic Colors of #DB6BA6
Black with #DB6BA6
Text Example
Text Example
White with #DB6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BA6; }
p { color: rgb(219,107,166); }
H1.HeaderClassName
{
color: #DB6BA6;
}
.AnyTagClassName
{
color: #DB6BA6;
}
</style>
background-color css
<style>
a { background-color: #DB6BA6; }
a { background-color: rgb(219,107,166); }
div.DivClassName
{
background-color: #DB6BA6;
}
.BgClassName
{
background-color: #DB6BA6;
}
</style>
border-color css
<style>
span { border-color: #DB6BA6; }
span { border-color: rgb(219,107,166); }
td.TdClassName
{
border-color: #DB6BA6;
}
.TagClassName
{
border-color: #DB6BA6;
}
</style>