Shades of Pale Violet Red #DB688D
Tints of Pale Violet Red #DB688D
RGB
CMYK
RGB Variations
Color information
#DB688D (or 0xDB688D) is known color: Pale Violet Red. HEX triplet: DB, 68 and 8D. RGB value is (219,104,141). Sum of RGB (Red+Green+Blue) = 219+104+141=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB688D is #249772. Grayscale: #8E8E8E. Windows color (decimal): -2398067 or 9267419. OLE color: 9267419.
HSL color Cylindrical-coordinate representation of color #DB688D: hue angle of 340.7º 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 #DB688D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 141 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.14 |
| HSL | 340.7º | 0.61% | 0.63% | - |
| HSV(B) | 340.7º | 0.53% | 0.86% | - |
| XYZ | 38.97 | 26.88 | 28.33 | - |
| YUV | 142.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 141 | 0 | 0.53 | 0.36 | 0.14 | 340.7 | 0.61 | 0.63 |
| Hex | DB | 68 | 8D | 0 | 35 | 24 | E | 155 | 3D | 3F |
| Octal | 333 | 150 | 215 | 0 | 65 | 44 | 16 | 525 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10001101 | 0 | 110101 | 100100 | 1110 | 101010101 | 111101 | 111111 |
Color Harmonies of #DB688D
Complementary color
Monochromatic Colors of #DB688D
Black with #DB688D
Text Example
Text Example
White with #DB688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB688D; }
p { color: rgb(219,104,141); }
H1.HeaderClassName
{
color: #DB688D;
}
.AnyTagClassName
{
color: #DB688D;
}
</style>
background-color css
<style>
a { background-color: #DB688D; }
a { background-color: rgb(219,104,141); }
div.DivClassName
{
background-color: #DB688D;
}
.BgClassName
{
background-color: #DB688D;
}
</style>
border-color css
<style>
span { border-color: #DB688D; }
span { border-color: rgb(219,104,141); }
td.TdClassName
{
border-color: #DB688D;
}
.TagClassName
{
border-color: #DB688D;
}
</style>