Shades of Pale Violet Red #DB688E
Tints of Pale Violet Red #DB688E
RGB
CMYK
RGB Variations
Color information
#DB688E (or 0xDB688E) is known color: Pale Violet Red. HEX triplet: DB, 68 and 8E. RGB value is (219,104,142). Sum of RGB (Red+Green+Blue) = 219+104+142=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB688E is #249771. Grayscale: #8E8E8E. Windows color (decimal): -2398066 or 9332955. OLE color: 9332955.
HSL color Cylindrical-coordinate representation of color #DB688E: hue angle of 340.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB688E is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 142 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.14 |
| HSL | 340.17º | 0.61% | 0.63% | - |
| HSV(B) | 340.17º | 0.53% | 0.86% | - |
| XYZ | 39.05 | 26.91 | 28.73 | - |
| YUV | 142.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 142 | 0 | 0.53 | 0.35 | 0.14 | 340.17 | 0.61 | 0.63 |
| Hex | DB | 68 | 8E | 0 | 35 | 23 | E | 154 | 3D | 3F |
| Octal | 333 | 150 | 216 | 0 | 65 | 43 | 16 | 524 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001110 | 0 | 110101 | 100011 | 1110 | 101010100 | 111101 | 111111 |
Color Harmonies of #DB688E
Complementary color
Monochromatic Colors of #DB688E
Black with #DB688E
Text Example
Text Example
White with #DB688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB688E; }
p { color: rgb(219,104,142); }
H1.HeaderClassName
{
color: #DB688E;
}
.AnyTagClassName
{
color: #DB688E;
}
</style>
background-color css
<style>
a { background-color: #DB688E; }
a { background-color: rgb(219,104,142); }
div.DivClassName
{
background-color: #DB688E;
}
.BgClassName
{
background-color: #DB688E;
}
</style>
border-color css
<style>
span { border-color: #DB688E; }
span { border-color: rgb(219,104,142); }
td.TdClassName
{
border-color: #DB688E;
}
.TagClassName
{
border-color: #DB688E;
}
</style>