Shades of Heliotrope #DA73ED
Tints of Heliotrope #DA73ED
RGB
CMYK
RGB Variations
Color information
#DA73ED (or 0xDA73ED) is known color: Heliotrope. HEX triplet: DA, 73 and ED. RGB value is (218,115,237). Sum of RGB (Red+Green+Blue) = 218+115+237=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73ED is #258C12. Grayscale: #9F9F9F. Windows color (decimal): -2460691 or 15561690. OLE color: 15561690.
HSL color Cylindrical-coordinate representation of color #DA73ED: hue angle of 290.66º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA73ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 115 | 237 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 290.66º | 0.77% | 0.69% | - |
| HSV(B) | 290.66º | 0.51% | 0.93% | - |
| XYZ | 50.33 | 33.28 | 83.89 | - |
| YUV | 159.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 237 | 0.08 | 0.51 | 0 | 0.07 | 290.66 | 0.77 | 0.69 |
| Hex | DA | 73 | ED | 8 | 33 | 0 | 7 | 123 | 4D | 45 |
| Octal | 332 | 163 | 355 | 10 | 63 | 0 | 7 | 443 | 115 | 105 |
| Binary | 11011010 | 1110011 | 11101101 | 1000 | 110011 | 0 | 111 | 100100011 | 1001101 | 1000101 |
Color Harmonies of #DA73ED
Complementary color
Monochromatic Colors of #DA73ED
Black with #DA73ED
Text Example
Text Example
White with #DA73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73ED; }
p { color: rgb(218,115,237); }
H1.HeaderClassName
{
color: #DA73ED;
}
.AnyTagClassName
{
color: #DA73ED;
}
</style>
background-color css
<style>
a { background-color: #DA73ED; }
a { background-color: rgb(218,115,237); }
div.DivClassName
{
background-color: #DA73ED;
}
.BgClassName
{
background-color: #DA73ED;
}
</style>
border-color css
<style>
span { border-color: #DA73ED; }
span { border-color: rgb(218,115,237); }
td.TdClassName
{
border-color: #DA73ED;
}
.TagClassName
{
border-color: #DA73ED;
}
</style>