Shades of Pale Violet Red #DB7D9E
Tints of Pale Violet Red #DB7D9E
RGB
CMYK
RGB Variations
Color information
#DB7D9E (or 0xDB7D9E) is known color: Pale Violet Red. HEX triplet: DB, 7D and 9E. RGB value is (219,125,158). Sum of RGB (Red+Green+Blue) = 219+125+158=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7D9E is #248261. Grayscale: #9C9C9C. Windows color (decimal): -2392674 or 10386907. OLE color: 10386907.
HSL color Cylindrical-coordinate representation of color #DB7D9E: hue angle of 338.94º 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 #DB7D9E is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 158 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.14 |
| HSL | 338.94º | 0.57% | 0.67% | - |
| HSV(B) | 338.94º | 0.43% | 0.86% | - |
| XYZ | 42.72 | 32.2 | 36.31 | - |
| YUV | 156.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 158 | 0 | 0.43 | 0.28 | 0.14 | 338.94 | 0.57 | 0.67 |
| Hex | DB | 7D | 9E | 0 | 2B | 1C | E | 153 | 39 | 43 |
| Octal | 333 | 175 | 236 | 0 | 53 | 34 | 16 | 523 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10011110 | 0 | 101011 | 11100 | 1110 | 101010011 | 111001 | 1000011 |
Color Harmonies of #DB7D9E
Complementary color
Monochromatic Colors of #DB7D9E
Black with #DB7D9E
Text Example
Text Example
White with #DB7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D9E; }
p { color: rgb(219,125,158); }
H1.HeaderClassName
{
color: #DB7D9E;
}
.AnyTagClassName
{
color: #DB7D9E;
}
</style>
background-color css
<style>
a { background-color: #DB7D9E; }
a { background-color: rgb(219,125,158); }
div.DivClassName
{
background-color: #DB7D9E;
}
.BgClassName
{
background-color: #DB7D9E;
}
</style>
border-color css
<style>
span { border-color: #DB7D9E; }
span { border-color: rgb(219,125,158); }
td.TdClassName
{
border-color: #DB7D9E;
}
.TagClassName
{
border-color: #DB7D9E;
}
</style>