Shades of Heliotrope #DA46FF
Tints of Heliotrope #DA46FF
RGB
CMYK
RGB Variations
Color information
#DA46FF (or 0xDA46FF) is known color: Heliotrope. HEX triplet: DA, 46 and FF. RGB value is (218,70,255). Sum of RGB (Red+Green+Blue) = 218+70+255=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 70 (27.73% from 255 or 12.89% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA46FF is #25B900. Grayscale: #868686. Windows color (decimal): -2472193 or 16729818. OLE color: 16729818.
HSL color Cylindrical-coordinate representation of color #DA46FF: hue angle of 288º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA46FF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 70 | 255 | - |
| CMYK | 0.15 | 0.73 | 0 | 0 |
| HSL | 288º | 1% | 0.64% | - |
| HSV(B) | 288º | 0.73% | 1% | - |
| XYZ | 49.15 | 26.51 | 97.13 | - |
| YUV | 135.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 255 | 0.15 | 0.73 | 0 | 0 | 288 | 1 | 0.64 |
| Hex | DA | 46 | FF | F | 49 | 0 | 0 | 120 | 64 | 40 |
| Octal | 332 | 106 | 377 | 17 | 111 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011010 | 1000110 | 11111111 | 1111 | 1001001 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #DA46FF
Complementary color
Monochromatic Colors of #DA46FF
Black with #DA46FF
Text Example
Text Example
White with #DA46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46FF; }
p { color: rgb(218,70,255); }
H1.HeaderClassName
{
color: #DA46FF;
}
.AnyTagClassName
{
color: #DA46FF;
}
</style>
background-color css
<style>
a { background-color: #DA46FF; }
a { background-color: rgb(218,70,255); }
div.DivClassName
{
background-color: #DA46FF;
}
.BgClassName
{
background-color: #DA46FF;
}
</style>
border-color css
<style>
span { border-color: #DA46FF; }
span { border-color: rgb(218,70,255); }
td.TdClassName
{
border-color: #DA46FF;
}
.TagClassName
{
border-color: #DA46FF;
}
</style>