Shades of Heliotrope #DA64F0
Tints of Heliotrope #DA64F0
RGB
CMYK
RGB Variations
Color information
#DA64F0 (or 0xDA64F0) is known color: Heliotrope. HEX triplet: DA, 64 and F0. RGB value is (218,100,240). Sum of RGB (Red+Green+Blue) = 218+100+240=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA64F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64F0 is #259B0F. Grayscale: #969696. Windows color (decimal): -2464528 or 15754458. OLE color: 15754458.
HSL color Cylindrical-coordinate representation of color #DA64F0: hue angle of 290.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA64F0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 100 | 240 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.06 |
| HSL | 290.57º | 0.82% | 0.67% | - |
| HSV(B) | 290.57º | 0.58% | 0.94% | - |
| XYZ | 49.2 | 30.31 | 85.7 | - |
| YUV | 151.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 240 | 0.09 | 0.58 | 0 | 0.06 | 290.57 | 0.82 | 0.67 |
| Hex | DA | 64 | F0 | 9 | 3A | 0 | 6 | 123 | 52 | 43 |
| Octal | 332 | 144 | 360 | 11 | 72 | 0 | 6 | 443 | 122 | 103 |
| Binary | 11011010 | 1100100 | 11110000 | 1001 | 111010 | 0 | 110 | 100100011 | 1010010 | 1000011 |
Color Harmonies of #DA64F0
Complementary color
Monochromatic Colors of #DA64F0
Black with #DA64F0
Text Example
Text Example
White with #DA64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64F0; }
p { color: rgb(218,100,240); }
H1.HeaderClassName
{
color: #DA64F0;
}
.AnyTagClassName
{
color: #DA64F0;
}
</style>
background-color css
<style>
a { background-color: #DA64F0; }
a { background-color: rgb(218,100,240); }
div.DivClassName
{
background-color: #DA64F0;
}
.BgClassName
{
background-color: #DA64F0;
}
</style>
border-color css
<style>
span { border-color: #DA64F0; }
span { border-color: rgb(218,100,240); }
td.TdClassName
{
border-color: #DA64F0;
}
.TagClassName
{
border-color: #DA64F0;
}
</style>