Shades of Pale Violet Red #DB6C9A
Tints of Pale Violet Red #DB6C9A
RGB
CMYK
RGB Variations
Color information
#DB6C9A (or 0xDB6C9A) is known color: Pale Violet Red. HEX triplet: DB, 6C and 9A. RGB value is (219,108,154). Sum of RGB (Red+Green+Blue) = 219+108+154=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C9A is #249365. Grayscale: #929292. Windows color (decimal): -2397030 or 10120411. OLE color: 10120411.
HSL color Cylindrical-coordinate representation of color #DB6C9A: hue angle of 335.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C9A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 154 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.14 |
| HSL | 335.14º | 0.61% | 0.64% | - |
| HSV(B) | 335.14º | 0.51% | 0.86% | - |
| XYZ | 40.41 | 28.12 | 33.87 | - |
| YUV | 146.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 154 | 0 | 0.51 | 0.30 | 0.14 | 335.14 | 0.61 | 0.64 |
| Hex | DB | 6C | 9A | 0 | 33 | 1E | E | 14F | 3D | 40 |
| Octal | 333 | 154 | 232 | 0 | 63 | 36 | 16 | 517 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10011010 | 0 | 110011 | 11110 | 1110 | 101001111 | 111101 | 1000000 |
Color Harmonies of #DB6C9A
Complementary color
Monochromatic Colors of #DB6C9A
Black with #DB6C9A
Text Example
Text Example
White with #DB6C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C9A; }
p { color: rgb(219,108,154); }
H1.HeaderClassName
{
color: #DB6C9A;
}
.AnyTagClassName
{
color: #DB6C9A;
}
</style>
background-color css
<style>
a { background-color: #DB6C9A; }
a { background-color: rgb(219,108,154); }
div.DivClassName
{
background-color: #DB6C9A;
}
.BgClassName
{
background-color: #DB6C9A;
}
</style>
border-color css
<style>
span { border-color: #DB6C9A; }
span { border-color: rgb(219,108,154); }
td.TdClassName
{
border-color: #DB6C9A;
}
.TagClassName
{
border-color: #DB6C9A;
}
</style>