Shades of Heliotrope #DA5EF1
Tints of Heliotrope #DA5EF1
RGB
CMYK
RGB Variations
Color information
#DA5EF1 (or 0xDA5EF1) is known color: Heliotrope. HEX triplet: DA, 5E and F1. RGB value is (218,94,241). Sum of RGB (Red+Green+Blue) = 218+94+241=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EF1 is #25A10E. Grayscale: #939393. Windows color (decimal): -2466063 or 15818458. OLE color: 15818458.
HSL color Cylindrical-coordinate representation of color #DA5EF1: hue angle of 290.61º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5EF1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 94 | 241 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.05 |
| HSL | 290.61º | 0.84% | 0.66% | - |
| HSV(B) | 290.61º | 0.61% | 0.95% | - |
| XYZ | 48.79 | 29.26 | 86.3 | - |
| YUV | 147.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 241 | 0.10 | 0.61 | 0 | 0.05 | 290.61 | 0.84 | 0.66 |
| Hex | DA | 5E | F1 | A | 3D | 0 | 5 | 123 | 54 | 42 |
| Octal | 332 | 136 | 361 | 12 | 75 | 0 | 5 | 443 | 124 | 102 |
| Binary | 11011010 | 1011110 | 11110001 | 1010 | 111101 | 0 | 101 | 100100011 | 1010100 | 1000010 |
Color Harmonies of #DA5EF1
Complementary color
Monochromatic Colors of #DA5EF1
Black with #DA5EF1
Text Example
Text Example
White with #DA5EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5EF1; }
p { color: rgb(218,94,241); }
H1.HeaderClassName
{
color: #DA5EF1;
}
.AnyTagClassName
{
color: #DA5EF1;
}
</style>
background-color css
<style>
a { background-color: #DA5EF1; }
a { background-color: rgb(218,94,241); }
div.DivClassName
{
background-color: #DA5EF1;
}
.BgClassName
{
background-color: #DA5EF1;
}
</style>
border-color css
<style>
span { border-color: #DA5EF1; }
span { border-color: rgb(218,94,241); }
td.TdClassName
{
border-color: #DA5EF1;
}
.TagClassName
{
border-color: #DA5EF1;
}
</style>