Shades of Pale Violet Red #DB7490
Tints of Pale Violet Red #DB7490
RGB
CMYK
RGB Variations
Color information
#DB7490 (or 0xDB7490) is known color: Pale Violet Red. HEX triplet: DB, 74 and 90. RGB value is (219,116,144). Sum of RGB (Red+Green+Blue) = 219+116+144=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7490 is #248B6F. Grayscale: #959595. Windows color (decimal): -2394992 or 9467099. OLE color: 9467099.
HSL color Cylindrical-coordinate representation of color #DB7490: hue angle of 343.69º 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 #DB7490 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 144 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.14 |
| HSL | 343.69º | 0.59% | 0.66% | - |
| HSV(B) | 343.69º | 0.47% | 0.86% | - |
| XYZ | 40.49 | 29.56 | 29.96 | - |
| YUV | 149.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 144 | 0 | 0.47 | 0.34 | 0.14 | 343.69 | 0.59 | 0.66 |
| Hex | DB | 74 | 90 | 0 | 2F | 22 | E | 158 | 3B | 42 |
| Octal | 333 | 164 | 220 | 0 | 57 | 42 | 16 | 530 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10010000 | 0 | 101111 | 100010 | 1110 | 101011000 | 111011 | 1000010 |
Color Harmonies of #DB7490
Complementary color
Monochromatic Colors of #DB7490
Black with #DB7490
Text Example
Text Example
White with #DB7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7490; }
p { color: rgb(219,116,144); }
H1.HeaderClassName
{
color: #DB7490;
}
.AnyTagClassName
{
color: #DB7490;
}
</style>
background-color css
<style>
a { background-color: #DB7490; }
a { background-color: rgb(219,116,144); }
div.DivClassName
{
background-color: #DB7490;
}
.BgClassName
{
background-color: #DB7490;
}
</style>
border-color css
<style>
span { border-color: #DB7490; }
span { border-color: rgb(219,116,144); }
td.TdClassName
{
border-color: #DB7490;
}
.TagClassName
{
border-color: #DB7490;
}
</style>