Shades of Pale Violet Red #DB719A
Tints of Pale Violet Red #DB719A
RGB
CMYK
RGB Variations
Color information
#DB719A (or 0xDB719A) is known color: Pale Violet Red. HEX triplet: DB, 71 and 9A. RGB value is (219,113,154). Sum of RGB (Red+Green+Blue) = 219+113+154=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB719A is #248E65. Grayscale: #959595. Windows color (decimal): -2395750 or 10121691. OLE color: 10121691.
HSL color Cylindrical-coordinate representation of color #DB719A: hue angle of 336.79º 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 #DB719A is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 154 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.14 |
| HSL | 336.79º | 0.6% | 0.65% | - |
| HSV(B) | 336.79º | 0.48% | 0.86% | - |
| XYZ | 40.95 | 29.2 | 34.05 | - |
| YUV | 149.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 154 | 0 | 0.48 | 0.30 | 0.14 | 336.79 | 0.6 | 0.65 |
| Hex | DB | 71 | 9A | 0 | 30 | 1E | E | 151 | 3C | 41 |
| Octal | 333 | 161 | 232 | 0 | 60 | 36 | 16 | 521 | 74 | 101 |
| Binary | 11011011 | 1110001 | 10011010 | 0 | 110000 | 11110 | 1110 | 101010001 | 111100 | 1000001 |
Color Harmonies of #DB719A
Complementary color
Monochromatic Colors of #DB719A
Black with #DB719A
Text Example
Text Example
White with #DB719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB719A; }
p { color: rgb(219,113,154); }
H1.HeaderClassName
{
color: #DB719A;
}
.AnyTagClassName
{
color: #DB719A;
}
</style>
background-color css
<style>
a { background-color: #DB719A; }
a { background-color: rgb(219,113,154); }
div.DivClassName
{
background-color: #DB719A;
}
.BgClassName
{
background-color: #DB719A;
}
</style>
border-color css
<style>
span { border-color: #DB719A; }
span { border-color: rgb(219,113,154); }
td.TdClassName
{
border-color: #DB719A;
}
.TagClassName
{
border-color: #DB719A;
}
</style>