Shades of Pale Violet Red #DB689F
Tints of Pale Violet Red #DB689F
RGB
CMYK
RGB Variations
Color information
#DB689F (or 0xDB689F) is known color: Pale Violet Red. HEX triplet: DB, 68 and 9F. RGB value is (219,104,159). Sum of RGB (Red+Green+Blue) = 219+104+159=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB689F is #249760. Grayscale: #909090. Windows color (decimal): -2398049 or 10447067. OLE color: 10447067.
HSL color Cylindrical-coordinate representation of color #DB689F: hue angle of 331.3º 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 #DB689F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 159 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.14 |
| HSL | 331.3º | 0.61% | 0.63% | - |
| HSV(B) | 331.3º | 0.53% | 0.86% | - |
| XYZ | 40.42 | 27.46 | 35.97 | - |
| YUV | 144.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 159 | 0 | 0.53 | 0.27 | 0.14 | 331.3 | 0.61 | 0.63 |
| Hex | DB | 68 | 9F | 0 | 35 | 1B | E | 14B | 3D | 3F |
| Octal | 333 | 150 | 237 | 0 | 65 | 33 | 16 | 513 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10011111 | 0 | 110101 | 11011 | 1110 | 101001011 | 111101 | 111111 |
Color Harmonies of #DB689F
Complementary color
Monochromatic Colors of #DB689F
Black with #DB689F
Text Example
Text Example
White with #DB689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB689F; }
p { color: rgb(219,104,159); }
H1.HeaderClassName
{
color: #DB689F;
}
.AnyTagClassName
{
color: #DB689F;
}
</style>
background-color css
<style>
a { background-color: #DB689F; }
a { background-color: rgb(219,104,159); }
div.DivClassName
{
background-color: #DB689F;
}
.BgClassName
{
background-color: #DB689F;
}
</style>
border-color css
<style>
span { border-color: #DB689F; }
span { border-color: rgb(219,104,159); }
td.TdClassName
{
border-color: #DB689F;
}
.TagClassName
{
border-color: #DB689F;
}
</style>