Shades of Heliotrope #DA51F4
Tints of Heliotrope #DA51F4
RGB
CMYK
RGB Variations
Color information
#DA51F4 (or 0xDA51F4) is known color: Heliotrope. HEX triplet: DA, 51 and F4. RGB value is (218,81,244). Sum of RGB (Red+Green+Blue) = 218+81+244=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA51F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA51F4 is #25AE0B. Grayscale: #8C8C8C. Windows color (decimal): -2469388 or 16011738. OLE color: 16011738.
HSL color Cylindrical-coordinate representation of color #DA51F4: hue angle of 290.43º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA51F4 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 81 | 244 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.04 |
| HSL | 290.43º | 0.88% | 0.64% | - |
| HSV(B) | 290.43º | 0.67% | 0.96% | - |
| XYZ | 48.19 | 27.32 | 88.32 | - |
| YUV | 140.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 244 | 0.11 | 0.67 | 0 | 0.04 | 290.43 | 0.88 | 0.64 |
| Hex | DA | 51 | F4 | B | 43 | 0 | 4 | 122 | 58 | 40 |
| Octal | 332 | 121 | 364 | 13 | 103 | 0 | 4 | 442 | 130 | 100 |
| Binary | 11011010 | 1010001 | 11110100 | 1011 | 1000011 | 0 | 100 | 100100010 | 1011000 | 1000000 |
Color Harmonies of #DA51F4
Complementary color
Monochromatic Colors of #DA51F4
Black with #DA51F4
Text Example
Text Example
White with #DA51F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51F4; }
p { color: rgb(218,81,244); }
H1.HeaderClassName
{
color: #DA51F4;
}
.AnyTagClassName
{
color: #DA51F4;
}
</style>
background-color css
<style>
a { background-color: #DA51F4; }
a { background-color: rgb(218,81,244); }
div.DivClassName
{
background-color: #DA51F4;
}
.BgClassName
{
background-color: #DA51F4;
}
</style>
border-color css
<style>
span { border-color: #DA51F4; }
span { border-color: rgb(218,81,244); }
td.TdClassName
{
border-color: #DA51F4;
}
.TagClassName
{
border-color: #DA51F4;
}
</style>