Shades of Pale Violet Red #DA70A1
Tints of Pale Violet Red #DA70A1
RGB
CMYK
RGB Variations
Color information
#DA70A1 (or 0xDA70A1) is known color: Pale Violet Red. HEX triplet: DA, 70 and A1. RGB value is (218,112,161). Sum of RGB (Red+Green+Blue) = 218+112+161=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70A1 is #258F5E. Grayscale: #959595. Windows color (decimal): -2461535 or 10580186. OLE color: 10580186.
HSL color Cylindrical-coordinate representation of color #DA70A1: hue angle of 332.26º 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 #DA70A1 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 112 | 161 | - |
CMYK | 0 | 0.49 | 0.26 | 0.15 |
HSL | 332.26º | 0.59% | 0.65% | - |
HSV(B) | 332.26º | 0.49% | 0.85% | - |
XYZ | 41.14 | 29.07 | 37.16 | - |
YUV | 149.28 | 134.62 | 177.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 112 | 161 | 0 | 0.49 | 0.26 | 0.15 | 332.26 | 0.59 | 0.65 |
Hex | DA | 70 | A1 | 0 | 31 | 1A | F | 14C | 3B | 41 |
Octal | 332 | 160 | 241 | 0 | 61 | 32 | 17 | 514 | 73 | 101 |
Binary | 11011010 | 1110000 | 10100001 | 0 | 110001 | 11010 | 1111 | 101001100 | 111011 | 1000001 |
Color Harmonies of #DA70A1
Complementary color
Monochromatic Colors of #DA70A1
Black with #DA70A1
Text Example
Text Example
White with #DA70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70A1; }
p { color: rgb(218,112,161); }
H1.HeaderClassName
{
color: #DA70A1;
}
.AnyTagClassName
{
color: #DA70A1;
}
</style>
background-color css
<style>
a { background-color: #DA70A1; }
a { background-color: rgb(218,112,161); }
div.DivClassName
{
background-color: #DA70A1;
}
.BgClassName
{
background-color: #DA70A1;
}
</style>
border-color css
<style>
span { border-color: #DA70A1; }
span { border-color: rgb(218,112,161); }
td.TdClassName
{
border-color: #DA70A1;
}
.TagClassName
{
border-color: #DA70A1;
}
</style>