Shades of Pale Violet Red #DB74A6
Tints of Pale Violet Red #DB74A6
RGB
CMYK
RGB Variations
Color information
#DB74A6 (or 0xDB74A6) is known color: Pale Violet Red. HEX triplet: DB, 74 and A6. RGB value is (219,116,166). Sum of RGB (Red+Green+Blue) = 219+116+166=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74A6 is #248B59. Grayscale: #989898. Windows color (decimal): -2394970 or 10908891. OLE color: 10908891.
HSL color Cylindrical-coordinate representation of color #DB74A6: hue angle of 330.87º 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 #DB74A6 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 166 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.14 |
| HSL | 330.87º | 0.59% | 0.66% | - |
| HSV(B) | 330.87º | 0.47% | 0.86% | - |
| XYZ | 42.34 | 30.3 | 39.69 | - |
| YUV | 152.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 166 | 0 | 0.47 | 0.24 | 0.14 | 330.87 | 0.59 | 0.66 |
| Hex | DB | 74 | A6 | 0 | 2F | 18 | E | 14B | 3B | 42 |
| Octal | 333 | 164 | 246 | 0 | 57 | 30 | 16 | 513 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10100110 | 0 | 101111 | 11000 | 1110 | 101001011 | 111011 | 1000010 |
Color Harmonies of #DB74A6
Complementary color
Monochromatic Colors of #DB74A6
Black with #DB74A6
Text Example
Text Example
White with #DB74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74A6; }
p { color: rgb(219,116,166); }
H1.HeaderClassName
{
color: #DB74A6;
}
.AnyTagClassName
{
color: #DB74A6;
}
</style>
background-color css
<style>
a { background-color: #DB74A6; }
a { background-color: rgb(219,116,166); }
div.DivClassName
{
background-color: #DB74A6;
}
.BgClassName
{
background-color: #DB74A6;
}
</style>
border-color css
<style>
span { border-color: #DB74A6; }
span { border-color: rgb(219,116,166); }
td.TdClassName
{
border-color: #DB74A6;
}
.TagClassName
{
border-color: #DB74A6;
}
</style>