Shades of Pale Violet Red #DB719C
Tints of Pale Violet Red #DB719C
RGB
CMYK
RGB Variations
Color information
#DB719C (or 0xDB719C) is known color: Pale Violet Red. HEX triplet: DB, 71 and 9C. RGB value is (219,113,156). Sum of RGB (Red+Green+Blue) = 219+113+156=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB719C is #248E63. Grayscale: #959595. Windows color (decimal): -2395748 or 10252763. OLE color: 10252763.
HSL color Cylindrical-coordinate representation of color #DB719C: hue angle of 335.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB719C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 156 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.14 |
| HSL | 335.66º | 0.6% | 0.65% | - |
| HSV(B) | 335.66º | 0.48% | 0.86% | - |
| XYZ | 41.12 | 29.27 | 34.94 | - |
| YUV | 149.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 156 | 0 | 0.48 | 0.29 | 0.14 | 335.66 | 0.6 | 0.65 |
| Hex | DB | 71 | 9C | 0 | 30 | 1D | E | 150 | 3C | 41 |
| Octal | 333 | 161 | 234 | 0 | 60 | 35 | 16 | 520 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10011100 | 0 | 110000 | 11101 | 1110 | 101010000 | 111100 | 1000001 |
Color Harmonies of #DB719C
Complementary color
Monochromatic Colors of #DB719C
Black with #DB719C
Text Example
Text Example
White with #DB719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB719C; }
p { color: rgb(219,113,156); }
H1.HeaderClassName
{
color: #DB719C;
}
.AnyTagClassName
{
color: #DB719C;
}
</style>
background-color css
<style>
a { background-color: #DB719C; }
a { background-color: rgb(219,113,156); }
div.DivClassName
{
background-color: #DB719C;
}
.BgClassName
{
background-color: #DB719C;
}
</style>
border-color css
<style>
span { border-color: #DB719C; }
span { border-color: rgb(219,113,156); }
td.TdClassName
{
border-color: #DB719C;
}
.TagClassName
{
border-color: #DB719C;
}
</style>