Shades of Heliotrope #DA5FEE
Tints of Heliotrope #DA5FEE
RGB
CMYK
RGB Variations
Color information
#DA5FEE (or 0xDA5FEE) is known color: Heliotrope. HEX triplet: DA, 5F and EE. RGB value is (218,95,238). Sum of RGB (Red+Green+Blue) = 218+95+238=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FEE is #25A011. Grayscale: #939393. Windows color (decimal): -2465810 or 15622106. OLE color: 15622106.
HSL color Cylindrical-coordinate representation of color #DA5FEE: hue angle of 291.61º degrees, saturation: 0.81, 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 #DA5FEE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 95 | 238 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.07 |
| HSL | 291.61º | 0.81% | 0.65% | - |
| HSV(B) | 291.61º | 0.6% | 0.93% | - |
| XYZ | 48.44 | 29.26 | 83.98 | - |
| YUV | 148.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 238 | 0.08 | 0.60 | 0 | 0.07 | 291.61 | 0.81 | 0.65 |
| Hex | DA | 5F | EE | 8 | 3C | 0 | 7 | 124 | 51 | 41 |
| Octal | 332 | 137 | 356 | 10 | 74 | 0 | 7 | 444 | 121 | 101 |
| Binary | 11011010 | 1011111 | 11101110 | 1000 | 111100 | 0 | 111 | 100100100 | 1010001 | 1000001 |
Color Harmonies of #DA5FEE
Complementary color
Monochromatic Colors of #DA5FEE
Black with #DA5FEE
Text Example
Text Example
White with #DA5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FEE; }
p { color: rgb(218,95,238); }
H1.HeaderClassName
{
color: #DA5FEE;
}
.AnyTagClassName
{
color: #DA5FEE;
}
</style>
background-color css
<style>
a { background-color: #DA5FEE; }
a { background-color: rgb(218,95,238); }
div.DivClassName
{
background-color: #DA5FEE;
}
.BgClassName
{
background-color: #DA5FEE;
}
</style>
border-color css
<style>
span { border-color: #DA5FEE; }
span { border-color: rgb(218,95,238); }
td.TdClassName
{
border-color: #DA5FEE;
}
.TagClassName
{
border-color: #DA5FEE;
}
</style>