Shades of Pale Violet Red #DB6EA7
Tints of Pale Violet Red #DB6EA7
RGB
CMYK
RGB Variations
Color information
#DB6EA7 (or 0xDB6EA7) is known color: Pale Violet Red. HEX triplet: DB, 6E and A7. RGB value is (219,110,167). Sum of RGB (Red+Green+Blue) = 219+110+167=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EA7 is #249158. Grayscale: #949494. Windows color (decimal): -2396505 or 10972891. OLE color: 10972891.
HSL color Cylindrical-coordinate representation of color #DB6EA7: hue angle of 328.62º 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 #DB6EA7 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 167 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.14 |
| HSL | 328.62º | 0.6% | 0.65% | - |
| HSV(B) | 328.62º | 0.5% | 0.86% | - |
| XYZ | 41.76 | 29 | 39.96 | - |
| YUV | 149.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 167 | 0 | 0.50 | 0.24 | 0.14 | 328.62 | 0.6 | 0.65 |
| Hex | DB | 6E | A7 | 0 | 32 | 18 | E | 149 | 3C | 41 |
| Octal | 333 | 156 | 247 | 0 | 62 | 30 | 16 | 511 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10100111 | 0 | 110010 | 11000 | 1110 | 101001001 | 111100 | 1000001 |
Color Harmonies of #DB6EA7
Complementary color
Monochromatic Colors of #DB6EA7
Black with #DB6EA7
Text Example
Text Example
White with #DB6EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EA7; }
p { color: rgb(219,110,167); }
H1.HeaderClassName
{
color: #DB6EA7;
}
.AnyTagClassName
{
color: #DB6EA7;
}
</style>
background-color css
<style>
a { background-color: #DB6EA7; }
a { background-color: rgb(219,110,167); }
div.DivClassName
{
background-color: #DB6EA7;
}
.BgClassName
{
background-color: #DB6EA7;
}
</style>
border-color css
<style>
span { border-color: #DB6EA7; }
span { border-color: rgb(219,110,167); }
td.TdClassName
{
border-color: #DB6EA7;
}
.TagClassName
{
border-color: #DB6EA7;
}
</style>