Shades of Pale Violet Red #DB70AB
Tints of Pale Violet Red #DB70AB
RGB
CMYK
RGB Variations
Color information
#DB70AB (or 0xDB70AB) is known color: Pale Violet Red. HEX triplet: DB, 70 and AB. RGB value is (219,112,171). Sum of RGB (Red+Green+Blue) = 219+112+171=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70AB is #248F54. Grayscale: #969696. Windows color (decimal): -2395989 or 11235547. OLE color: 11235547.
HSL color Cylindrical-coordinate representation of color #DB70AB: hue angle of 326.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70AB is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 171 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.14 |
| HSL | 326.92º | 0.6% | 0.65% | - |
| HSV(B) | 326.92º | 0.49% | 0.86% | - |
| XYZ | 42.36 | 29.59 | 42.01 | - |
| YUV | 150.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 171 | 0 | 0.49 | 0.22 | 0.14 | 326.92 | 0.6 | 0.65 |
| Hex | DB | 70 | AB | 0 | 31 | 16 | E | 147 | 3C | 41 |
| Octal | 333 | 160 | 253 | 0 | 61 | 26 | 16 | 507 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10101011 | 0 | 110001 | 10110 | 1110 | 101000111 | 111100 | 1000001 |
Color Harmonies of #DB70AB
Complementary color
Monochromatic Colors of #DB70AB
Black with #DB70AB
Text Example
Text Example
White with #DB70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70AB; }
p { color: rgb(219,112,171); }
H1.HeaderClassName
{
color: #DB70AB;
}
.AnyTagClassName
{
color: #DB70AB;
}
</style>
background-color css
<style>
a { background-color: #DB70AB; }
a { background-color: rgb(219,112,171); }
div.DivClassName
{
background-color: #DB70AB;
}
.BgClassName
{
background-color: #DB70AB;
}
</style>
border-color css
<style>
span { border-color: #DB70AB; }
span { border-color: rgb(219,112,171); }
td.TdClassName
{
border-color: #DB70AB;
}
.TagClassName
{
border-color: #DB70AB;
}
</style>