Shades of Pale Violet Red #DB6A8C
Tints of Pale Violet Red #DB6A8C
RGB
CMYK
RGB Variations
Color information
#DB6A8C (or 0xDB6A8C) is known color: Pale Violet Red. HEX triplet: DB, 6A and 8C. RGB value is (219,106,140). Sum of RGB (Red+Green+Blue) = 219+106+140=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A8C is #249573. Grayscale: #8F8F8F. Windows color (decimal): -2397556 or 9202395. OLE color: 9202395.
HSL color Cylindrical-coordinate representation of color #DB6A8C: hue angle of 341.95º 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 #DB6A8C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 140 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.14 |
| HSL | 341.95º | 0.61% | 0.64% | - |
| HSV(B) | 341.95º | 0.52% | 0.86% | - |
| XYZ | 39.1 | 27.26 | 28.01 | - |
| YUV | 143.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 140 | 0 | 0.52 | 0.36 | 0.14 | 341.95 | 0.61 | 0.64 |
| Hex | DB | 6A | 8C | 0 | 34 | 24 | E | 156 | 3D | 40 |
| Octal | 333 | 152 | 214 | 0 | 64 | 44 | 16 | 526 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10001100 | 0 | 110100 | 100100 | 1110 | 101010110 | 111101 | 1000000 |
Color Harmonies of #DB6A8C
Complementary color
Monochromatic Colors of #DB6A8C
Black with #DB6A8C
Text Example
Text Example
White with #DB6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A8C; }
p { color: rgb(219,106,140); }
H1.HeaderClassName
{
color: #DB6A8C;
}
.AnyTagClassName
{
color: #DB6A8C;
}
</style>
background-color css
<style>
a { background-color: #DB6A8C; }
a { background-color: rgb(219,106,140); }
div.DivClassName
{
background-color: #DB6A8C;
}
.BgClassName
{
background-color: #DB6A8C;
}
</style>
border-color css
<style>
span { border-color: #DB6A8C; }
span { border-color: rgb(219,106,140); }
td.TdClassName
{
border-color: #DB6A8C;
}
.TagClassName
{
border-color: #DB6A8C;
}
</style>