Shades of Pale Violet Red #DB688F
Tints of Pale Violet Red #DB688F
RGB
CMYK
RGB Variations
Color information
#DB688F (or 0xDB688F) is known color: Pale Violet Red. HEX triplet: DB, 68 and 8F. RGB value is (219,104,143). Sum of RGB (Red+Green+Blue) = 219+104+143=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB688F is #249770. Grayscale: #8E8E8E. Windows color (decimal): -2398065 or 9398491. OLE color: 9398491.
HSL color Cylindrical-coordinate representation of color #DB688F: hue angle of 339.65º 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 #DB688F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 143 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.14 |
| HSL | 339.65º | 0.61% | 0.63% | - |
| HSV(B) | 339.65º | 0.53% | 0.86% | - |
| XYZ | 39.12 | 26.94 | 29.13 | - |
| YUV | 142.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 143 | 0 | 0.53 | 0.35 | 0.14 | 339.65 | 0.61 | 0.63 |
| Hex | DB | 68 | 8F | 0 | 35 | 23 | E | 154 | 3D | 3F |
| Octal | 333 | 150 | 217 | 0 | 65 | 43 | 16 | 524 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001111 | 0 | 110101 | 100011 | 1110 | 101010100 | 111101 | 111111 |
Color Harmonies of #DB688F
Complementary color
Monochromatic Colors of #DB688F
Black with #DB688F
Text Example
Text Example
White with #DB688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB688F; }
p { color: rgb(219,104,143); }
H1.HeaderClassName
{
color: #DB688F;
}
.AnyTagClassName
{
color: #DB688F;
}
</style>
background-color css
<style>
a { background-color: #DB688F; }
a { background-color: rgb(219,104,143); }
div.DivClassName
{
background-color: #DB688F;
}
.BgClassName
{
background-color: #DB688F;
}
</style>
border-color css
<style>
span { border-color: #DB688F; }
span { border-color: rgb(219,104,143); }
td.TdClassName
{
border-color: #DB688F;
}
.TagClassName
{
border-color: #DB688F;
}
</style>