Shades of Heliotrope #DA6EFF
Tints of Heliotrope #DA6EFF
RGB
CMYK
RGB Variations
Color information
#DA6EFF (or 0xDA6EFF) is known color: Heliotrope. HEX triplet: DA, 6E and FF. RGB value is (218,110,255). Sum of RGB (Red+Green+Blue) = 218+110+255=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6EFF is #259100. Grayscale: #9E9E9E. Windows color (decimal): -2461953 or 16740058. OLE color: 16740058.
HSL color Cylindrical-coordinate representation of color #DA6EFF: hue angle of 284.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6EFF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 110 | 255 | - |
| CMYK | 0.15 | 0.57 | 0 | 0 |
| HSL | 284.69º | 1% | 0.72% | - |
| HSV(B) | 284.69º | 0.57% | 1% | - |
| XYZ | 52.54 | 33.28 | 98.26 | - |
| YUV | 158.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 255 | 0.15 | 0.57 | 0 | 0 | 284.69 | 1 | 0.72 |
| Hex | DA | 6E | FF | F | 39 | 0 | 0 | 11D | 64 | 48 |
| Octal | 332 | 156 | 377 | 17 | 71 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011010 | 1101110 | 11111111 | 1111 | 111001 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DA6EFF
Complementary color
Monochromatic Colors of #DA6EFF
Black with #DA6EFF
Text Example
Text Example
White with #DA6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EFF; }
p { color: rgb(218,110,255); }
H1.HeaderClassName
{
color: #DA6EFF;
}
.AnyTagClassName
{
color: #DA6EFF;
}
</style>
background-color css
<style>
a { background-color: #DA6EFF; }
a { background-color: rgb(218,110,255); }
div.DivClassName
{
background-color: #DA6EFF;
}
.BgClassName
{
background-color: #DA6EFF;
}
</style>
border-color css
<style>
span { border-color: #DA6EFF; }
span { border-color: rgb(218,110,255); }
td.TdClassName
{
border-color: #DA6EFF;
}
.TagClassName
{
border-color: #DA6EFF;
}
</style>