Shades of Pale Violet Red #DB6590
Tints of Pale Violet Red #DB6590
RGB
CMYK
RGB Variations
Color information
#DB6590 (or 0xDB6590) is known color: Pale Violet Red. HEX triplet: DB, 65 and 90. RGB value is (219,101,144). Sum of RGB (Red+Green+Blue) = 219+101+144=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6590 is #249A6F. Grayscale: #8D8D8D. Windows color (decimal): -2398832 or 9463259. OLE color: 9463259.
HSL color Cylindrical-coordinate representation of color #DB6590: hue angle of 338.14º 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 #DB6590 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 144 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.14 |
| HSL | 338.14º | 0.62% | 0.63% | - |
| HSV(B) | 338.14º | 0.54% | 0.86% | - |
| XYZ | 38.9 | 26.38 | 29.43 | - |
| YUV | 141.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 144 | 0 | 0.54 | 0.34 | 0.14 | 338.14 | 0.62 | 0.63 |
| Hex | DB | 65 | 90 | 0 | 36 | 22 | E | 152 | 3E | 3F |
| Octal | 333 | 145 | 220 | 0 | 66 | 42 | 16 | 522 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10010000 | 0 | 110110 | 100010 | 1110 | 101010010 | 111110 | 111111 |
Color Harmonies of #DB6590
Complementary color
Monochromatic Colors of #DB6590
Black with #DB6590
Text Example
Text Example
White with #DB6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6590; }
p { color: rgb(219,101,144); }
H1.HeaderClassName
{
color: #DB6590;
}
.AnyTagClassName
{
color: #DB6590;
}
</style>
background-color css
<style>
a { background-color: #DB6590; }
a { background-color: rgb(219,101,144); }
div.DivClassName
{
background-color: #DB6590;
}
.BgClassName
{
background-color: #DB6590;
}
</style>
border-color css
<style>
span { border-color: #DB6590; }
span { border-color: rgb(219,101,144); }
td.TdClassName
{
border-color: #DB6590;
}
.TagClassName
{
border-color: #DB6590;
}
</style>