Shades of Pale Violet Red #DB698F
Tints of Pale Violet Red #DB698F
RGB
CMYK
RGB Variations
Color information
#DB698F (or 0xDB698F) is known color: Pale Violet Red. HEX triplet: DB, 69 and 8F. RGB value is (219,105,143). Sum of RGB (Red+Green+Blue) = 219+105+143=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB698F is #249670. Grayscale: #8F8F8F. Windows color (decimal): -2397809 or 9398747. OLE color: 9398747.
HSL color Cylindrical-coordinate representation of color #DB698F: hue angle of 340º 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 #DB698F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 143 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.14 |
| HSL | 340º | 0.61% | 0.64% | - |
| HSV(B) | 340º | 0.52% | 0.86% | - |
| XYZ | 39.22 | 27.15 | 29.16 | - |
| YUV | 143.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 143 | 0 | 0.52 | 0.35 | 0.14 | 340 | 0.61 | 0.64 |
| Hex | DB | 69 | 8F | 0 | 34 | 23 | E | 154 | 3D | 40 |
| Octal | 333 | 151 | 217 | 0 | 64 | 43 | 16 | 524 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10001111 | 0 | 110100 | 100011 | 1110 | 101010100 | 111101 | 1000000 |
Color Harmonies of #DB698F
Complementary color
Monochromatic Colors of #DB698F
Black with #DB698F
Text Example
Text Example
White with #DB698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB698F; }
p { color: rgb(219,105,143); }
H1.HeaderClassName
{
color: #DB698F;
}
.AnyTagClassName
{
color: #DB698F;
}
</style>
background-color css
<style>
a { background-color: #DB698F; }
a { background-color: rgb(219,105,143); }
div.DivClassName
{
background-color: #DB698F;
}
.BgClassName
{
background-color: #DB698F;
}
</style>
border-color css
<style>
span { border-color: #DB698F; }
span { border-color: rgb(219,105,143); }
td.TdClassName
{
border-color: #DB698F;
}
.TagClassName
{
border-color: #DB698F;
}
</style>