Shades of Pale Violet Red #DA70A8
Tints of Pale Violet Red #DA70A8
RGB
CMYK
RGB Variations
Color information
#DA70A8 (or 0xDA70A8) is known color: Pale Violet Red. HEX triplet: DA, 70 and A8. RGB value is (218,112,168). Sum of RGB (Red+Green+Blue) = 218+112+168=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70A8 is #258F57. Grayscale: #959595. Windows color (decimal): -2461528 or 11038938. OLE color: 11038938.
HSL color Cylindrical-coordinate representation of color #DA70A8: hue angle of 328.3º 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 #DA70A8 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 168 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.15 |
| HSL | 328.3º | 0.59% | 0.65% | - |
| HSV(B) | 328.3º | 0.49% | 0.85% | - |
| XYZ | 41.78 | 29.32 | 40.5 | - |
| YUV | 150.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 168 | 0 | 0.49 | 0.23 | 0.15 | 328.3 | 0.59 | 0.65 |
| Hex | DA | 70 | A8 | 0 | 31 | 17 | F | 148 | 3B | 41 |
| Octal | 332 | 160 | 250 | 0 | 61 | 27 | 17 | 510 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10101000 | 0 | 110001 | 10111 | 1111 | 101001000 | 111011 | 1000001 |
Color Harmonies of #DA70A8
Complementary color
Monochromatic Colors of #DA70A8
Black with #DA70A8
Text Example
Text Example
White with #DA70A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70A8; }
p { color: rgb(218,112,168); }
H1.HeaderClassName
{
color: #DA70A8;
}
.AnyTagClassName
{
color: #DA70A8;
}
</style>
background-color css
<style>
a { background-color: #DA70A8; }
a { background-color: rgb(218,112,168); }
div.DivClassName
{
background-color: #DA70A8;
}
.BgClassName
{
background-color: #DA70A8;
}
</style>
border-color css
<style>
span { border-color: #DA70A8; }
span { border-color: rgb(218,112,168); }
td.TdClassName
{
border-color: #DA70A8;
}
.TagClassName
{
border-color: #DA70A8;
}
</style>