Shades of Heliotrope #DA3EFE
Tints of Heliotrope #DA3EFE
RGB
CMYK
RGB Variations
Color information
#DA3EFE (or 0xDA3EFE) is known color: Heliotrope. HEX triplet: DA, 3E and FE. RGB value is (218,62,254). Sum of RGB (Red+Green+Blue) = 218+62+254=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 62 (24.61% from 255 or 11.61% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA3EFE is #25C101. Grayscale: #818181. Windows color (decimal): -2474242 or 16662234. OLE color: 16662234.
HSL color Cylindrical-coordinate representation of color #DA3EFE: hue angle of 288.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3EFE is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 62 | 254 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.00 |
| HSL | 288.75º | 0.99% | 0.62% | - |
| HSV(B) | 288.75º | 0.76% | 1% | - |
| XYZ | 48.53 | 25.51 | 96.13 | - |
| YUV | 130.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 254 | 0.14 | 0.76 | 0 | 0.00 | 288.75 | 0.99 | 0.62 |
| Hex | DA | 3E | FE | E | 4C | 0 | 0 | 121 | 63 | 3E |
| Octal | 332 | 76 | 376 | 16 | 114 | 0 | 0 | 441 | 143 | 76 |
| Binary | 11011010 | 111110 | 11111110 | 1110 | 1001100 | 0 | 0 | 100100001 | 1100011 | 111110 |
Color Harmonies of #DA3EFE
Complementary color
Monochromatic Colors of #DA3EFE
Black with #DA3EFE
Text Example
Text Example
White with #DA3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3EFE; }
p { color: rgb(218,62,254); }
H1.HeaderClassName
{
color: #DA3EFE;
}
.AnyTagClassName
{
color: #DA3EFE;
}
</style>
background-color css
<style>
a { background-color: #DA3EFE; }
a { background-color: rgb(218,62,254); }
div.DivClassName
{
background-color: #DA3EFE;
}
.BgClassName
{
background-color: #DA3EFE;
}
</style>
border-color css
<style>
span { border-color: #DA3EFE; }
span { border-color: rgb(218,62,254); }
td.TdClassName
{
border-color: #DA3EFE;
}
.TagClassName
{
border-color: #DA3EFE;
}
</style>