Shades of Heliotrope #DA5AF0
Tints of Heliotrope #DA5AF0
RGB
CMYK
RGB Variations
Color information
#DA5AF0 (or 0xDA5AF0) is known color: Heliotrope. HEX triplet: DA, 5A and F0. RGB value is (218,90,240). Sum of RGB (Red+Green+Blue) = 218+90+240=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF0 is #25A50F. Grayscale: #909090. Windows color (decimal): -2467088 or 15751898. OLE color: 15751898.
HSL color Cylindrical-coordinate representation of color #DA5AF0: hue angle of 291.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5AF0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 90 | 240 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.06 |
| HSL | 291.2º | 0.83% | 0.65% | - |
| HSV(B) | 291.2º | 0.63% | 0.94% | - |
| XYZ | 48.3 | 28.51 | 85.4 | - |
| YUV | 145.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 240 | 0.09 | 0.62 | 0 | 0.06 | 291.2 | 0.83 | 0.65 |
| Hex | DA | 5A | F0 | 9 | 3E | 0 | 6 | 123 | 53 | 41 |
| Octal | 332 | 132 | 360 | 11 | 76 | 0 | 6 | 443 | 123 | 101 |
| Binary | 11011010 | 1011010 | 11110000 | 1001 | 111110 | 0 | 110 | 100100011 | 1010011 | 1000001 |
Color Harmonies of #DA5AF0
Complementary color
Monochromatic Colors of #DA5AF0
Black with #DA5AF0
Text Example
Text Example
White with #DA5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AF0; }
p { color: rgb(218,90,240); }
H1.HeaderClassName
{
color: #DA5AF0;
}
.AnyTagClassName
{
color: #DA5AF0;
}
</style>
background-color css
<style>
a { background-color: #DA5AF0; }
a { background-color: rgb(218,90,240); }
div.DivClassName
{
background-color: #DA5AF0;
}
.BgClassName
{
background-color: #DA5AF0;
}
</style>
border-color css
<style>
span { border-color: #DA5AF0; }
span { border-color: rgb(218,90,240); }
td.TdClassName
{
border-color: #DA5AF0;
}
.TagClassName
{
border-color: #DA5AF0;
}
</style>