Shades of Pale Violet Red #DB6C9C
Tints of Pale Violet Red #DB6C9C
RGB
CMYK
RGB Variations
Color information
#DB6C9C (or 0xDB6C9C) is known color: Pale Violet Red. HEX triplet: DB, 6C and 9C. RGB value is (219,108,156). Sum of RGB (Red+Green+Blue) = 219+108+156=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C9C is #249363. Grayscale: #929292. Windows color (decimal): -2397028 or 10251483. OLE color: 10251483.
HSL color Cylindrical-coordinate representation of color #DB6C9C: hue angle of 334.05º 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 #DB6C9C is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 156 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.14 |
| HSL | 334.05º | 0.61% | 0.64% | - |
| HSV(B) | 334.05º | 0.51% | 0.86% | - |
| XYZ | 40.58 | 28.19 | 34.75 | - |
| YUV | 146.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 156 | 0 | 0.51 | 0.29 | 0.14 | 334.05 | 0.61 | 0.64 |
| Hex | DB | 6C | 9C | 0 | 33 | 1D | E | 14E | 3D | 40 |
| Octal | 333 | 154 | 234 | 0 | 63 | 35 | 16 | 516 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10011100 | 0 | 110011 | 11101 | 1110 | 101001110 | 111101 | 1000000 |
Color Harmonies of #DB6C9C
Complementary color
Monochromatic Colors of #DB6C9C
Black with #DB6C9C
Text Example
Text Example
White with #DB6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C9C; }
p { color: rgb(219,108,156); }
H1.HeaderClassName
{
color: #DB6C9C;
}
.AnyTagClassName
{
color: #DB6C9C;
}
</style>
background-color css
<style>
a { background-color: #DB6C9C; }
a { background-color: rgb(219,108,156); }
div.DivClassName
{
background-color: #DB6C9C;
}
.BgClassName
{
background-color: #DB6C9C;
}
</style>
border-color css
<style>
span { border-color: #DB6C9C; }
span { border-color: rgb(219,108,156); }
td.TdClassName
{
border-color: #DB6C9C;
}
.TagClassName
{
border-color: #DB6C9C;
}
</style>