Shades of Heliotrope #DA6EED
Tints of Heliotrope #DA6EED
RGB
CMYK
RGB Variations
Color information
#DA6EED (or 0xDA6EED) is known color: Heliotrope. HEX triplet: DA, 6E and ED. RGB value is (218,110,237). Sum of RGB (Red+Green+Blue) = 218+110+237=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EED is #259112. Grayscale: #9C9C9C. Windows color (decimal): -2461971 or 15560410. OLE color: 15560410.
HSL color Cylindrical-coordinate representation of color #DA6EED: hue angle of 291.02º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6EED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 110 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.02º | 0.78% | 0.68% | - |
| HSV(B) | 291.02º | 0.54% | 0.93% | - |
| XYZ | 49.78 | 32.17 | 83.71 | - |
| YUV | 156.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 237 | 0.08 | 0.54 | 0 | 0.07 | 291.02 | 0.78 | 0.68 |
| Hex | DA | 6E | ED | 8 | 36 | 0 | 7 | 123 | 4E | 44 |
| Octal | 332 | 156 | 355 | 10 | 66 | 0 | 7 | 443 | 116 | 104 |
| Binary | 11011010 | 1101110 | 11101101 | 1000 | 110110 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #DA6EED
Complementary color
Monochromatic Colors of #DA6EED
Black with #DA6EED
Text Example
Text Example
White with #DA6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EED; }
p { color: rgb(218,110,237); }
H1.HeaderClassName
{
color: #DA6EED;
}
.AnyTagClassName
{
color: #DA6EED;
}
</style>
background-color css
<style>
a { background-color: #DA6EED; }
a { background-color: rgb(218,110,237); }
div.DivClassName
{
background-color: #DA6EED;
}
.BgClassName
{
background-color: #DA6EED;
}
</style>
border-color css
<style>
span { border-color: #DA6EED; }
span { border-color: rgb(218,110,237); }
td.TdClassName
{
border-color: #DA6EED;
}
.TagClassName
{
border-color: #DA6EED;
}
</style>