Shades of Pale Violet Red #DB699D
Tints of Pale Violet Red #DB699D
RGB
CMYK
RGB Variations
Color information
#DB699D (or 0xDB699D) is known color: Pale Violet Red. HEX triplet: DB, 69 and 9D. RGB value is (219,105,157). Sum of RGB (Red+Green+Blue) = 219+105+157=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB699D is #249662. Grayscale: #909090. Windows color (decimal): -2397795 or 10316251. OLE color: 10316251.
HSL color Cylindrical-coordinate representation of color #DB699D: hue angle of 332.63º 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 #DB699D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 157 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.14 |
| HSL | 332.63º | 0.61% | 0.64% | - |
| HSV(B) | 332.63º | 0.52% | 0.86% | - |
| XYZ | 40.35 | 27.6 | 35.1 | - |
| YUV | 145.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 157 | 0 | 0.52 | 0.28 | 0.14 | 332.63 | 0.61 | 0.64 |
| Hex | DB | 69 | 9D | 0 | 34 | 1C | E | 14D | 3D | 40 |
| Octal | 333 | 151 | 235 | 0 | 64 | 34 | 16 | 515 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10011101 | 0 | 110100 | 11100 | 1110 | 101001101 | 111101 | 1000000 |
Color Harmonies of #DB699D
Complementary color
Monochromatic Colors of #DB699D
Black with #DB699D
Text Example
Text Example
White with #DB699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB699D; }
p { color: rgb(219,105,157); }
H1.HeaderClassName
{
color: #DB699D;
}
.AnyTagClassName
{
color: #DB699D;
}
</style>
background-color css
<style>
a { background-color: #DB699D; }
a { background-color: rgb(219,105,157); }
div.DivClassName
{
background-color: #DB699D;
}
.BgClassName
{
background-color: #DB699D;
}
</style>
border-color css
<style>
span { border-color: #DB699D; }
span { border-color: rgb(219,105,157); }
td.TdClassName
{
border-color: #DB699D;
}
.TagClassName
{
border-color: #DB699D;
}
</style>