Shades of Pale Violet Red #DB7699
Tints of Pale Violet Red #DB7699
RGB
CMYK
RGB Variations
Color information
#DB7699 (or 0xDB7699) is known color: Pale Violet Red. HEX triplet: DB, 76 and 99. RGB value is (219,118,153). Sum of RGB (Red+Green+Blue) = 219+118+153=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7699 is #248966. Grayscale: #989898. Windows color (decimal): -2394471 or 10057435. OLE color: 10057435.
HSL color Cylindrical-coordinate representation of color #DB7699: hue angle of 339.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7699 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 153 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.14 |
| HSL | 339.21º | 0.58% | 0.66% | - |
| HSV(B) | 339.21º | 0.46% | 0.86% | - |
| XYZ | 41.44 | 30.32 | 33.8 | - |
| YUV | 152.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 153 | 0 | 0.46 | 0.30 | 0.14 | 339.21 | 0.58 | 0.66 |
| Hex | DB | 76 | 99 | 0 | 2E | 1E | E | 153 | 3A | 42 |
| Octal | 333 | 166 | 231 | 0 | 56 | 36 | 16 | 523 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10011001 | 0 | 101110 | 11110 | 1110 | 101010011 | 111010 | 1000010 |
Color Harmonies of #DB7699
Complementary color
Monochromatic Colors of #DB7699
Black with #DB7699
Text Example
Text Example
White with #DB7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7699; }
p { color: rgb(219,118,153); }
H1.HeaderClassName
{
color: #DB7699;
}
.AnyTagClassName
{
color: #DB7699;
}
</style>
background-color css
<style>
a { background-color: #DB7699; }
a { background-color: rgb(219,118,153); }
div.DivClassName
{
background-color: #DB7699;
}
.BgClassName
{
background-color: #DB7699;
}
</style>
border-color css
<style>
span { border-color: #DB7699; }
span { border-color: rgb(219,118,153); }
td.TdClassName
{
border-color: #DB7699;
}
.TagClassName
{
border-color: #DB7699;
}
</style>