Shades of Pale Violet Red #DB5D96
Tints of Pale Violet Red #DB5D96
RGB
CMYK
RGB Variations
Color information
#DB5D96 (or 0xDB5D96) is known color: Pale Violet Red. HEX triplet: DB, 5D and 96. RGB value is (219,93,150). Sum of RGB (Red+Green+Blue) = 219+93+150=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D96 is #24A269. Grayscale: #898989. Windows color (decimal): -2400874 or 9854427. OLE color: 9854427.
HSL color Cylindrical-coordinate representation of color #DB5D96: hue angle of 332.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D96 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 150 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.14 |
| HSL | 332.86º | 0.64% | 0.61% | - |
| HSV(B) | 332.86º | 0.58% | 0.86% | - |
| XYZ | 38.63 | 25.09 | 31.66 | - |
| YUV | 137.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 150 | 0 | 0.58 | 0.32 | 0.14 | 332.86 | 0.64 | 0.61 |
| Hex | DB | 5D | 96 | 0 | 3A | 20 | E | 14D | 40 | 3D |
| Octal | 333 | 135 | 226 | 0 | 72 | 40 | 16 | 515 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10010110 | 0 | 111010 | 100000 | 1110 | 101001101 | 1000000 | 111101 |
Color Harmonies of #DB5D96
Complementary color
Monochromatic Colors of #DB5D96
Black with #DB5D96
Text Example
Text Example
White with #DB5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D96; }
p { color: rgb(219,93,150); }
H1.HeaderClassName
{
color: #DB5D96;
}
.AnyTagClassName
{
color: #DB5D96;
}
</style>
background-color css
<style>
a { background-color: #DB5D96; }
a { background-color: rgb(219,93,150); }
div.DivClassName
{
background-color: #DB5D96;
}
.BgClassName
{
background-color: #DB5D96;
}
</style>
border-color css
<style>
span { border-color: #DB5D96; }
span { border-color: rgb(219,93,150); }
td.TdClassName
{
border-color: #DB5D96;
}
.TagClassName
{
border-color: #DB5D96;
}
</style>