Shades of Pale Violet Red #DB698C
Tints of Pale Violet Red #DB698C
RGB
CMYK
RGB Variations
Color information
#DB698C (or 0xDB698C) is known color: Pale Violet Red. HEX triplet: DB, 69 and 8C. RGB value is (219,105,140). Sum of RGB (Red+Green+Blue) = 219+105+140=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB698C is #249673. Grayscale: #8F8F8F. Windows color (decimal): -2397812 or 9202139. OLE color: 9202139.
HSL color Cylindrical-coordinate representation of color #DB698C: hue angle of 341.58º 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 #DB698C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 140 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.14 |
| HSL | 341.58º | 0.61% | 0.64% | - |
| HSV(B) | 341.58º | 0.52% | 0.86% | - |
| XYZ | 39 | 27.06 | 27.98 | - |
| YUV | 143.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 140 | 0 | 0.52 | 0.36 | 0.14 | 341.58 | 0.61 | 0.64 |
| Hex | DB | 69 | 8C | 0 | 34 | 24 | E | 156 | 3D | 40 |
| Octal | 333 | 151 | 214 | 0 | 64 | 44 | 16 | 526 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10001100 | 0 | 110100 | 100100 | 1110 | 101010110 | 111101 | 1000000 |
Color Harmonies of #DB698C
Complementary color
Monochromatic Colors of #DB698C
Black with #DB698C
Text Example
Text Example
White with #DB698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB698C; }
p { color: rgb(219,105,140); }
H1.HeaderClassName
{
color: #DB698C;
}
.AnyTagClassName
{
color: #DB698C;
}
</style>
background-color css
<style>
a { background-color: #DB698C; }
a { background-color: rgb(219,105,140); }
div.DivClassName
{
background-color: #DB698C;
}
.BgClassName
{
background-color: #DB698C;
}
</style>
border-color css
<style>
span { border-color: #DB698C; }
span { border-color: rgb(219,105,140); }
td.TdClassName
{
border-color: #DB698C;
}
.TagClassName
{
border-color: #DB698C;
}
</style>