Shades of Pale Violet Red #DB70AA
Tints of Pale Violet Red #DB70AA
RGB
CMYK
RGB Variations
Color information
#DB70AA (or 0xDB70AA) is known color: Pale Violet Red. HEX triplet: DB, 70 and AA. RGB value is (219,112,170). Sum of RGB (Red+Green+Blue) = 219+112+170=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70AA is #248F55. Grayscale: #969696. Windows color (decimal): -2395990 or 11170011. OLE color: 11170011.
HSL color Cylindrical-coordinate representation of color #DB70AA: hue angle of 327.48º 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 #DB70AA is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 170 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.14 |
| HSL | 327.48º | 0.6% | 0.65% | - |
| HSV(B) | 327.48º | 0.49% | 0.86% | - |
| XYZ | 42.26 | 29.55 | 41.51 | - |
| YUV | 150.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 170 | 0 | 0.49 | 0.22 | 0.14 | 327.48 | 0.6 | 0.65 |
| Hex | DB | 70 | AA | 0 | 31 | 16 | E | 147 | 3C | 41 |
| Octal | 333 | 160 | 252 | 0 | 61 | 26 | 16 | 507 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10101010 | 0 | 110001 | 10110 | 1110 | 101000111 | 111100 | 1000001 |
Color Harmonies of #DB70AA
Complementary color
Monochromatic Colors of #DB70AA
Black with #DB70AA
Text Example
Text Example
White with #DB70AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70AA; }
p { color: rgb(219,112,170); }
H1.HeaderClassName
{
color: #DB70AA;
}
.AnyTagClassName
{
color: #DB70AA;
}
</style>
background-color css
<style>
a { background-color: #DB70AA; }
a { background-color: rgb(219,112,170); }
div.DivClassName
{
background-color: #DB70AA;
}
.BgClassName
{
background-color: #DB70AA;
}
</style>
border-color css
<style>
span { border-color: #DB70AA; }
span { border-color: rgb(219,112,170); }
td.TdClassName
{
border-color: #DB70AA;
}
.TagClassName
{
border-color: #DB70AA;
}
</style>