Shades of Pale Violet Red #DB6896
Tints of Pale Violet Red #DB6896
RGB
CMYK
RGB Variations
Color information
#DB6896 (or 0xDB6896) is known color: Pale Violet Red. HEX triplet: DB, 68 and 96. RGB value is (219,104,150). Sum of RGB (Red+Green+Blue) = 219+104+150=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6896 is #249769. Grayscale: #8F8F8F. Windows color (decimal): -2398058 or 9857243. OLE color: 9857243.
HSL color Cylindrical-coordinate representation of color #DB6896: hue angle of 336º 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 #DB6896 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 150 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.14 |
| HSL | 336º | 0.61% | 0.63% | - |
| HSV(B) | 336º | 0.53% | 0.86% | - |
| XYZ | 39.67 | 27.16 | 32.01 | - |
| YUV | 143.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 150 | 0 | 0.53 | 0.32 | 0.14 | 336 | 0.61 | 0.63 |
| Hex | DB | 68 | 96 | 0 | 35 | 20 | E | 150 | 3D | 3F |
| Octal | 333 | 150 | 226 | 0 | 65 | 40 | 16 | 520 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10010110 | 0 | 110101 | 100000 | 1110 | 101010000 | 111101 | 111111 |
Color Harmonies of #DB6896
Complementary color
Monochromatic Colors of #DB6896
Black with #DB6896
Text Example
Text Example
White with #DB6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6896; }
p { color: rgb(219,104,150); }
H1.HeaderClassName
{
color: #DB6896;
}
.AnyTagClassName
{
color: #DB6896;
}
</style>
background-color css
<style>
a { background-color: #DB6896; }
a { background-color: rgb(219,104,150); }
div.DivClassName
{
background-color: #DB6896;
}
.BgClassName
{
background-color: #DB6896;
}
</style>
border-color css
<style>
span { border-color: #DB6896; }
span { border-color: rgb(219,104,150); }
td.TdClassName
{
border-color: #DB6896;
}
.TagClassName
{
border-color: #DB6896;
}
</style>