Shades of Pale Violet Red #DB74AD
Tints of Pale Violet Red #DB74AD
RGB
CMYK
RGB Variations
Color information
#DB74AD (or 0xDB74AD) is known color: Pale Violet Red. HEX triplet: DB, 74 and AD. RGB value is (219,116,173). Sum of RGB (Red+Green+Blue) = 219+116+173=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74AD is #248B52. Grayscale: #999999. Windows color (decimal): -2394963 or 11367643. OLE color: 11367643.
HSL color Cylindrical-coordinate representation of color #DB74AD: hue angle of 326.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74AD is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 173 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.14 |
| HSL | 326.8º | 0.59% | 0.66% | - |
| HSV(B) | 326.8º | 0.47% | 0.86% | - |
| XYZ | 43 | 30.57 | 43.17 | - |
| YUV | 153.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 173 | 0 | 0.47 | 0.21 | 0.14 | 326.8 | 0.59 | 0.66 |
| Hex | DB | 74 | AD | 0 | 2F | 15 | E | 147 | 3B | 42 |
| Octal | 333 | 164 | 255 | 0 | 57 | 25 | 16 | 507 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10101101 | 0 | 101111 | 10101 | 1110 | 101000111 | 111011 | 1000010 |
Color Harmonies of #DB74AD
Complementary color
Monochromatic Colors of #DB74AD
Black with #DB74AD
Text Example
Text Example
White with #DB74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74AD; }
p { color: rgb(219,116,173); }
H1.HeaderClassName
{
color: #DB74AD;
}
.AnyTagClassName
{
color: #DB74AD;
}
</style>
background-color css
<style>
a { background-color: #DB74AD; }
a { background-color: rgb(219,116,173); }
div.DivClassName
{
background-color: #DB74AD;
}
.BgClassName
{
background-color: #DB74AD;
}
</style>
border-color css
<style>
span { border-color: #DB74AD; }
span { border-color: rgb(219,116,173); }
td.TdClassName
{
border-color: #DB74AD;
}
.TagClassName
{
border-color: #DB74AD;
}
</style>