Shades of Heliotrope #DA5EF5
Tints of Heliotrope #DA5EF5
RGB
CMYK
RGB Variations
Color information
#DA5EF5 (or 0xDA5EF5) is known color: Heliotrope. HEX triplet: DA, 5E and F5. RGB value is (218,94,245). Sum of RGB (Red+Green+Blue) = 218+94+245=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA5EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EF5 is #25A10A. Grayscale: #939393. Windows color (decimal): -2466059 or 16080602. OLE color: 16080602.
HSL color Cylindrical-coordinate representation of color #DA5EF5: hue angle of 289.27º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5EF5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 94 | 245 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.04 |
| HSL | 289.27º | 0.88% | 0.66% | - |
| HSV(B) | 289.27º | 0.62% | 0.96% | - |
| XYZ | 49.4 | 29.5 | 89.48 | - |
| YUV | 148.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 245 | 0.11 | 0.62 | 0 | 0.04 | 289.27 | 0.88 | 0.66 |
| Hex | DA | 5E | F5 | B | 3E | 0 | 4 | 121 | 58 | 42 |
| Octal | 332 | 136 | 365 | 13 | 76 | 0 | 4 | 441 | 130 | 102 |
| Binary | 11011010 | 1011110 | 11110101 | 1011 | 111110 | 0 | 100 | 100100001 | 1011000 | 1000010 |
Color Harmonies of #DA5EF5
Complementary color
Monochromatic Colors of #DA5EF5
Black with #DA5EF5
Text Example
Text Example
White with #DA5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5EF5; }
p { color: rgb(218,94,245); }
H1.HeaderClassName
{
color: #DA5EF5;
}
.AnyTagClassName
{
color: #DA5EF5;
}
</style>
background-color css
<style>
a { background-color: #DA5EF5; }
a { background-color: rgb(218,94,245); }
div.DivClassName
{
background-color: #DA5EF5;
}
.BgClassName
{
background-color: #DA5EF5;
}
</style>
border-color css
<style>
span { border-color: #DA5EF5; }
span { border-color: rgb(218,94,245); }
td.TdClassName
{
border-color: #DA5EF5;
}
.TagClassName
{
border-color: #DA5EF5;
}
</style>