Shades of Pale Violet Red #DB6D9E
Tints of Pale Violet Red #DB6D9E
RGB
CMYK
RGB Variations
Color information
#DB6D9E (or 0xDB6D9E) is known color: Pale Violet Red. HEX triplet: DB, 6D and 9E. RGB value is (219,109,158). Sum of RGB (Red+Green+Blue) = 219+109+158=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D9E is #249261. Grayscale: #939393. Windows color (decimal): -2396770 or 10382811. OLE color: 10382811.
HSL color Cylindrical-coordinate representation of color #DB6D9E: hue angle of 333.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D9E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 158 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.14 |
| HSL | 333.27º | 0.6% | 0.64% | - |
| HSV(B) | 333.27º | 0.5% | 0.86% | - |
| XYZ | 40.85 | 28.47 | 35.69 | - |
| YUV | 147.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 158 | 0 | 0.50 | 0.28 | 0.14 | 333.27 | 0.6 | 0.64 |
| Hex | DB | 6D | 9E | 0 | 32 | 1C | E | 14D | 3C | 40 |
| Octal | 333 | 155 | 236 | 0 | 62 | 34 | 16 | 515 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10011110 | 0 | 110010 | 11100 | 1110 | 101001101 | 111100 | 1000000 |
Color Harmonies of #DB6D9E
Complementary color
Monochromatic Colors of #DB6D9E
Black with #DB6D9E
Text Example
Text Example
White with #DB6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D9E; }
p { color: rgb(219,109,158); }
H1.HeaderClassName
{
color: #DB6D9E;
}
.AnyTagClassName
{
color: #DB6D9E;
}
</style>
background-color css
<style>
a { background-color: #DB6D9E; }
a { background-color: rgb(219,109,158); }
div.DivClassName
{
background-color: #DB6D9E;
}
.BgClassName
{
background-color: #DB6D9E;
}
</style>
border-color css
<style>
span { border-color: #DB6D9E; }
span { border-color: rgb(219,109,158); }
td.TdClassName
{
border-color: #DB6D9E;
}
.TagClassName
{
border-color: #DB6D9E;
}
</style>