Shades of Pale Violet Red #DB6A9E
Tints of Pale Violet Red #DB6A9E
RGB
CMYK
RGB Variations
Color information
#DB6A9E (or 0xDB6A9E) is known color: Pale Violet Red. HEX triplet: DB, 6A and 9E. RGB value is (219,106,158). Sum of RGB (Red+Green+Blue) = 219+106+158=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A9E is #249561. Grayscale: #919191. Windows color (decimal): -2397538 or 10382043. OLE color: 10382043.
HSL color Cylindrical-coordinate representation of color #DB6A9E: hue angle of 332.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A9E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 158 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.14 |
| HSL | 332.39º | 0.61% | 0.64% | - |
| HSV(B) | 332.39º | 0.52% | 0.86% | - |
| XYZ | 40.54 | 27.84 | 35.58 | - |
| YUV | 145.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 158 | 0 | 0.52 | 0.28 | 0.14 | 332.39 | 0.61 | 0.64 |
| Hex | DB | 6A | 9E | 0 | 34 | 1C | E | 14C | 3D | 40 |
| Octal | 333 | 152 | 236 | 0 | 64 | 34 | 16 | 514 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10011110 | 0 | 110100 | 11100 | 1110 | 101001100 | 111101 | 1000000 |
Color Harmonies of #DB6A9E
Complementary color
Monochromatic Colors of #DB6A9E
Black with #DB6A9E
Text Example
Text Example
White with #DB6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A9E; }
p { color: rgb(219,106,158); }
H1.HeaderClassName
{
color: #DB6A9E;
}
.AnyTagClassName
{
color: #DB6A9E;
}
</style>
background-color css
<style>
a { background-color: #DB6A9E; }
a { background-color: rgb(219,106,158); }
div.DivClassName
{
background-color: #DB6A9E;
}
.BgClassName
{
background-color: #DB6A9E;
}
</style>
border-color css
<style>
span { border-color: #DB6A9E; }
span { border-color: rgb(219,106,158); }
td.TdClassName
{
border-color: #DB6A9E;
}
.TagClassName
{
border-color: #DB6A9E;
}
</style>