Shades of Pale Violet Red #DB5E96
Tints of Pale Violet Red #DB5E96
RGB
CMYK
RGB Variations
Color information
#DB5E96 (or 0xDB5E96) is known color: Pale Violet Red. HEX triplet: DB, 5E and 96. RGB value is (219,94,150). Sum of RGB (Red+Green+Blue) = 219+94+150=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E96 is #24A169. Grayscale: #898989. Windows color (decimal): -2400618 or 9854683. OLE color: 9854683.
HSL color Cylindrical-coordinate representation of color #DB5E96: hue angle of 333.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E96 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 150 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.14 |
| HSL | 333.12º | 0.63% | 0.61% | - |
| HSV(B) | 333.12º | 0.57% | 0.86% | - |
| XYZ | 38.72 | 25.27 | 31.69 | - |
| YUV | 137.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 150 | 0 | 0.57 | 0.32 | 0.14 | 333.12 | 0.63 | 0.61 |
| Hex | DB | 5E | 96 | 0 | 39 | 20 | E | 14D | 3F | 3D |
| Octal | 333 | 136 | 226 | 0 | 71 | 40 | 16 | 515 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10010110 | 0 | 111001 | 100000 | 1110 | 101001101 | 111111 | 111101 |
Color Harmonies of #DB5E96
Complementary color
Monochromatic Colors of #DB5E96
Black with #DB5E96
Text Example
Text Example
White with #DB5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E96; }
p { color: rgb(219,94,150); }
H1.HeaderClassName
{
color: #DB5E96;
}
.AnyTagClassName
{
color: #DB5E96;
}
</style>
background-color css
<style>
a { background-color: #DB5E96; }
a { background-color: rgb(219,94,150); }
div.DivClassName
{
background-color: #DB5E96;
}
.BgClassName
{
background-color: #DB5E96;
}
</style>
border-color css
<style>
span { border-color: #DB5E96; }
span { border-color: rgb(219,94,150); }
td.TdClassName
{
border-color: #DB5E96;
}
.TagClassName
{
border-color: #DB5E96;
}
</style>