Shades of Pale Violet Red #DB70A4
Tints of Pale Violet Red #DB70A4
RGB
CMYK
RGB Variations
Color information
#DB70A4 (or 0xDB70A4) is known color: Pale Violet Red. HEX triplet: DB, 70 and A4. RGB value is (219,112,164). Sum of RGB (Red+Green+Blue) = 219+112+164=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70A4 is #248F5B. Grayscale: #959595. Windows color (decimal): -2395996 or 10776795. OLE color: 10776795.
HSL color Cylindrical-coordinate representation of color #DB70A4: hue angle of 330.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70A4 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 164 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.14 |
| HSL | 330.84º | 0.6% | 0.65% | - |
| HSV(B) | 330.84º | 0.49% | 0.86% | - |
| XYZ | 41.71 | 29.33 | 38.58 | - |
| YUV | 149.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 164 | 0 | 0.49 | 0.25 | 0.14 | 330.84 | 0.6 | 0.65 |
| Hex | DB | 70 | A4 | 0 | 31 | 19 | E | 14B | 3C | 41 |
| Octal | 333 | 160 | 244 | 0 | 61 | 31 | 16 | 513 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10100100 | 0 | 110001 | 11001 | 1110 | 101001011 | 111100 | 1000001 |
Color Harmonies of #DB70A4
Complementary color
Monochromatic Colors of #DB70A4
Black with #DB70A4
Text Example
Text Example
White with #DB70A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70A4; }
p { color: rgb(219,112,164); }
H1.HeaderClassName
{
color: #DB70A4;
}
.AnyTagClassName
{
color: #DB70A4;
}
</style>
background-color css
<style>
a { background-color: #DB70A4; }
a { background-color: rgb(219,112,164); }
div.DivClassName
{
background-color: #DB70A4;
}
.BgClassName
{
background-color: #DB70A4;
}
</style>
border-color css
<style>
span { border-color: #DB70A4; }
span { border-color: rgb(219,112,164); }
td.TdClassName
{
border-color: #DB70A4;
}
.TagClassName
{
border-color: #DB70A4;
}
</style>