Shades of Heliotrope #DA40FE
Tints of Heliotrope #DA40FE
RGB
CMYK
RGB Variations
Color information
#DA40FE (or 0xDA40FE) is known color: Heliotrope. HEX triplet: DA, 40 and FE. RGB value is (218,64,254). Sum of RGB (Red+Green+Blue) = 218+64+254=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FE is #25BF01. Grayscale: #838383. Windows color (decimal): -2473730 or 16662746. OLE color: 16662746.
HSL color Cylindrical-coordinate representation of color #DA40FE: hue angle of 288.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA40FE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 64 | 254 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.00 |
| HSL | 288.63º | 0.99% | 0.62% | - |
| HSV(B) | 288.63º | 0.75% | 1% | - |
| XYZ | 48.64 | 25.73 | 96.17 | - |
| YUV | 131.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 254 | 0.14 | 0.75 | 0 | 0.00 | 288.63 | 0.99 | 0.62 |
| Hex | DA | 40 | FE | E | 4B | 0 | 0 | 121 | 63 | 3E |
| Octal | 332 | 100 | 376 | 16 | 113 | 0 | 0 | 441 | 143 | 76 |
| Binary | 11011010 | 1000000 | 11111110 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100011 | 111110 |
Color Harmonies of #DA40FE
Complementary color
Monochromatic Colors of #DA40FE
Black with #DA40FE
Text Example
Text Example
White with #DA40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40FE; }
p { color: rgb(218,64,254); }
H1.HeaderClassName
{
color: #DA40FE;
}
.AnyTagClassName
{
color: #DA40FE;
}
</style>
background-color css
<style>
a { background-color: #DA40FE; }
a { background-color: rgb(218,64,254); }
div.DivClassName
{
background-color: #DA40FE;
}
.BgClassName
{
background-color: #DA40FE;
}
</style>
border-color css
<style>
span { border-color: #DA40FE; }
span { border-color: rgb(218,64,254); }
td.TdClassName
{
border-color: #DA40FE;
}
.TagClassName
{
border-color: #DA40FE;
}
</style>