Shades of Heliotrope #DA5FED
Tints of Heliotrope #DA5FED
RGB
CMYK
RGB Variations
Color information
#DA5FED (or 0xDA5FED) is known color: Heliotrope. HEX triplet: DA, 5F and ED. RGB value is (218,95,237). Sum of RGB (Red+Green+Blue) = 218+95+237=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FED is #25A012. Grayscale: #939393. Windows color (decimal): -2465811 or 15556570. OLE color: 15556570.
HSL color Cylindrical-coordinate representation of color #DA5FED: hue angle of 291.97º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5FED is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 95 | 237 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.07 |
| HSL | 291.97º | 0.8% | 0.65% | - |
| HSV(B) | 291.97º | 0.6% | 0.93% | - |
| XYZ | 48.29 | 29.2 | 83.21 | - |
| YUV | 147.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 237 | 0.08 | 0.60 | 0 | 0.07 | 291.97 | 0.8 | 0.65 |
| Hex | DA | 5F | ED | 8 | 3C | 0 | 7 | 124 | 50 | 41 |
| Octal | 332 | 137 | 355 | 10 | 74 | 0 | 7 | 444 | 120 | 101 |
| Binary | 11011010 | 1011111 | 11101101 | 1000 | 111100 | 0 | 111 | 100100100 | 1010000 | 1000001 |
Color Harmonies of #DA5FED
Complementary color
Monochromatic Colors of #DA5FED
Black with #DA5FED
Text Example
Text Example
White with #DA5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FED; }
p { color: rgb(218,95,237); }
H1.HeaderClassName
{
color: #DA5FED;
}
.AnyTagClassName
{
color: #DA5FED;
}
</style>
background-color css
<style>
a { background-color: #DA5FED; }
a { background-color: rgb(218,95,237); }
div.DivClassName
{
background-color: #DA5FED;
}
.BgClassName
{
background-color: #DA5FED;
}
</style>
border-color css
<style>
span { border-color: #DA5FED; }
span { border-color: rgb(218,95,237); }
td.TdClassName
{
border-color: #DA5FED;
}
.TagClassName
{
border-color: #DA5FED;
}
</style>