Shades of Pale Violet Red #DB6898
Tints of Pale Violet Red #DB6898
RGB
CMYK
RGB Variations
Color information
#DB6898 (or 0xDB6898) is known color: Pale Violet Red. HEX triplet: DB, 68 and 98. RGB value is (219,104,152). Sum of RGB (Red+Green+Blue) = 219+104+152=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6898 is #249767. Grayscale: #8F8F8F. Windows color (decimal): -2398056 or 9988315. OLE color: 9988315.
HSL color Cylindrical-coordinate representation of color #DB6898: hue angle of 334.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6898 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 152 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.14 |
| HSL | 334.96º | 0.61% | 0.63% | - |
| HSV(B) | 334.96º | 0.53% | 0.86% | - |
| XYZ | 39.83 | 27.23 | 32.86 | - |
| YUV | 143.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 152 | 0 | 0.53 | 0.31 | 0.14 | 334.96 | 0.61 | 0.63 |
| Hex | DB | 68 | 98 | 0 | 35 | 1F | E | 14F | 3D | 3F |
| Octal | 333 | 150 | 230 | 0 | 65 | 37 | 16 | 517 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10011000 | 0 | 110101 | 11111 | 1110 | 101001111 | 111101 | 111111 |
Color Harmonies of #DB6898
Complementary color
Monochromatic Colors of #DB6898
Black with #DB6898
Text Example
Text Example
White with #DB6898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6898; }
p { color: rgb(219,104,152); }
H1.HeaderClassName
{
color: #DB6898;
}
.AnyTagClassName
{
color: #DB6898;
}
</style>
background-color css
<style>
a { background-color: #DB6898; }
a { background-color: rgb(219,104,152); }
div.DivClassName
{
background-color: #DB6898;
}
.BgClassName
{
background-color: #DB6898;
}
</style>
border-color css
<style>
span { border-color: #DB6898; }
span { border-color: rgb(219,104,152); }
td.TdClassName
{
border-color: #DB6898;
}
.TagClassName
{
border-color: #DB6898;
}
</style>