Shades of Pale Violet Red #DA73A0
Tints of Pale Violet Red #DA73A0
RGB
CMYK
RGB Variations
Color information
#DA73A0 (or 0xDA73A0) is known color: Pale Violet Red. HEX triplet: DA, 73 and A0. RGB value is (218,115,160). Sum of RGB (Red+Green+Blue) = 218+115+160=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA73A0 is #258C5F. Grayscale: #969696. Windows color (decimal): -2460768 or 10515418. OLE color: 10515418.
HSL color Cylindrical-coordinate representation of color #DA73A0: hue angle of 333.79º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73A0 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 160 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.15 |
| HSL | 333.79º | 0.58% | 0.65% | - |
| HSV(B) | 333.79º | 0.47% | 0.85% | - |
| XYZ | 41.39 | 29.7 | 36.81 | - |
| YUV | 150.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 160 | 0 | 0.47 | 0.27 | 0.15 | 333.79 | 0.58 | 0.65 |
| Hex | DA | 73 | A0 | 0 | 2F | 1B | F | 14E | 3A | 41 |
| Octal | 332 | 163 | 240 | 0 | 57 | 33 | 17 | 516 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10100000 | 0 | 101111 | 11011 | 1111 | 101001110 | 111010 | 1000001 |
Color Harmonies of #DA73A0
Complementary color
Monochromatic Colors of #DA73A0
Black with #DA73A0
Text Example
Text Example
White with #DA73A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73A0; }
p { color: rgb(218,115,160); }
H1.HeaderClassName
{
color: #DA73A0;
}
.AnyTagClassName
{
color: #DA73A0;
}
</style>
background-color css
<style>
a { background-color: #DA73A0; }
a { background-color: rgb(218,115,160); }
div.DivClassName
{
background-color: #DA73A0;
}
.BgClassName
{
background-color: #DA73A0;
}
</style>
border-color css
<style>
span { border-color: #DA73A0; }
span { border-color: rgb(218,115,160); }
td.TdClassName
{
border-color: #DA73A0;
}
.TagClassName
{
border-color: #DA73A0;
}
</style>