Shades of Pale Violet Red #DB6A9A
Tints of Pale Violet Red #DB6A9A
RGB
CMYK
RGB Variations
Color information
#DB6A9A (or 0xDB6A9A) is known color: Pale Violet Red. HEX triplet: DB, 6A and 9A. RGB value is (219,106,154). Sum of RGB (Red+Green+Blue) = 219+106+154=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A9A is #249565. Grayscale: #919191. Windows color (decimal): -2397542 or 10119899. OLE color: 10119899.
HSL color Cylindrical-coordinate representation of color #DB6A9A: hue angle of 334.51º 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 #DB6A9A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 154 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.14 |
| HSL | 334.51º | 0.61% | 0.64% | - |
| HSV(B) | 334.51º | 0.52% | 0.86% | - |
| XYZ | 40.2 | 27.7 | 33.8 | - |
| YUV | 145.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 154 | 0 | 0.52 | 0.30 | 0.14 | 334.51 | 0.61 | 0.64 |
| Hex | DB | 6A | 9A | 0 | 34 | 1E | E | 14F | 3D | 40 |
| Octal | 333 | 152 | 232 | 0 | 64 | 36 | 16 | 517 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10011010 | 0 | 110100 | 11110 | 1110 | 101001111 | 111101 | 1000000 |
Color Harmonies of #DB6A9A
Complementary color
Monochromatic Colors of #DB6A9A
Black with #DB6A9A
Text Example
Text Example
White with #DB6A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A9A; }
p { color: rgb(219,106,154); }
H1.HeaderClassName
{
color: #DB6A9A;
}
.AnyTagClassName
{
color: #DB6A9A;
}
</style>
background-color css
<style>
a { background-color: #DB6A9A; }
a { background-color: rgb(219,106,154); }
div.DivClassName
{
background-color: #DB6A9A;
}
.BgClassName
{
background-color: #DB6A9A;
}
</style>
border-color css
<style>
span { border-color: #DB6A9A; }
span { border-color: rgb(219,106,154); }
td.TdClassName
{
border-color: #DB6A9A;
}
.TagClassName
{
border-color: #DB6A9A;
}
</style>