Shades of Pale Violet Red #DB74A2
Tints of Pale Violet Red #DB74A2
RGB
CMYK
RGB Variations
Color information
#DB74A2 (or 0xDB74A2) is known color: Pale Violet Red. HEX triplet: DB, 74 and A2. RGB value is (219,116,162). Sum of RGB (Red+Green+Blue) = 219+116+162=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74A2 is #248B5D. Grayscale: #979797. Windows color (decimal): -2394974 or 10646747. OLE color: 10646747.
HSL color Cylindrical-coordinate representation of color #DB74A2: hue angle of 333.2º 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 #DB74A2 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 162 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.14 |
| HSL | 333.2º | 0.59% | 0.66% | - |
| HSV(B) | 333.2º | 0.47% | 0.86% | - |
| XYZ | 41.98 | 30.16 | 37.79 | - |
| YUV | 152.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 162 | 0 | 0.47 | 0.26 | 0.14 | 333.2 | 0.59 | 0.66 |
| Hex | DB | 74 | A2 | 0 | 2F | 1A | E | 14D | 3B | 42 |
| Octal | 333 | 164 | 242 | 0 | 57 | 32 | 16 | 515 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10100010 | 0 | 101111 | 11010 | 1110 | 101001101 | 111011 | 1000010 |
Color Harmonies of #DB74A2
Complementary color
Monochromatic Colors of #DB74A2
Black with #DB74A2
Text Example
Text Example
White with #DB74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74A2; }
p { color: rgb(219,116,162); }
H1.HeaderClassName
{
color: #DB74A2;
}
.AnyTagClassName
{
color: #DB74A2;
}
</style>
background-color css
<style>
a { background-color: #DB74A2; }
a { background-color: rgb(219,116,162); }
div.DivClassName
{
background-color: #DB74A2;
}
.BgClassName
{
background-color: #DB74A2;
}
</style>
border-color css
<style>
span { border-color: #DB74A2; }
span { border-color: rgb(219,116,162); }
td.TdClassName
{
border-color: #DB74A2;
}
.TagClassName
{
border-color: #DB74A2;
}
</style>