Shades of Pale Violet Red #DB729B
Tints of Pale Violet Red #DB729B
RGB
CMYK
RGB Variations
Color information
#DB729B (or 0xDB729B) is known color: Pale Violet Red. HEX triplet: DB, 72 and 9B. RGB value is (219,114,155). Sum of RGB (Red+Green+Blue) = 219+114+155=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB729B is #248D64. Grayscale: #969696. Windows color (decimal): -2395493 or 10187483. OLE color: 10187483.
HSL color Cylindrical-coordinate representation of color #DB729B: hue angle of 336.57º degrees, saturation: 0.59, 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 #DB729B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 155 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.14 |
| HSL | 336.57º | 0.59% | 0.65% | - |
| HSV(B) | 336.57º | 0.48% | 0.86% | - |
| XYZ | 41.15 | 29.46 | 34.53 | - |
| YUV | 150.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 155 | 0 | 0.48 | 0.29 | 0.14 | 336.57 | 0.59 | 0.65 |
| Hex | DB | 72 | 9B | 0 | 30 | 1D | E | 151 | 3B | 41 |
| Octal | 333 | 162 | 233 | 0 | 60 | 35 | 16 | 521 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10011011 | 0 | 110000 | 11101 | 1110 | 101010001 | 111011 | 1000001 |
Color Harmonies of #DB729B
Complementary color
Monochromatic Colors of #DB729B
Black with #DB729B
Text Example
Text Example
White with #DB729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB729B; }
p { color: rgb(219,114,155); }
H1.HeaderClassName
{
color: #DB729B;
}
.AnyTagClassName
{
color: #DB729B;
}
</style>
background-color css
<style>
a { background-color: #DB729B; }
a { background-color: rgb(219,114,155); }
div.DivClassName
{
background-color: #DB729B;
}
.BgClassName
{
background-color: #DB729B;
}
</style>
border-color css
<style>
span { border-color: #DB729B; }
span { border-color: rgb(219,114,155); }
td.TdClassName
{
border-color: #DB729B;
}
.TagClassName
{
border-color: #DB729B;
}
</style>