Shades of Heliotrope #DA4FF5
Tints of Heliotrope #DA4FF5
RGB
CMYK
RGB Variations
Color information
#DA4FF5 (or 0xDA4FF5) is known color: Heliotrope. HEX triplet: DA, 4F and F5. RGB value is (218,79,245). Sum of RGB (Red+Green+Blue) = 218+79+245=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA4FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4FF5 is #25B00A. Grayscale: #8A8A8A. Windows color (decimal): -2469899 or 16076762. OLE color: 16076762.
HSL color Cylindrical-coordinate representation of color #DA4FF5: hue angle of 290.24º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4FF5 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 79 | 245 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.04 |
| HSL | 290.24º | 0.89% | 0.64% | - |
| HSV(B) | 290.24º | 0.68% | 0.96% | - |
| XYZ | 48.19 | 27.09 | 89.08 | - |
| YUV | 139.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 245 | 0.11 | 0.68 | 0 | 0.04 | 290.24 | 0.89 | 0.64 |
| Hex | DA | 4F | F5 | B | 44 | 0 | 4 | 122 | 59 | 40 |
| Octal | 332 | 117 | 365 | 13 | 104 | 0 | 4 | 442 | 131 | 100 |
| Binary | 11011010 | 1001111 | 11110101 | 1011 | 1000100 | 0 | 100 | 100100010 | 1011001 | 1000000 |
Color Harmonies of #DA4FF5
Complementary color
Monochromatic Colors of #DA4FF5
Black with #DA4FF5
Text Example
Text Example
White with #DA4FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FF5; }
p { color: rgb(218,79,245); }
H1.HeaderClassName
{
color: #DA4FF5;
}
.AnyTagClassName
{
color: #DA4FF5;
}
</style>
background-color css
<style>
a { background-color: #DA4FF5; }
a { background-color: rgb(218,79,245); }
div.DivClassName
{
background-color: #DA4FF5;
}
.BgClassName
{
background-color: #DA4FF5;
}
</style>
border-color css
<style>
span { border-color: #DA4FF5; }
span { border-color: rgb(218,79,245); }
td.TdClassName
{
border-color: #DA4FF5;
}
.TagClassName
{
border-color: #DA4FF5;
}
</style>