Shades of Heliotrope #DA51FE
Tints of Heliotrope #DA51FE
RGB
CMYK
RGB Variations
Color information
#DA51FE (or 0xDA51FE) is known color: Heliotrope. HEX triplet: DA, 51 and FE. RGB value is (218,81,254). Sum of RGB (Red+Green+Blue) = 218+81+254=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA51FE is #25AE01. Grayscale: #8D8D8D. Windows color (decimal): -2469378 or 16667098. OLE color: 16667098.
HSL color Cylindrical-coordinate representation of color #DA51FE: hue angle of 287.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA51FE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 81 | 254 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.00 |
| HSL | 287.51º | 0.99% | 0.66% | - |
| HSV(B) | 287.51º | 0.68% | 1% | - |
| XYZ | 49.75 | 27.95 | 96.54 | - |
| YUV | 141.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 254 | 0.14 | 0.68 | 0 | 0.00 | 287.51 | 0.99 | 0.66 |
| Hex | DA | 51 | FE | E | 44 | 0 | 0 | 120 | 63 | 42 |
| Octal | 332 | 121 | 376 | 16 | 104 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011010 | 1010001 | 11111110 | 1110 | 1000100 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DA51FE
Complementary color
Monochromatic Colors of #DA51FE
Black with #DA51FE
Text Example
Text Example
White with #DA51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51FE; }
p { color: rgb(218,81,254); }
H1.HeaderClassName
{
color: #DA51FE;
}
.AnyTagClassName
{
color: #DA51FE;
}
</style>
background-color css
<style>
a { background-color: #DA51FE; }
a { background-color: rgb(218,81,254); }
div.DivClassName
{
background-color: #DA51FE;
}
.BgClassName
{
background-color: #DA51FE;
}
</style>
border-color css
<style>
span { border-color: #DA51FE; }
span { border-color: rgb(218,81,254); }
td.TdClassName
{
border-color: #DA51FE;
}
.TagClassName
{
border-color: #DA51FE;
}
</style>