Shades of Heliotrope #DA50FA
Tints of Heliotrope #DA50FA
RGB
CMYK
RGB Variations
Color information
#DA50FA (or 0xDA50FA) is known color: Heliotrope. HEX triplet: DA, 50 and FA. RGB value is (218,80,250). Sum of RGB (Red+Green+Blue) = 218+80+250=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50FA is #25AF05. Grayscale: #8C8C8C. Windows color (decimal): -2469638 or 16404698. OLE color: 16404698.
HSL color Cylindrical-coordinate representation of color #DA50FA: hue angle of 288.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA50FA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 80 | 250 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.02 |
| HSL | 288.71º | 0.94% | 0.65% | - |
| HSV(B) | 288.71º | 0.68% | 0.98% | - |
| XYZ | 49.04 | 27.54 | 93.17 | - |
| YUV | 140.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 250 | 0.13 | 0.68 | 0 | 0.02 | 288.71 | 0.94 | 0.65 |
| Hex | DA | 50 | FA | D | 44 | 0 | 2 | 121 | 5E | 41 |
| Octal | 332 | 120 | 372 | 15 | 104 | 0 | 2 | 441 | 136 | 101 |
| Binary | 11011010 | 1010000 | 11111010 | 1101 | 1000100 | 0 | 10 | 100100001 | 1011110 | 1000001 |
Color Harmonies of #DA50FA
Complementary color
Monochromatic Colors of #DA50FA
Black with #DA50FA
Text Example
Text Example
White with #DA50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50FA; }
p { color: rgb(218,80,250); }
H1.HeaderClassName
{
color: #DA50FA;
}
.AnyTagClassName
{
color: #DA50FA;
}
</style>
background-color css
<style>
a { background-color: #DA50FA; }
a { background-color: rgb(218,80,250); }
div.DivClassName
{
background-color: #DA50FA;
}
.BgClassName
{
background-color: #DA50FA;
}
</style>
border-color css
<style>
span { border-color: #DA50FA; }
span { border-color: rgb(218,80,250); }
td.TdClassName
{
border-color: #DA50FA;
}
.TagClassName
{
border-color: #DA50FA;
}
</style>