Shades of Pale Violet Red #DB699F
Tints of Pale Violet Red #DB699F
RGB
CMYK
RGB Variations
Color information
#DB699F (or 0xDB699F) is known color: Pale Violet Red. HEX triplet: DB, 69 and 9F. RGB value is (219,105,159). Sum of RGB (Red+Green+Blue) = 219+105+159=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB699F is #249660. Grayscale: #919191. Windows color (decimal): -2397793 or 10447323. OLE color: 10447323.
HSL color Cylindrical-coordinate representation of color #DB699F: hue angle of 331.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 #DB699F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 159 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.14 |
| HSL | 331.58º | 0.61% | 0.64% | - |
| HSV(B) | 331.58º | 0.52% | 0.86% | - |
| XYZ | 40.52 | 27.67 | 36.01 | - |
| YUV | 145.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 159 | 0 | 0.52 | 0.27 | 0.14 | 331.58 | 0.61 | 0.64 |
| Hex | DB | 69 | 9F | 0 | 34 | 1B | E | 14C | 3D | 40 |
| Octal | 333 | 151 | 237 | 0 | 64 | 33 | 16 | 514 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10011111 | 0 | 110100 | 11011 | 1110 | 101001100 | 111101 | 1000000 |
Color Harmonies of #DB699F
Complementary color
Monochromatic Colors of #DB699F
Black with #DB699F
Text Example
Text Example
White with #DB699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB699F; }
p { color: rgb(219,105,159); }
H1.HeaderClassName
{
color: #DB699F;
}
.AnyTagClassName
{
color: #DB699F;
}
</style>
background-color css
<style>
a { background-color: #DB699F; }
a { background-color: rgb(219,105,159); }
div.DivClassName
{
background-color: #DB699F;
}
.BgClassName
{
background-color: #DB699F;
}
</style>
border-color css
<style>
span { border-color: #DB699F; }
span { border-color: rgb(219,105,159); }
td.TdClassName
{
border-color: #DB699F;
}
.TagClassName
{
border-color: #DB699F;
}
</style>