Shades of Pale Violet Red #DB6A9C
Tints of Pale Violet Red #DB6A9C
RGB
CMYK
RGB Variations
Color information
#DB6A9C (or 0xDB6A9C) is known color: Pale Violet Red. HEX triplet: DB, 6A and 9C. RGB value is (219,106,156). Sum of RGB (Red+Green+Blue) = 219+106+156=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A9C is #249563. Grayscale: #919191. Windows color (decimal): -2397540 or 10250971. OLE color: 10250971.
HSL color Cylindrical-coordinate representation of color #DB6A9C: hue angle of 333.45º 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 #DB6A9C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 156 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.14 |
| HSL | 333.45º | 0.61% | 0.64% | - |
| HSV(B) | 333.45º | 0.52% | 0.86% | - |
| XYZ | 40.37 | 27.77 | 34.68 | - |
| YUV | 145.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 156 | 0 | 0.52 | 0.29 | 0.14 | 333.45 | 0.61 | 0.64 |
| Hex | DB | 6A | 9C | 0 | 34 | 1D | E | 14D | 3D | 40 |
| Octal | 333 | 152 | 234 | 0 | 64 | 35 | 16 | 515 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10011100 | 0 | 110100 | 11101 | 1110 | 101001101 | 111101 | 1000000 |
Color Harmonies of #DB6A9C
Complementary color
Monochromatic Colors of #DB6A9C
Black with #DB6A9C
Text Example
Text Example
White with #DB6A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A9C; }
p { color: rgb(219,106,156); }
H1.HeaderClassName
{
color: #DB6A9C;
}
.AnyTagClassName
{
color: #DB6A9C;
}
</style>
background-color css
<style>
a { background-color: #DB6A9C; }
a { background-color: rgb(219,106,156); }
div.DivClassName
{
background-color: #DB6A9C;
}
.BgClassName
{
background-color: #DB6A9C;
}
</style>
border-color css
<style>
span { border-color: #DB6A9C; }
span { border-color: rgb(219,106,156); }
td.TdClassName
{
border-color: #DB6A9C;
}
.TagClassName
{
border-color: #DB6A9C;
}
</style>