Shades of Pale Violet Red #DB7AA8
Tints of Pale Violet Red #DB7AA8
RGB
CMYK
RGB Variations
Color information
#DB7AA8 (or 0xDB7AA8) is known color: Pale Violet Red. HEX triplet: DB, 7A and A8. RGB value is (219,122,168). Sum of RGB (Red+Green+Blue) = 219+122+168=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AA8 is #248557. Grayscale: #9C9C9C. Windows color (decimal): -2393432 or 11041499. OLE color: 11041499.
HSL color Cylindrical-coordinate representation of color #DB7AA8: hue angle of 331.55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7AA8 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 168 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.14 |
| HSL | 331.55º | 0.57% | 0.67% | - |
| HSV(B) | 331.55º | 0.44% | 0.86% | - |
| XYZ | 43.24 | 31.81 | 40.91 | - |
| YUV | 156.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 168 | 0 | 0.44 | 0.23 | 0.14 | 331.55 | 0.57 | 0.67 |
| Hex | DB | 7A | A8 | 0 | 2C | 17 | E | 14C | 39 | 43 |
| Octal | 333 | 172 | 250 | 0 | 54 | 27 | 16 | 514 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10101000 | 0 | 101100 | 10111 | 1110 | 101001100 | 111001 | 1000011 |
Color Harmonies of #DB7AA8
Complementary color
Monochromatic Colors of #DB7AA8
Black with #DB7AA8
Text Example
Text Example
White with #DB7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AA8; }
p { color: rgb(219,122,168); }
H1.HeaderClassName
{
color: #DB7AA8;
}
.AnyTagClassName
{
color: #DB7AA8;
}
</style>
background-color css
<style>
a { background-color: #DB7AA8; }
a { background-color: rgb(219,122,168); }
div.DivClassName
{
background-color: #DB7AA8;
}
.BgClassName
{
background-color: #DB7AA8;
}
</style>
border-color css
<style>
span { border-color: #DB7AA8; }
span { border-color: rgb(219,122,168); }
td.TdClassName
{
border-color: #DB7AA8;
}
.TagClassName
{
border-color: #DB7AA8;
}
</style>