Shades of Heliotrope #DA5CF0
Tints of Heliotrope #DA5CF0
RGB
CMYK
RGB Variations
Color information
#DA5CF0 (or 0xDA5CF0) is known color: Heliotrope. HEX triplet: DA, 5C and F0. RGB value is (218,92,240). Sum of RGB (Red+Green+Blue) = 218+92+240=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA5CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CF0 is #25A30F. Grayscale: #929292. Windows color (decimal): -2466576 or 15752410. OLE color: 15752410.
HSL color Cylindrical-coordinate representation of color #DA5CF0: hue angle of 291.08º 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 #DA5CF0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 92 | 240 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.06 |
| HSL | 291.08º | 0.83% | 0.65% | - |
| HSV(B) | 291.08º | 0.62% | 0.94% | - |
| XYZ | 48.47 | 28.85 | 85.45 | - |
| YUV | 146.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 240 | 0.09 | 0.62 | 0 | 0.06 | 291.08 | 0.83 | 0.65 |
| Hex | DA | 5C | F0 | 9 | 3E | 0 | 6 | 123 | 53 | 41 |
| Octal | 332 | 134 | 360 | 11 | 76 | 0 | 6 | 443 | 123 | 101 |
| Binary | 11011010 | 1011100 | 11110000 | 1001 | 111110 | 0 | 110 | 100100011 | 1010011 | 1000001 |
Color Harmonies of #DA5CF0
Complementary color
Monochromatic Colors of #DA5CF0
Black with #DA5CF0
Text Example
Text Example
White with #DA5CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5CF0; }
p { color: rgb(218,92,240); }
H1.HeaderClassName
{
color: #DA5CF0;
}
.AnyTagClassName
{
color: #DA5CF0;
}
</style>
background-color css
<style>
a { background-color: #DA5CF0; }
a { background-color: rgb(218,92,240); }
div.DivClassName
{
background-color: #DA5CF0;
}
.BgClassName
{
background-color: #DA5CF0;
}
</style>
border-color css
<style>
span { border-color: #DA5CF0; }
span { border-color: rgb(218,92,240); }
td.TdClassName
{
border-color: #DA5CF0;
}
.TagClassName
{
border-color: #DA5CF0;
}
</style>