Shades of Pale Violet Red #DB72AB
Tints of Pale Violet Red #DB72AB
RGB
CMYK
RGB Variations
Color information
#DB72AB (or 0xDB72AB) is known color: Pale Violet Red. HEX triplet: DB, 72 and AB. RGB value is (219,114,171). Sum of RGB (Red+Green+Blue) = 219+114+171=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72AB is #248D54. Grayscale: #979797. Windows color (decimal): -2395477 or 11236059. OLE color: 11236059.
HSL color Cylindrical-coordinate representation of color #DB72AB: hue angle of 327.43º 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 #DB72AB is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 171 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.14 |
| HSL | 327.43º | 0.59% | 0.65% | - |
| HSV(B) | 327.43º | 0.48% | 0.86% | - |
| XYZ | 42.58 | 30.03 | 42.08 | - |
| YUV | 151.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 171 | 0 | 0.48 | 0.22 | 0.14 | 327.43 | 0.59 | 0.65 |
| Hex | DB | 72 | AB | 0 | 30 | 16 | E | 147 | 3B | 41 |
| Octal | 333 | 162 | 253 | 0 | 60 | 26 | 16 | 507 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10101011 | 0 | 110000 | 10110 | 1110 | 101000111 | 111011 | 1000001 |
Color Harmonies of #DB72AB
Complementary color
Monochromatic Colors of #DB72AB
Black with #DB72AB
Text Example
Text Example
White with #DB72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72AB; }
p { color: rgb(219,114,171); }
H1.HeaderClassName
{
color: #DB72AB;
}
.AnyTagClassName
{
color: #DB72AB;
}
</style>
background-color css
<style>
a { background-color: #DB72AB; }
a { background-color: rgb(219,114,171); }
div.DivClassName
{
background-color: #DB72AB;
}
.BgClassName
{
background-color: #DB72AB;
}
</style>
border-color css
<style>
span { border-color: #DB72AB; }
span { border-color: rgb(219,114,171); }
td.TdClassName
{
border-color: #DB72AB;
}
.TagClassName
{
border-color: #DB72AB;
}
</style>