Shades of Heliotrope #DA51FF
Tints of Heliotrope #DA51FF
RGB
CMYK
RGB Variations
Color information
#DA51FF (or 0xDA51FF) is known color: Heliotrope. HEX triplet: DA, 51 and FF. RGB value is (218,81,255). Sum of RGB (Red+Green+Blue) = 218+81+255=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 81 (32.03% from 255 or 14.62% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA51FF is #25AE00. Grayscale: #8D8D8D. Windows color (decimal): -2469377 or 16732634. OLE color: 16732634.
HSL color Cylindrical-coordinate representation of color #DA51FF: hue angle of 287.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA51FF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 81 | 255 | - |
| CMYK | 0.15 | 0.68 | 0 | 0 |
| HSL | 287.24º | 1% | 0.66% | - |
| HSV(B) | 287.24º | 0.68% | 1% | - |
| XYZ | 49.91 | 28.01 | 97.38 | - |
| YUV | 141.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 255 | 0.15 | 0.68 | 0 | 0 | 287.24 | 1 | 0.66 |
| Hex | DA | 51 | FF | F | 44 | 0 | 0 | 11F | 64 | 42 |
| Octal | 332 | 121 | 377 | 17 | 104 | 0 | 0 | 437 | 144 | 102 |
| Binary | 11011010 | 1010001 | 11111111 | 1111 | 1000100 | 0 | 0 | 100011111 | 1100100 | 1000010 |
Color Harmonies of #DA51FF
Complementary color
Monochromatic Colors of #DA51FF
Black with #DA51FF
Text Example
Text Example
White with #DA51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51FF; }
p { color: rgb(218,81,255); }
H1.HeaderClassName
{
color: #DA51FF;
}
.AnyTagClassName
{
color: #DA51FF;
}
</style>
background-color css
<style>
a { background-color: #DA51FF; }
a { background-color: rgb(218,81,255); }
div.DivClassName
{
background-color: #DA51FF;
}
.BgClassName
{
background-color: #DA51FF;
}
</style>
border-color css
<style>
span { border-color: #DA51FF; }
span { border-color: rgb(218,81,255); }
td.TdClassName
{
border-color: #DA51FF;
}
.TagClassName
{
border-color: #DA51FF;
}
</style>