Shades of Pale Violet Red #DB6E8D
Tints of Pale Violet Red #DB6E8D
RGB
CMYK
RGB Variations
Color information
#DB6E8D (or 0xDB6E8D) is known color: Pale Violet Red. HEX triplet: DB, 6E and 8D. RGB value is (219,110,141). Sum of RGB (Red+Green+Blue) = 219+110+141=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E8D is #249172. Grayscale: #929292. Windows color (decimal): -2396531 or 9268955. OLE color: 9268955.
HSL color Cylindrical-coordinate representation of color #DB6E8D: hue angle of 342.94º 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 #DB6E8D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 141 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.14 |
| HSL | 342.94º | 0.6% | 0.65% | - |
| HSV(B) | 342.94º | 0.5% | 0.86% | - |
| XYZ | 39.6 | 28.14 | 28.54 | - |
| YUV | 146.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 141 | 0 | 0.50 | 0.36 | 0.14 | 342.94 | 0.6 | 0.65 |
| Hex | DB | 6E | 8D | 0 | 32 | 24 | E | 157 | 3C | 41 |
| Octal | 333 | 156 | 215 | 0 | 62 | 44 | 16 | 527 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10001101 | 0 | 110010 | 100100 | 1110 | 101010111 | 111100 | 1000001 |
Color Harmonies of #DB6E8D
Complementary color
Monochromatic Colors of #DB6E8D
Black with #DB6E8D
Text Example
Text Example
White with #DB6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E8D; }
p { color: rgb(219,110,141); }
H1.HeaderClassName
{
color: #DB6E8D;
}
.AnyTagClassName
{
color: #DB6E8D;
}
</style>
background-color css
<style>
a { background-color: #DB6E8D; }
a { background-color: rgb(219,110,141); }
div.DivClassName
{
background-color: #DB6E8D;
}
.BgClassName
{
background-color: #DB6E8D;
}
</style>
border-color css
<style>
span { border-color: #DB6E8D; }
span { border-color: rgb(219,110,141); }
td.TdClassName
{
border-color: #DB6E8D;
}
.TagClassName
{
border-color: #DB6E8D;
}
</style>