Shades of Pale Violet Red #DB6490
Tints of Pale Violet Red #DB6490
RGB
CMYK
RGB Variations
Color information
#DB6490 (or 0xDB6490) is known color: Pale Violet Red. HEX triplet: DB, 64 and 90. RGB value is (219,100,144). Sum of RGB (Red+Green+Blue) = 219+100+144=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6490 is #249B6F. Grayscale: #8C8C8C. Windows color (decimal): -2399088 or 9463003. OLE color: 9463003.
HSL color Cylindrical-coordinate representation of color #DB6490: hue angle of 337.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6490 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 144 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.14 |
| HSL | 337.82º | 0.62% | 0.63% | - |
| HSV(B) | 337.82º | 0.54% | 0.86% | - |
| XYZ | 38.8 | 26.19 | 29.4 | - |
| YUV | 140.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 144 | 0 | 0.54 | 0.34 | 0.14 | 337.82 | 0.62 | 0.63 |
| Hex | DB | 64 | 90 | 0 | 36 | 22 | E | 152 | 3E | 3F |
| Octal | 333 | 144 | 220 | 0 | 66 | 42 | 16 | 522 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10010000 | 0 | 110110 | 100010 | 1110 | 101010010 | 111110 | 111111 |
Color Harmonies of #DB6490
Complementary color
Monochromatic Colors of #DB6490
Black with #DB6490
Text Example
Text Example
White with #DB6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6490; }
p { color: rgb(219,100,144); }
H1.HeaderClassName
{
color: #DB6490;
}
.AnyTagClassName
{
color: #DB6490;
}
</style>
background-color css
<style>
a { background-color: #DB6490; }
a { background-color: rgb(219,100,144); }
div.DivClassName
{
background-color: #DB6490;
}
.BgClassName
{
background-color: #DB6490;
}
</style>
border-color css
<style>
span { border-color: #DB6490; }
span { border-color: rgb(219,100,144); }
td.TdClassName
{
border-color: #DB6490;
}
.TagClassName
{
border-color: #DB6490;
}
</style>