Shades of Heliotrope #DA58FE
Tints of Heliotrope #DA58FE
RGB
CMYK
RGB Variations
Color information
#DA58FE (or 0xDA58FE) is known color: Heliotrope. HEX triplet: DA, 58 and FE. RGB value is (218,88,254). Sum of RGB (Red+Green+Blue) = 218+88+254=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58FE is #25A701. Grayscale: #919191. Windows color (decimal): -2467586 or 16668890. OLE color: 16668890.
HSL color Cylindrical-coordinate representation of color #DA58FE: hue angle of 286.99º 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 #DA58FE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 88 | 254 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.00 |
| HSL | 286.99º | 0.99% | 0.67% | - |
| HSV(B) | 286.99º | 0.65% | 1% | - |
| XYZ | 50.29 | 29.04 | 96.72 | - |
| YUV | 145.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 254 | 0.14 | 0.65 | 0 | 0.00 | 286.99 | 0.99 | 0.67 |
| Hex | DA | 58 | FE | E | 41 | 0 | 0 | 11F | 63 | 43 |
| Octal | 332 | 130 | 376 | 16 | 101 | 0 | 0 | 437 | 143 | 103 |
| Binary | 11011010 | 1011000 | 11111110 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100011 | 1000011 |
Color Harmonies of #DA58FE
Complementary color
Monochromatic Colors of #DA58FE
Black with #DA58FE
Text Example
Text Example
White with #DA58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58FE; }
p { color: rgb(218,88,254); }
H1.HeaderClassName
{
color: #DA58FE;
}
.AnyTagClassName
{
color: #DA58FE;
}
</style>
background-color css
<style>
a { background-color: #DA58FE; }
a { background-color: rgb(218,88,254); }
div.DivClassName
{
background-color: #DA58FE;
}
.BgClassName
{
background-color: #DA58FE;
}
</style>
border-color css
<style>
span { border-color: #DA58FE; }
span { border-color: rgb(218,88,254); }
td.TdClassName
{
border-color: #DA58FE;
}
.TagClassName
{
border-color: #DA58FE;
}
</style>