Shades of Pale Violet Red #DB7AA2
Tints of Pale Violet Red #DB7AA2
RGB
CMYK
RGB Variations
Color information
#DB7AA2 (or 0xDB7AA2) is known color: Pale Violet Red. HEX triplet: DB, 7A and A2. RGB value is (219,122,162). Sum of RGB (Red+Green+Blue) = 219+122+162=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AA2 is #24855D. Grayscale: #9B9B9B. Windows color (decimal): -2393438 or 10648283. OLE color: 10648283.
HSL color Cylindrical-coordinate representation of color #DB7AA2: hue angle of 335.26º 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 #DB7AA2 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 162 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.14 |
| HSL | 335.26º | 0.57% | 0.67% | - |
| HSV(B) | 335.26º | 0.44% | 0.86% | - |
| XYZ | 42.69 | 31.59 | 38.03 | - |
| YUV | 155.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 162 | 0 | 0.44 | 0.26 | 0.14 | 335.26 | 0.57 | 0.67 |
| Hex | DB | 7A | A2 | 0 | 2C | 1A | E | 14F | 39 | 43 |
| Octal | 333 | 172 | 242 | 0 | 54 | 32 | 16 | 517 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10100010 | 0 | 101100 | 11010 | 1110 | 101001111 | 111001 | 1000011 |
Color Harmonies of #DB7AA2
Complementary color
Monochromatic Colors of #DB7AA2
Black with #DB7AA2
Text Example
Text Example
White with #DB7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AA2; }
p { color: rgb(219,122,162); }
H1.HeaderClassName
{
color: #DB7AA2;
}
.AnyTagClassName
{
color: #DB7AA2;
}
</style>
background-color css
<style>
a { background-color: #DB7AA2; }
a { background-color: rgb(219,122,162); }
div.DivClassName
{
background-color: #DB7AA2;
}
.BgClassName
{
background-color: #DB7AA2;
}
</style>
border-color css
<style>
span { border-color: #DB7AA2; }
span { border-color: rgb(219,122,162); }
td.TdClassName
{
border-color: #DB7AA2;
}
.TagClassName
{
border-color: #DB7AA2;
}
</style>