Shades of Heliotrope #DA40FF
Tints of Heliotrope #DA40FF
RGB
CMYK
RGB Variations
Color information
#DA40FF (or 0xDA40FF) is known color: Heliotrope. HEX triplet: DA, 40 and FF. RGB value is (218,64,255). Sum of RGB (Red+Green+Blue) = 218+64+255=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FF is #25BF00. Grayscale: #838383. Windows color (decimal): -2473729 or 16728282. OLE color: 16728282.
HSL color Cylindrical-coordinate representation of color #DA40FF: hue angle of 288.38º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA40FF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 64 | 255 | - |
| CMYK | 0.15 | 0.75 | 0 | 0 |
| HSL | 288.38º | 1% | 0.63% | - |
| HSV(B) | 288.38º | 0.75% | 1% | - |
| XYZ | 48.8 | 25.79 | 97.01 | - |
| YUV | 131.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 255 | 0.15 | 0.75 | 0 | 0 | 288.38 | 1 | 0.63 |
| Hex | DA | 40 | FF | F | 4B | 0 | 0 | 120 | 64 | 3F |
| Octal | 332 | 100 | 377 | 17 | 113 | 0 | 0 | 440 | 144 | 77 |
| Binary | 11011010 | 1000000 | 11111111 | 1111 | 1001011 | 0 | 0 | 100100000 | 1100100 | 111111 |
Color Harmonies of #DA40FF
Complementary color
Monochromatic Colors of #DA40FF
Black with #DA40FF
Text Example
Text Example
White with #DA40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40FF; }
p { color: rgb(218,64,255); }
H1.HeaderClassName
{
color: #DA40FF;
}
.AnyTagClassName
{
color: #DA40FF;
}
</style>
background-color css
<style>
a { background-color: #DA40FF; }
a { background-color: rgb(218,64,255); }
div.DivClassName
{
background-color: #DA40FF;
}
.BgClassName
{
background-color: #DA40FF;
}
</style>
border-color css
<style>
span { border-color: #DA40FF; }
span { border-color: rgb(218,64,255); }
td.TdClassName
{
border-color: #DA40FF;
}
.TagClassName
{
border-color: #DA40FF;
}
</style>