Shades of Pale Violet Red #DB7DA4
Tints of Pale Violet Red #DB7DA4
RGB
CMYK
RGB Variations
Color information
#DB7DA4 (or 0xDB7DA4) is known color: Pale Violet Red. HEX triplet: DB, 7D and A4. RGB value is (219,125,164). Sum of RGB (Red+Green+Blue) = 219+125+164=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA4 is #24825B. Grayscale: #9D9D9D. Windows color (decimal): -2392668 or 10780123. OLE color: 10780123.
HSL color Cylindrical-coordinate representation of color #DB7DA4: hue angle of 335.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DA4 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 164 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.14 |
| HSL | 335.11º | 0.57% | 0.67% | - |
| HSV(B) | 335.11º | 0.43% | 0.86% | - |
| XYZ | 43.25 | 32.41 | 39.1 | - |
| YUV | 157.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 164 | 0 | 0.43 | 0.25 | 0.14 | 335.11 | 0.57 | 0.67 |
| Hex | DB | 7D | A4 | 0 | 2B | 19 | E | 14F | 39 | 43 |
| Octal | 333 | 175 | 244 | 0 | 53 | 31 | 16 | 517 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10100100 | 0 | 101011 | 11001 | 1110 | 101001111 | 111001 | 1000011 |
Color Harmonies of #DB7DA4
Complementary color
Monochromatic Colors of #DB7DA4
Black with #DB7DA4
Text Example
Text Example
White with #DB7DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DA4; }
p { color: rgb(219,125,164); }
H1.HeaderClassName
{
color: #DB7DA4;
}
.AnyTagClassName
{
color: #DB7DA4;
}
</style>
background-color css
<style>
a { background-color: #DB7DA4; }
a { background-color: rgb(219,125,164); }
div.DivClassName
{
background-color: #DB7DA4;
}
.BgClassName
{
background-color: #DB7DA4;
}
</style>
border-color css
<style>
span { border-color: #DB7DA4; }
span { border-color: rgb(219,125,164); }
td.TdClassName
{
border-color: #DB7DA4;
}
.TagClassName
{
border-color: #DB7DA4;
}
</style>