Shades of Pale Violet Red #DB72A6
Tints of Pale Violet Red #DB72A6
RGB
CMYK
RGB Variations
Color information
#DB72A6 (or 0xDB72A6) is known color: Pale Violet Red. HEX triplet: DB, 72 and A6. RGB value is (219,114,166). Sum of RGB (Red+Green+Blue) = 219+114+166=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72A6 is #248D59. Grayscale: #979797. Windows color (decimal): -2395482 or 10908379. OLE color: 10908379.
HSL color Cylindrical-coordinate representation of color #DB72A6: hue angle of 330.29º 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 #DB72A6 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 166 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.14 |
| HSL | 330.29º | 0.59% | 0.65% | - |
| HSV(B) | 330.29º | 0.48% | 0.86% | - |
| XYZ | 42.11 | 29.85 | 39.62 | - |
| YUV | 151.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 166 | 0 | 0.48 | 0.24 | 0.14 | 330.29 | 0.59 | 0.65 |
| Hex | DB | 72 | A6 | 0 | 30 | 18 | E | 14A | 3B | 41 |
| Octal | 333 | 162 | 246 | 0 | 60 | 30 | 16 | 512 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10100110 | 0 | 110000 | 11000 | 1110 | 101001010 | 111011 | 1000001 |
Color Harmonies of #DB72A6
Complementary color
Monochromatic Colors of #DB72A6
Black with #DB72A6
Text Example
Text Example
White with #DB72A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72A6; }
p { color: rgb(219,114,166); }
H1.HeaderClassName
{
color: #DB72A6;
}
.AnyTagClassName
{
color: #DB72A6;
}
</style>
background-color css
<style>
a { background-color: #DB72A6; }
a { background-color: rgb(219,114,166); }
div.DivClassName
{
background-color: #DB72A6;
}
.BgClassName
{
background-color: #DB72A6;
}
</style>
border-color css
<style>
span { border-color: #DB72A6; }
span { border-color: rgb(219,114,166); }
td.TdClassName
{
border-color: #DB72A6;
}
.TagClassName
{
border-color: #DB72A6;
}
</style>