Shades of Pale Violet Red #DB6C95
Tints of Pale Violet Red #DB6C95
RGB
CMYK
RGB Variations
Color information
#DB6C95 (or 0xDB6C95) is known color: Pale Violet Red. HEX triplet: DB, 6C and 95. RGB value is (219,108,149). Sum of RGB (Red+Green+Blue) = 219+108+149=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C95 is #24936A. Grayscale: #919191. Windows color (decimal): -2397035 or 9792731. OLE color: 9792731.
HSL color Cylindrical-coordinate representation of color #DB6C95: hue angle of 337.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C95 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 149 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.14 |
| HSL | 337.84º | 0.61% | 0.64% | - |
| HSV(B) | 337.84º | 0.51% | 0.86% | - |
| XYZ | 40 | 27.96 | 31.72 | - |
| YUV | 145.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 149 | 0 | 0.51 | 0.32 | 0.14 | 337.84 | 0.61 | 0.64 |
| Hex | DB | 6C | 95 | 0 | 33 | 20 | E | 152 | 3D | 40 |
| Octal | 333 | 154 | 225 | 0 | 63 | 40 | 16 | 522 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10010101 | 0 | 110011 | 100000 | 1110 | 101010010 | 111101 | 1000000 |
Color Harmonies of #DB6C95
Complementary color
Monochromatic Colors of #DB6C95
Black with #DB6C95
Text Example
Text Example
White with #DB6C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C95; }
p { color: rgb(219,108,149); }
H1.HeaderClassName
{
color: #DB6C95;
}
.AnyTagClassName
{
color: #DB6C95;
}
</style>
background-color css
<style>
a { background-color: #DB6C95; }
a { background-color: rgb(219,108,149); }
div.DivClassName
{
background-color: #DB6C95;
}
.BgClassName
{
background-color: #DB6C95;
}
</style>
border-color css
<style>
span { border-color: #DB6C95; }
span { border-color: rgb(219,108,149); }
td.TdClassName
{
border-color: #DB6C95;
}
.TagClassName
{
border-color: #DB6C95;
}
</style>