Shades of Pale Violet Red #DB7AAB
Tints of Pale Violet Red #DB7AAB
RGB
CMYK
RGB Variations
Color information
#DB7AAB (or 0xDB7AAB) is known color: Pale Violet Red. HEX triplet: DB, 7A and AB. RGB value is (219,122,171). Sum of RGB (Red+Green+Blue) = 219+122+171=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AAB is #248554. Grayscale: #9C9C9C. Windows color (decimal): -2393429 or 11238107. OLE color: 11238107.
HSL color Cylindrical-coordinate representation of color #DB7AAB: hue angle of 329.69º 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 #DB7AAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 171 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.14 |
| HSL | 329.69º | 0.57% | 0.67% | - |
| HSV(B) | 329.69º | 0.44% | 0.86% | - |
| XYZ | 43.52 | 31.92 | 42.4 | - |
| YUV | 156.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 171 | 0 | 0.44 | 0.22 | 0.14 | 329.69 | 0.57 | 0.67 |
| Hex | DB | 7A | AB | 0 | 2C | 16 | E | 14A | 39 | 43 |
| Octal | 333 | 172 | 253 | 0 | 54 | 26 | 16 | 512 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10101011 | 0 | 101100 | 10110 | 1110 | 101001010 | 111001 | 1000011 |
Color Harmonies of #DB7AAB
Complementary color
Monochromatic Colors of #DB7AAB
Black with #DB7AAB
Text Example
Text Example
White with #DB7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AAB; }
p { color: rgb(219,122,171); }
H1.HeaderClassName
{
color: #DB7AAB;
}
.AnyTagClassName
{
color: #DB7AAB;
}
</style>
background-color css
<style>
a { background-color: #DB7AAB; }
a { background-color: rgb(219,122,171); }
div.DivClassName
{
background-color: #DB7AAB;
}
.BgClassName
{
background-color: #DB7AAB;
}
</style>
border-color css
<style>
span { border-color: #DB7AAB; }
span { border-color: rgb(219,122,171); }
td.TdClassName
{
border-color: #DB7AAB;
}
.TagClassName
{
border-color: #DB7AAB;
}
</style>