Shades of Pale Violet Red #DB6895
Tints of Pale Violet Red #DB6895
RGB
CMYK
RGB Variations
Color information
#DB6895 (or 0xDB6895) is known color: Pale Violet Red. HEX triplet: DB, 68 and 95. RGB value is (219,104,149). Sum of RGB (Red+Green+Blue) = 219+104+149=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6895 is #24976A. Grayscale: #8F8F8F. Windows color (decimal): -2398059 or 9791707. OLE color: 9791707.
HSL color Cylindrical-coordinate representation of color #DB6895: hue angle of 336.52º 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 #DB6895 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 149 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.14 |
| HSL | 336.52º | 0.61% | 0.63% | - |
| HSV(B) | 336.52º | 0.53% | 0.86% | - |
| XYZ | 39.59 | 27.13 | 31.58 | - |
| YUV | 143.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 149 | 0 | 0.53 | 0.32 | 0.14 | 336.52 | 0.61 | 0.63 |
| Hex | DB | 68 | 95 | 0 | 35 | 20 | E | 151 | 3D | 3F |
| Octal | 333 | 150 | 225 | 0 | 65 | 40 | 16 | 521 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10010101 | 0 | 110101 | 100000 | 1110 | 101010001 | 111101 | 111111 |
Color Harmonies of #DB6895
Complementary color
Monochromatic Colors of #DB6895
Black with #DB6895
Text Example
Text Example
White with #DB6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6895; }
p { color: rgb(219,104,149); }
H1.HeaderClassName
{
color: #DB6895;
}
.AnyTagClassName
{
color: #DB6895;
}
</style>
background-color css
<style>
a { background-color: #DB6895; }
a { background-color: rgb(219,104,149); }
div.DivClassName
{
background-color: #DB6895;
}
.BgClassName
{
background-color: #DB6895;
}
</style>
border-color css
<style>
span { border-color: #DB6895; }
span { border-color: rgb(219,104,149); }
td.TdClassName
{
border-color: #DB6895;
}
.TagClassName
{
border-color: #DB6895;
}
</style>