Shades of Pale Violet Red #DB5E95
Tints of Pale Violet Red #DB5E95
RGB
CMYK
RGB Variations
Color information
#DB5E95 (or 0xDB5E95) is known color: Pale Violet Red. HEX triplet: DB, 5E and 95. RGB value is (219,94,149). Sum of RGB (Red+Green+Blue) = 219+94+149=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5E95 is #24A16A. Grayscale: #898989. Windows color (decimal): -2400619 or 9789147. OLE color: 9789147.
HSL color Cylindrical-coordinate representation of color #DB5E95: hue angle of 333.6º 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 #DB5E95 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 149 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.14 |
| HSL | 333.6º | 0.63% | 0.61% | - |
| HSV(B) | 333.6º | 0.57% | 0.86% | - |
| XYZ | 38.64 | 25.24 | 31.27 | - |
| YUV | 137.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 149 | 0 | 0.57 | 0.32 | 0.14 | 333.6 | 0.63 | 0.61 |
| Hex | DB | 5E | 95 | 0 | 39 | 20 | E | 14E | 3F | 3D |
| Octal | 333 | 136 | 225 | 0 | 71 | 40 | 16 | 516 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10010101 | 0 | 111001 | 100000 | 1110 | 101001110 | 111111 | 111101 |
Color Harmonies of #DB5E95
Complementary color
Monochromatic Colors of #DB5E95
Black with #DB5E95
Text Example
Text Example
White with #DB5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E95; }
p { color: rgb(219,94,149); }
H1.HeaderClassName
{
color: #DB5E95;
}
.AnyTagClassName
{
color: #DB5E95;
}
</style>
background-color css
<style>
a { background-color: #DB5E95; }
a { background-color: rgb(219,94,149); }
div.DivClassName
{
background-color: #DB5E95;
}
.BgClassName
{
background-color: #DB5E95;
}
</style>
border-color css
<style>
span { border-color: #DB5E95; }
span { border-color: rgb(219,94,149); }
td.TdClassName
{
border-color: #DB5E95;
}
.TagClassName
{
border-color: #DB5E95;
}
</style>