Shades of Pale Violet Red #DB698E
Tints of Pale Violet Red #DB698E
RGB
CMYK
RGB Variations
Color information
#DB698E (or 0xDB698E) is known color: Pale Violet Red. HEX triplet: DB, 69 and 8E. RGB value is (219,105,142). Sum of RGB (Red+Green+Blue) = 219+105+142=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB698E is #249671. Grayscale: #8F8F8F. Windows color (decimal): -2397810 or 9333211. OLE color: 9333211.
HSL color Cylindrical-coordinate representation of color #DB698E: hue angle of 340.53º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB698E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 142 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.14 |
| HSL | 340.53º | 0.61% | 0.64% | - |
| HSV(B) | 340.53º | 0.52% | 0.86% | - |
| XYZ | 39.15 | 27.12 | 28.76 | - |
| YUV | 143.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 142 | 0 | 0.52 | 0.35 | 0.14 | 340.53 | 0.61 | 0.64 |
| Hex | DB | 69 | 8E | 0 | 34 | 23 | E | 155 | 3D | 40 |
| Octal | 333 | 151 | 216 | 0 | 64 | 43 | 16 | 525 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10001110 | 0 | 110100 | 100011 | 1110 | 101010101 | 111101 | 1000000 |
Color Harmonies of #DB698E
Complementary color
Monochromatic Colors of #DB698E
Black with #DB698E
Text Example
Text Example
White with #DB698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB698E; }
p { color: rgb(219,105,142); }
H1.HeaderClassName
{
color: #DB698E;
}
.AnyTagClassName
{
color: #DB698E;
}
</style>
background-color css
<style>
a { background-color: #DB698E; }
a { background-color: rgb(219,105,142); }
div.DivClassName
{
background-color: #DB698E;
}
.BgClassName
{
background-color: #DB698E;
}
</style>
border-color css
<style>
span { border-color: #DB698E; }
span { border-color: rgb(219,105,142); }
td.TdClassName
{
border-color: #DB698E;
}
.TagClassName
{
border-color: #DB698E;
}
</style>