Shades of Pale Violet Red #DB689E
Tints of Pale Violet Red #DB689E
RGB
CMYK
RGB Variations
Color information
#DB689E (or 0xDB689E) is known color: Pale Violet Red. HEX triplet: DB, 68 and 9E. RGB value is (219,104,158). Sum of RGB (Red+Green+Blue) = 219+104+158=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689E is #249761. Grayscale: #909090. Windows color (decimal): -2398050 or 10381531. OLE color: 10381531.
HSL color Cylindrical-coordinate representation of color #DB689E: hue angle of 331.83º 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 #DB689E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 158 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.14 |
| HSL | 331.83º | 0.61% | 0.63% | - |
| HSV(B) | 331.83º | 0.53% | 0.86% | - |
| XYZ | 40.34 | 27.43 | 35.52 | - |
| YUV | 144.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 158 | 0 | 0.53 | 0.28 | 0.14 | 331.83 | 0.61 | 0.63 |
| Hex | DB | 68 | 9E | 0 | 35 | 1C | E | 14C | 3D | 3F |
| Octal | 333 | 150 | 236 | 0 | 65 | 34 | 16 | 514 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10011110 | 0 | 110101 | 11100 | 1110 | 101001100 | 111101 | 111111 |
Color Harmonies of #DB689E
Complementary color
Monochromatic Colors of #DB689E
Black with #DB689E
Text Example
Text Example
White with #DB689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB689E; }
p { color: rgb(219,104,158); }
H1.HeaderClassName
{
color: #DB689E;
}
.AnyTagClassName
{
color: #DB689E;
}
</style>
background-color css
<style>
a { background-color: #DB689E; }
a { background-color: rgb(219,104,158); }
div.DivClassName
{
background-color: #DB689E;
}
.BgClassName
{
background-color: #DB689E;
}
</style>
border-color css
<style>
span { border-color: #DB689E; }
span { border-color: rgb(219,104,158); }
td.TdClassName
{
border-color: #DB689E;
}
.TagClassName
{
border-color: #DB689E;
}
</style>