Shades of Heliotrope #DA64F9
Tints of Heliotrope #DA64F9
RGB
CMYK
RGB Variations
Color information
#DA64F9 (or 0xDA64F9) is known color: Heliotrope. HEX triplet: DA, 64 and F9. RGB value is (218,100,249). Sum of RGB (Red+Green+Blue) = 218+100+249=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64F9 is #259B06. Grayscale: #979797. Windows color (decimal): -2464519 or 16344282. OLE color: 16344282.
HSL color Cylindrical-coordinate representation of color #DA64F9: hue angle of 287.52º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA64F9 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 100 | 249 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.02 |
| HSL | 287.52º | 0.93% | 0.68% | - |
| HSV(B) | 287.52º | 0.6% | 0.98% | - |
| XYZ | 50.57 | 30.86 | 92.91 | - |
| YUV | 152.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 249 | 0.12 | 0.60 | 0 | 0.02 | 287.52 | 0.93 | 0.68 |
| Hex | DA | 64 | F9 | C | 3C | 0 | 2 | 120 | 5D | 44 |
| Octal | 332 | 144 | 371 | 14 | 74 | 0 | 2 | 440 | 135 | 104 |
| Binary | 11011010 | 1100100 | 11111001 | 1100 | 111100 | 0 | 10 | 100100000 | 1011101 | 1000100 |
Color Harmonies of #DA64F9
Complementary color
Monochromatic Colors of #DA64F9
Black with #DA64F9
Text Example
Text Example
White with #DA64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64F9; }
p { color: rgb(218,100,249); }
H1.HeaderClassName
{
color: #DA64F9;
}
.AnyTagClassName
{
color: #DA64F9;
}
</style>
background-color css
<style>
a { background-color: #DA64F9; }
a { background-color: rgb(218,100,249); }
div.DivClassName
{
background-color: #DA64F9;
}
.BgClassName
{
background-color: #DA64F9;
}
</style>
border-color css
<style>
span { border-color: #DA64F9; }
span { border-color: rgb(218,100,249); }
td.TdClassName
{
border-color: #DA64F9;
}
.TagClassName
{
border-color: #DA64F9;
}
</style>