Shades of Pale Violet Red #DB698B
Tints of Pale Violet Red #DB698B
RGB
CMYK
RGB Variations
Color information
#DB698B (or 0xDB698B) is known color: Pale Violet Red. HEX triplet: DB, 69 and 8B. RGB value is (219,105,139). Sum of RGB (Red+Green+Blue) = 219+105+139=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB698B is #249674. Grayscale: #8E8E8E. Windows color (decimal): -2397813 or 9136603. OLE color: 9136603.
HSL color Cylindrical-coordinate representation of color #DB698B: hue angle of 342.11º 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 #DB698B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 139 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.14 |
| HSL | 342.11º | 0.61% | 0.64% | - |
| HSV(B) | 342.11º | 0.52% | 0.86% | - |
| XYZ | 38.93 | 27.03 | 27.59 | - |
| YUV | 142.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 139 | 0 | 0.52 | 0.37 | 0.14 | 342.11 | 0.61 | 0.64 |
| Hex | DB | 69 | 8B | 0 | 34 | 25 | E | 156 | 3D | 40 |
| Octal | 333 | 151 | 213 | 0 | 64 | 45 | 16 | 526 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10001011 | 0 | 110100 | 100101 | 1110 | 101010110 | 111101 | 1000000 |
Color Harmonies of #DB698B
Complementary color
Monochromatic Colors of #DB698B
Black with #DB698B
Text Example
Text Example
White with #DB698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB698B; }
p { color: rgb(219,105,139); }
H1.HeaderClassName
{
color: #DB698B;
}
.AnyTagClassName
{
color: #DB698B;
}
</style>
background-color css
<style>
a { background-color: #DB698B; }
a { background-color: rgb(219,105,139); }
div.DivClassName
{
background-color: #DB698B;
}
.BgClassName
{
background-color: #DB698B;
}
</style>
border-color css
<style>
span { border-color: #DB698B; }
span { border-color: rgb(219,105,139); }
td.TdClassName
{
border-color: #DB698B;
}
.TagClassName
{
border-color: #DB698B;
}
</style>