Shades of Pale Violet Red #DB698D
Tints of Pale Violet Red #DB698D
RGB
CMYK
RGB Variations
Color information
#DB698D (or 0xDB698D) is known color: Pale Violet Red. HEX triplet: DB, 69 and 8D. RGB value is (219,105,141). Sum of RGB (Red+Green+Blue) = 219+105+141=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB698D is #249672. Grayscale: #8F8F8F. Windows color (decimal): -2397811 or 9267675. OLE color: 9267675.
HSL color Cylindrical-coordinate representation of color #DB698D: hue angle of 341.05º 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 #DB698D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 141 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.14 |
| HSL | 341.05º | 0.61% | 0.64% | - |
| HSV(B) | 341.05º | 0.52% | 0.86% | - |
| XYZ | 39.07 | 27.09 | 28.37 | - |
| YUV | 143.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 141 | 0 | 0.52 | 0.36 | 0.14 | 341.05 | 0.61 | 0.64 |
| Hex | DB | 69 | 8D | 0 | 34 | 24 | E | 155 | 3D | 40 |
| Octal | 333 | 151 | 215 | 0 | 64 | 44 | 16 | 525 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10001101 | 0 | 110100 | 100100 | 1110 | 101010101 | 111101 | 1000000 |
Color Harmonies of #DB698D
Complementary color
Monochromatic Colors of #DB698D
Black with #DB698D
Text Example
Text Example
White with #DB698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB698D; }
p { color: rgb(219,105,141); }
H1.HeaderClassName
{
color: #DB698D;
}
.AnyTagClassName
{
color: #DB698D;
}
</style>
background-color css
<style>
a { background-color: #DB698D; }
a { background-color: rgb(219,105,141); }
div.DivClassName
{
background-color: #DB698D;
}
.BgClassName
{
background-color: #DB698D;
}
</style>
border-color css
<style>
span { border-color: #DB698D; }
span { border-color: rgb(219,105,141); }
td.TdClassName
{
border-color: #DB698D;
}
.TagClassName
{
border-color: #DB698D;
}
</style>