Shades of Heliotrope #DA4DFE
Tints of Heliotrope #DA4DFE
RGB
CMYK
RGB Variations
Color information
#DA4DFE (or 0xDA4DFE) is known color: Heliotrope. HEX triplet: DA, 4D and FE. RGB value is (218,77,254). Sum of RGB (Red+Green+Blue) = 218+77+254=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA4DFE is #25B201. Grayscale: #8A8A8A. Windows color (decimal): -2470402 or 16666074. OLE color: 16666074.
HSL color Cylindrical-coordinate representation of color #DA4DFE: hue angle of 287.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4DFE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 77 | 254 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.00 |
| HSL | 287.8º | 0.99% | 0.65% | - |
| HSV(B) | 287.8º | 0.7% | 1% | - |
| XYZ | 49.46 | 27.37 | 96.44 | - |
| YUV | 139.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 254 | 0.14 | 0.70 | 0 | 0.00 | 287.8 | 0.99 | 0.65 |
| Hex | DA | 4D | FE | E | 46 | 0 | 0 | 120 | 63 | 41 |
| Octal | 332 | 115 | 376 | 16 | 106 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011010 | 1001101 | 11111110 | 1110 | 1000110 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DA4DFE
Complementary color
Monochromatic Colors of #DA4DFE
Black with #DA4DFE
Text Example
Text Example
White with #DA4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DFE; }
p { color: rgb(218,77,254); }
H1.HeaderClassName
{
color: #DA4DFE;
}
.AnyTagClassName
{
color: #DA4DFE;
}
</style>
background-color css
<style>
a { background-color: #DA4DFE; }
a { background-color: rgb(218,77,254); }
div.DivClassName
{
background-color: #DA4DFE;
}
.BgClassName
{
background-color: #DA4DFE;
}
</style>
border-color css
<style>
span { border-color: #DA4DFE; }
span { border-color: rgb(218,77,254); }
td.TdClassName
{
border-color: #DA4DFE;
}
.TagClassName
{
border-color: #DA4DFE;
}
</style>