Shades of Pale Violet Red #DB6E98
Tints of Pale Violet Red #DB6E98
RGB
CMYK
RGB Variations
Color information
#DB6E98 (or 0xDB6E98) is known color: Pale Violet Red. HEX triplet: DB, 6E and 98. RGB value is (219,110,152). Sum of RGB (Red+Green+Blue) = 219+110+152=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E98 is #249167. Grayscale: #939393. Windows color (decimal): -2396520 or 9989851. OLE color: 9989851.
HSL color Cylindrical-coordinate representation of color #DB6E98: hue angle of 336.88º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E98 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 152 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.14 |
| HSL | 336.88º | 0.6% | 0.65% | - |
| HSV(B) | 336.88º | 0.5% | 0.86% | - |
| XYZ | 40.46 | 28.48 | 33.07 | - |
| YUV | 147.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 152 | 0 | 0.50 | 0.31 | 0.14 | 336.88 | 0.6 | 0.65 |
| Hex | DB | 6E | 98 | 0 | 32 | 1F | E | 151 | 3C | 41 |
| Octal | 333 | 156 | 230 | 0 | 62 | 37 | 16 | 521 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10011000 | 0 | 110010 | 11111 | 1110 | 101010001 | 111100 | 1000001 |
Color Harmonies of #DB6E98
Complementary color
Monochromatic Colors of #DB6E98
Black with #DB6E98
Text Example
Text Example
White with #DB6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E98; }
p { color: rgb(219,110,152); }
H1.HeaderClassName
{
color: #DB6E98;
}
.AnyTagClassName
{
color: #DB6E98;
}
</style>
background-color css
<style>
a { background-color: #DB6E98; }
a { background-color: rgb(219,110,152); }
div.DivClassName
{
background-color: #DB6E98;
}
.BgClassName
{
background-color: #DB6E98;
}
</style>
border-color css
<style>
span { border-color: #DB6E98; }
span { border-color: rgb(219,110,152); }
td.TdClassName
{
border-color: #DB6E98;
}
.TagClassName
{
border-color: #DB6E98;
}
</style>