Shades of Pale Violet Red #DB74A0
Tints of Pale Violet Red #DB74A0
RGB
CMYK
RGB Variations
Color information
#DB74A0 (or 0xDB74A0) is known color: Pale Violet Red. HEX triplet: DB, 74 and A0. RGB value is (219,116,160). Sum of RGB (Red+Green+Blue) = 219+116+160=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74A0 is #248B5F. Grayscale: #979797. Windows color (decimal): -2394976 or 10515675. OLE color: 10515675.
HSL color Cylindrical-coordinate representation of color #DB74A0: hue angle of 334.37º 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 #DB74A0 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 160 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.14 |
| HSL | 334.37º | 0.59% | 0.66% | - |
| HSV(B) | 334.37º | 0.47% | 0.86% | - |
| XYZ | 41.8 | 30.09 | 36.86 | - |
| YUV | 151.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 160 | 0 | 0.47 | 0.27 | 0.14 | 334.37 | 0.59 | 0.66 |
| Hex | DB | 74 | A0 | 0 | 2F | 1B | E | 14E | 3B | 42 |
| Octal | 333 | 164 | 240 | 0 | 57 | 33 | 16 | 516 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10100000 | 0 | 101111 | 11011 | 1110 | 101001110 | 111011 | 1000010 |
Color Harmonies of #DB74A0
Complementary color
Monochromatic Colors of #DB74A0
Black with #DB74A0
Text Example
Text Example
White with #DB74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74A0; }
p { color: rgb(219,116,160); }
H1.HeaderClassName
{
color: #DB74A0;
}
.AnyTagClassName
{
color: #DB74A0;
}
</style>
background-color css
<style>
a { background-color: #DB74A0; }
a { background-color: rgb(219,116,160); }
div.DivClassName
{
background-color: #DB74A0;
}
.BgClassName
{
background-color: #DB74A0;
}
</style>
border-color css
<style>
span { border-color: #DB74A0; }
span { border-color: rgb(219,116,160); }
td.TdClassName
{
border-color: #DB74A0;
}
.TagClassName
{
border-color: #DB74A0;
}
</style>