Shades of Pale Violet Red #DB71A2
Tints of Pale Violet Red #DB71A2
RGB
CMYK
RGB Variations
Color information
#DB71A2 (or 0xDB71A2) is known color: Pale Violet Red. HEX triplet: DB, 71 and A2. RGB value is (219,113,162). Sum of RGB (Red+Green+Blue) = 219+113+162=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB71A2 is #248E5D. Grayscale: #969696. Windows color (decimal): -2395742 or 10645979. OLE color: 10645979.
HSL color Cylindrical-coordinate representation of color #DB71A2: hue angle of 332.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71A2 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 162 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.14 |
| HSL | 332.26º | 0.6% | 0.65% | - |
| HSV(B) | 332.26º | 0.48% | 0.86% | - |
| XYZ | 41.64 | 29.48 | 37.68 | - |
| YUV | 150.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 162 | 0 | 0.48 | 0.26 | 0.14 | 332.26 | 0.6 | 0.65 |
| Hex | DB | 71 | A2 | 0 | 30 | 1A | E | 14C | 3C | 41 |
| Octal | 333 | 161 | 242 | 0 | 60 | 32 | 16 | 514 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10100010 | 0 | 110000 | 11010 | 1110 | 101001100 | 111100 | 1000001 |
Color Harmonies of #DB71A2
Complementary color
Monochromatic Colors of #DB71A2
Black with #DB71A2
Text Example
Text Example
White with #DB71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71A2; }
p { color: rgb(219,113,162); }
H1.HeaderClassName
{
color: #DB71A2;
}
.AnyTagClassName
{
color: #DB71A2;
}
</style>
background-color css
<style>
a { background-color: #DB71A2; }
a { background-color: rgb(219,113,162); }
div.DivClassName
{
background-color: #DB71A2;
}
.BgClassName
{
background-color: #DB71A2;
}
</style>
border-color css
<style>
span { border-color: #DB71A2; }
span { border-color: rgb(219,113,162); }
td.TdClassName
{
border-color: #DB71A2;
}
.TagClassName
{
border-color: #DB71A2;
}
</style>