Shades of Pale Violet Red #DB5F98
Tints of Pale Violet Red #DB5F98
RGB
CMYK
RGB Variations
Color information
#DB5F98 (or 0xDB5F98) is known color: Pale Violet Red. HEX triplet: DB, 5F and 98. RGB value is (219,95,152). Sum of RGB (Red+Green+Blue) = 219+95+152=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F98 is #24A067. Grayscale: #8A8A8A. Windows color (decimal): -2400360 or 9986011. OLE color: 9986011.
HSL color Cylindrical-coordinate representation of color #DB5F98: hue angle of 332.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F98 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 152 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.14 |
| HSL | 332.42º | 0.63% | 0.62% | - |
| HSV(B) | 332.42º | 0.57% | 0.86% | - |
| XYZ | 38.97 | 25.51 | 32.58 | - |
| YUV | 138.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 152 | 0 | 0.57 | 0.31 | 0.14 | 332.42 | 0.63 | 0.62 |
| Hex | DB | 5F | 98 | 0 | 39 | 1F | E | 14C | 3F | 3E |
| Octal | 333 | 137 | 230 | 0 | 71 | 37 | 16 | 514 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10011000 | 0 | 111001 | 11111 | 1110 | 101001100 | 111111 | 111110 |
Color Harmonies of #DB5F98
Complementary color
Monochromatic Colors of #DB5F98
Black with #DB5F98
Text Example
Text Example
White with #DB5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5F98; }
p { color: rgb(219,95,152); }
H1.HeaderClassName
{
color: #DB5F98;
}
.AnyTagClassName
{
color: #DB5F98;
}
</style>
background-color css
<style>
a { background-color: #DB5F98; }
a { background-color: rgb(219,95,152); }
div.DivClassName
{
background-color: #DB5F98;
}
.BgClassName
{
background-color: #DB5F98;
}
</style>
border-color css
<style>
span { border-color: #DB5F98; }
span { border-color: rgb(219,95,152); }
td.TdClassName
{
border-color: #DB5F98;
}
.TagClassName
{
border-color: #DB5F98;
}
</style>