Shades of Heliotrope #DA64FF
Tints of Heliotrope #DA64FF
RGB
CMYK
RGB Variations
Color information
#DA64FF (or 0xDA64FF) is known color: Heliotrope. HEX triplet: DA, 64 and FF. RGB value is (218,100,255). Sum of RGB (Red+Green+Blue) = 218+100+255=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64FF is #259B00. Grayscale: #989898. Windows color (decimal): -2464513 or 16737498. OLE color: 16737498.
HSL color Cylindrical-coordinate representation of color #DA64FF: hue angle of 285.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA64FF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 100 | 255 | - |
| CMYK | 0.15 | 0.61 | 0 | 0 |
| HSL | 285.68º | 1% | 0.7% | - |
| HSV(B) | 285.68º | 0.61% | 1% | - |
| XYZ | 51.52 | 31.24 | 97.92 | - |
| YUV | 152.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 255 | 0.15 | 0.61 | 0 | 0 | 285.68 | 1 | 0.7 |
| Hex | DA | 64 | FF | F | 3D | 0 | 0 | 11E | 64 | 46 |
| Octal | 332 | 144 | 377 | 17 | 75 | 0 | 0 | 436 | 144 | 106 |
| Binary | 11011010 | 1100100 | 11111111 | 1111 | 111101 | 0 | 0 | 100011110 | 1100100 | 1000110 |
Color Harmonies of #DA64FF
Complementary color
Monochromatic Colors of #DA64FF
Black with #DA64FF
Text Example
Text Example
White with #DA64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64FF; }
p { color: rgb(218,100,255); }
H1.HeaderClassName
{
color: #DA64FF;
}
.AnyTagClassName
{
color: #DA64FF;
}
</style>
background-color css
<style>
a { background-color: #DA64FF; }
a { background-color: rgb(218,100,255); }
div.DivClassName
{
background-color: #DA64FF;
}
.BgClassName
{
background-color: #DA64FF;
}
</style>
border-color css
<style>
span { border-color: #DA64FF; }
span { border-color: rgb(218,100,255); }
td.TdClassName
{
border-color: #DA64FF;
}
.TagClassName
{
border-color: #DA64FF;
}
</style>