Shades of Heliotrope #DA59FE
Tints of Heliotrope #DA59FE
RGB
CMYK
RGB Variations
Color information
#DA59FE (or 0xDA59FE) is known color: Heliotrope. HEX triplet: DA, 59 and FE. RGB value is (218,89,254). Sum of RGB (Red+Green+Blue) = 218+89+254=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA59FE is #25A601. Grayscale: #919191. Windows color (decimal): -2467330 or 16669146. OLE color: 16669146.
HSL color Cylindrical-coordinate representation of color #DA59FE: hue angle of 286.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA59FE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 89 | 254 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.00 |
| HSL | 286.91º | 0.99% | 0.67% | - |
| HSV(B) | 286.91º | 0.65% | 1% | - |
| XYZ | 50.38 | 29.21 | 96.75 | - |
| YUV | 146.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 254 | 0.14 | 0.65 | 0 | 0.00 | 286.91 | 0.99 | 0.67 |
| Hex | DA | 59 | FE | E | 41 | 0 | 0 | 11F | 63 | 43 |
| Octal | 332 | 131 | 376 | 16 | 101 | 0 | 0 | 437 | 143 | 103 |
| Binary | 11011010 | 1011001 | 11111110 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100011 | 1000011 |
Color Harmonies of #DA59FE
Complementary color
Monochromatic Colors of #DA59FE
Black with #DA59FE
Text Example
Text Example
White with #DA59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59FE; }
p { color: rgb(218,89,254); }
H1.HeaderClassName
{
color: #DA59FE;
}
.AnyTagClassName
{
color: #DA59FE;
}
</style>
background-color css
<style>
a { background-color: #DA59FE; }
a { background-color: rgb(218,89,254); }
div.DivClassName
{
background-color: #DA59FE;
}
.BgClassName
{
background-color: #DA59FE;
}
</style>
border-color css
<style>
span { border-color: #DA59FE; }
span { border-color: rgb(218,89,254); }
td.TdClassName
{
border-color: #DA59FE;
}
.TagClassName
{
border-color: #DA59FE;
}
</style>