Shades of Pale Violet Red #DB7599
Tints of Pale Violet Red #DB7599
RGB
CMYK
RGB Variations
Color information
#DB7599 (or 0xDB7599) is known color: Pale Violet Red. HEX triplet: DB, 75 and 99. RGB value is (219,117,153). Sum of RGB (Red+Green+Blue) = 219+117+153=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7599 is #248A66. Grayscale: #979797. Windows color (decimal): -2394727 or 10057179. OLE color: 10057179.
HSL color Cylindrical-coordinate representation of color #DB7599: hue angle of 338.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7599 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 153 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.14 |
| HSL | 338.82º | 0.59% | 0.66% | - |
| HSV(B) | 338.82º | 0.47% | 0.86% | - |
| XYZ | 41.32 | 30.08 | 33.77 | - |
| YUV | 151.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 153 | 0 | 0.47 | 0.30 | 0.14 | 338.82 | 0.59 | 0.66 |
| Hex | DB | 75 | 99 | 0 | 2F | 1E | E | 153 | 3B | 42 |
| Octal | 333 | 165 | 231 | 0 | 57 | 36 | 16 | 523 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10011001 | 0 | 101111 | 11110 | 1110 | 101010011 | 111011 | 1000010 |
Color Harmonies of #DB7599
Complementary color
Monochromatic Colors of #DB7599
Black with #DB7599
Text Example
Text Example
White with #DB7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7599; }
p { color: rgb(219,117,153); }
H1.HeaderClassName
{
color: #DB7599;
}
.AnyTagClassName
{
color: #DB7599;
}
</style>
background-color css
<style>
a { background-color: #DB7599; }
a { background-color: rgb(219,117,153); }
div.DivClassName
{
background-color: #DB7599;
}
.BgClassName
{
background-color: #DB7599;
}
</style>
border-color css
<style>
span { border-color: #DB7599; }
span { border-color: rgb(219,117,153); }
td.TdClassName
{
border-color: #DB7599;
}
.TagClassName
{
border-color: #DB7599;
}
</style>