Shades of Pale Violet Red #DB7A9E
Tints of Pale Violet Red #DB7A9E
RGB
CMYK
RGB Variations
Color information
#DB7A9E (or 0xDB7A9E) is known color: Pale Violet Red. HEX triplet: DB, 7A and 9E. RGB value is (219,122,158). Sum of RGB (Red+Green+Blue) = 219+122+158=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A9E is #248561. Grayscale: #9B9B9B. Windows color (decimal): -2393442 or 10386139. OLE color: 10386139.
HSL color Cylindrical-coordinate representation of color #DB7A9E: hue angle of 337.73º 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 #DB7A9E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 158 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.14 |
| HSL | 337.73º | 0.57% | 0.67% | - |
| HSV(B) | 337.73º | 0.44% | 0.86% | - |
| XYZ | 42.34 | 31.45 | 36.19 | - |
| YUV | 155.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 158 | 0 | 0.44 | 0.28 | 0.14 | 337.73 | 0.57 | 0.67 |
| Hex | DB | 7A | 9E | 0 | 2C | 1C | E | 152 | 39 | 43 |
| Octal | 333 | 172 | 236 | 0 | 54 | 34 | 16 | 522 | 71 | 103 |
| Binary | 11011011 | 1111010 | 10011110 | 0 | 101100 | 11100 | 1110 | 101010010 | 111001 | 1000011 |
Color Harmonies of #DB7A9E
Complementary color
Monochromatic Colors of #DB7A9E
Black with #DB7A9E
Text Example
Text Example
White with #DB7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A9E; }
p { color: rgb(219,122,158); }
H1.HeaderClassName
{
color: #DB7A9E;
}
.AnyTagClassName
{
color: #DB7A9E;
}
</style>
background-color css
<style>
a { background-color: #DB7A9E; }
a { background-color: rgb(219,122,158); }
div.DivClassName
{
background-color: #DB7A9E;
}
.BgClassName
{
background-color: #DB7A9E;
}
</style>
border-color css
<style>
span { border-color: #DB7A9E; }
span { border-color: rgb(219,122,158); }
td.TdClassName
{
border-color: #DB7A9E;
}
.TagClassName
{
border-color: #DB7A9E;
}
</style>