Shades of Heliotrope #DA60F0
Tints of Heliotrope #DA60F0
RGB
CMYK
RGB Variations
Color information
#DA60F0 (or 0xDA60F0) is known color: Heliotrope. HEX triplet: DA, 60 and F0. RGB value is (218,96,240). Sum of RGB (Red+Green+Blue) = 218+96+240=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60F0 is #259F0F. Grayscale: #949494. Windows color (decimal): -2465552 or 15753434. OLE color: 15753434.
HSL color Cylindrical-coordinate representation of color #DA60F0: hue angle of 290.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA60F0 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 96 | 240 | - |
| CMYK | 0.09 | 0.6 | 0 | 0.06 |
| HSL | 290.83º | 0.83% | 0.66% | - |
| HSV(B) | 290.83º | 0.6% | 0.94% | - |
| XYZ | 48.82 | 29.56 | 85.57 | - |
| YUV | 148.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 240 | 0.09 | 0.6 | 0 | 0.06 | 290.83 | 0.83 | 0.66 |
| Hex | DA | 60 | F0 | 9 | 3C | 0 | 6 | 123 | 53 | 42 |
| Octal | 332 | 140 | 360 | 11 | 74 | 0 | 6 | 443 | 123 | 102 |
| Binary | 11011010 | 1100000 | 11110000 | 1001 | 111100 | 0 | 110 | 100100011 | 1010011 | 1000010 |
Color Harmonies of #DA60F0
Complementary color
Monochromatic Colors of #DA60F0
Black with #DA60F0
Text Example
Text Example
White with #DA60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60F0; }
p { color: rgb(218,96,240); }
H1.HeaderClassName
{
color: #DA60F0;
}
.AnyTagClassName
{
color: #DA60F0;
}
</style>
background-color css
<style>
a { background-color: #DA60F0; }
a { background-color: rgb(218,96,240); }
div.DivClassName
{
background-color: #DA60F0;
}
.BgClassName
{
background-color: #DA60F0;
}
</style>
border-color css
<style>
span { border-color: #DA60F0; }
span { border-color: rgb(218,96,240); }
td.TdClassName
{
border-color: #DA60F0;
}
.TagClassName
{
border-color: #DA60F0;
}
</style>