Shades of Pale Violet Red #DA70A0
Tints of Pale Violet Red #DA70A0
RGB
CMYK
RGB Variations
Color information
#DA70A0 (or 0xDA70A0) is known color: Pale Violet Red. HEX triplet: DA, 70 and A0. RGB value is (218,112,160). Sum of RGB (Red+Green+Blue) = 218+112+160=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70A0 is #258F5F. Grayscale: #959595. Windows color (decimal): -2461536 or 10514650. OLE color: 10514650.
HSL color Cylindrical-coordinate representation of color #DA70A0: hue angle of 332.83º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70A0 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 160 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.15 |
| HSL | 332.83º | 0.59% | 0.65% | - |
| HSV(B) | 332.83º | 0.49% | 0.85% | - |
| XYZ | 41.05 | 29.03 | 36.7 | - |
| YUV | 149.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 160 | 0 | 0.49 | 0.27 | 0.15 | 332.83 | 0.59 | 0.65 |
| Hex | DA | 70 | A0 | 0 | 31 | 1B | F | 14D | 3B | 41 |
| Octal | 332 | 160 | 240 | 0 | 61 | 33 | 17 | 515 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10100000 | 0 | 110001 | 11011 | 1111 | 101001101 | 111011 | 1000001 |
Color Harmonies of #DA70A0
Complementary color
Monochromatic Colors of #DA70A0
Black with #DA70A0
Text Example
Text Example
White with #DA70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70A0; }
p { color: rgb(218,112,160); }
H1.HeaderClassName
{
color: #DA70A0;
}
.AnyTagClassName
{
color: #DA70A0;
}
</style>
background-color css
<style>
a { background-color: #DA70A0; }
a { background-color: rgb(218,112,160); }
div.DivClassName
{
background-color: #DA70A0;
}
.BgClassName
{
background-color: #DA70A0;
}
</style>
border-color css
<style>
span { border-color: #DA70A0; }
span { border-color: rgb(218,112,160); }
td.TdClassName
{
border-color: #DA70A0;
}
.TagClassName
{
border-color: #DA70A0;
}
</style>