Shades of Pale Violet Red #DB6A8F
Tints of Pale Violet Red #DB6A8F
RGB
CMYK
RGB Variations
Color information
#DB6A8F (or 0xDB6A8F) is known color: Pale Violet Red. HEX triplet: DB, 6A and 8F. RGB value is (219,106,143). Sum of RGB (Red+Green+Blue) = 219+106+143=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A8F is #249570. Grayscale: #8F8F8F. Windows color (decimal): -2397553 or 9399003. OLE color: 9399003.
HSL color Cylindrical-coordinate representation of color #DB6A8F: hue angle of 340.35º 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 #DB6A8F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 143 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.14 |
| HSL | 340.35º | 0.61% | 0.64% | - |
| HSV(B) | 340.35º | 0.52% | 0.86% | - |
| XYZ | 39.33 | 27.35 | 29.19 | - |
| YUV | 144.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 143 | 0 | 0.52 | 0.35 | 0.14 | 340.35 | 0.61 | 0.64 |
| Hex | DB | 6A | 8F | 0 | 34 | 23 | E | 154 | 3D | 40 |
| Octal | 333 | 152 | 217 | 0 | 64 | 43 | 16 | 524 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10001111 | 0 | 110100 | 100011 | 1110 | 101010100 | 111101 | 1000000 |
Color Harmonies of #DB6A8F
Complementary color
Monochromatic Colors of #DB6A8F
Black with #DB6A8F
Text Example
Text Example
White with #DB6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A8F; }
p { color: rgb(219,106,143); }
H1.HeaderClassName
{
color: #DB6A8F;
}
.AnyTagClassName
{
color: #DB6A8F;
}
</style>
background-color css
<style>
a { background-color: #DB6A8F; }
a { background-color: rgb(219,106,143); }
div.DivClassName
{
background-color: #DB6A8F;
}
.BgClassName
{
background-color: #DB6A8F;
}
</style>
border-color css
<style>
span { border-color: #DB6A8F; }
span { border-color: rgb(219,106,143); }
td.TdClassName
{
border-color: #DB6A8F;
}
.TagClassName
{
border-color: #DB6A8F;
}
</style>