Shades of Pale Violet Red #DB7494
Tints of Pale Violet Red #DB7494
RGB
CMYK
RGB Variations
Color information
#DB7494 (or 0xDB7494) is known color: Pale Violet Red. HEX triplet: DB, 74 and 94. RGB value is (219,116,148). Sum of RGB (Red+Green+Blue) = 219+116+148=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7494 is #248B6B. Grayscale: #969696. Windows color (decimal): -2394988 or 9729243. OLE color: 9729243.
HSL color Cylindrical-coordinate representation of color #DB7494: hue angle of 341.36º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7494 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 148 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.14 |
| HSL | 341.36º | 0.59% | 0.66% | - |
| HSV(B) | 341.36º | 0.47% | 0.86% | - |
| XYZ | 40.8 | 29.69 | 31.6 | - |
| YUV | 150.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 148 | 0 | 0.47 | 0.32 | 0.14 | 341.36 | 0.59 | 0.66 |
| Hex | DB | 74 | 94 | 0 | 2F | 20 | E | 155 | 3B | 42 |
| Octal | 333 | 164 | 224 | 0 | 57 | 40 | 16 | 525 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10010100 | 0 | 101111 | 100000 | 1110 | 101010101 | 111011 | 1000010 |
Color Harmonies of #DB7494
Complementary color
Monochromatic Colors of #DB7494
Black with #DB7494
Text Example
Text Example
White with #DB7494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7494; }
p { color: rgb(219,116,148); }
H1.HeaderClassName
{
color: #DB7494;
}
.AnyTagClassName
{
color: #DB7494;
}
</style>
background-color css
<style>
a { background-color: #DB7494; }
a { background-color: rgb(219,116,148); }
div.DivClassName
{
background-color: #DB7494;
}
.BgClassName
{
background-color: #DB7494;
}
</style>
border-color css
<style>
span { border-color: #DB7494; }
span { border-color: rgb(219,116,148); }
td.TdClassName
{
border-color: #DB7494;
}
.TagClassName
{
border-color: #DB7494;
}
</style>