Shades of Heliotrope #DA56FA
Tints of Heliotrope #DA56FA
RGB
CMYK
RGB Variations
Color information
#DA56FA (or 0xDA56FA) is known color: Heliotrope. HEX triplet: DA, 56 and FA. RGB value is (218,86,250). Sum of RGB (Red+Green+Blue) = 218+86+250=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA56FA is #25A905. Grayscale: #8F8F8F. Windows color (decimal): -2468102 or 16406234. OLE color: 16406234.
HSL color Cylindrical-coordinate representation of color #DA56FA: hue angle of 288.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA56FA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 86 | 250 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.02 |
| HSL | 288.29º | 0.94% | 0.66% | - |
| HSV(B) | 288.29º | 0.66% | 0.98% | - |
| XYZ | 49.5 | 28.46 | 93.33 | - |
| YUV | 144.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 250 | 0.13 | 0.66 | 0 | 0.02 | 288.29 | 0.94 | 0.66 |
| Hex | DA | 56 | FA | D | 42 | 0 | 2 | 120 | 5E | 42 |
| Octal | 332 | 126 | 372 | 15 | 102 | 0 | 2 | 440 | 136 | 102 |
| Binary | 11011010 | 1010110 | 11111010 | 1101 | 1000010 | 0 | 10 | 100100000 | 1011110 | 1000010 |
Color Harmonies of #DA56FA
Complementary color
Monochromatic Colors of #DA56FA
Black with #DA56FA
Text Example
Text Example
White with #DA56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA56FA; }
p { color: rgb(218,86,250); }
H1.HeaderClassName
{
color: #DA56FA;
}
.AnyTagClassName
{
color: #DA56FA;
}
</style>
background-color css
<style>
a { background-color: #DA56FA; }
a { background-color: rgb(218,86,250); }
div.DivClassName
{
background-color: #DA56FA;
}
.BgClassName
{
background-color: #DA56FA;
}
</style>
border-color css
<style>
span { border-color: #DA56FA; }
span { border-color: rgb(218,86,250); }
td.TdClassName
{
border-color: #DA56FA;
}
.TagClassName
{
border-color: #DA56FA;
}
</style>