Shades of Heliotrope #DA8EFF
Tints of Heliotrope #DA8EFF
RGB
CMYK
RGB Variations
Color information
#DA8EFF (or 0xDA8EFF) is known color: Heliotrope. HEX triplet: DA, 8E and FF. RGB value is (218,142,255). Sum of RGB (Red+Green+Blue) = 218+142+255=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8EFF is #257100. Grayscale: #B1B1B1. Windows color (decimal): -2453761 or 16748250. OLE color: 16748250.
HSL color Cylindrical-coordinate representation of color #DA8EFF: hue angle of 280.35º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8EFF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 142 | 255 | - |
| CMYK | 0.15 | 0.44 | 0 | 0 |
| HSL | 280.35º | 1% | 0.78% | - |
| HSV(B) | 280.35º | 0.44% | 1% | - |
| XYZ | 56.64 | 41.47 | 99.63 | - |
| YUV | 177.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 255 | 0.15 | 0.44 | 0 | 0 | 280.35 | 1 | 0.78 |
| Hex | DA | 8E | FF | F | 2C | 0 | 0 | 118 | 64 | 4E |
| Octal | 332 | 216 | 377 | 17 | 54 | 0 | 0 | 430 | 144 | 116 |
| Binary | 11011010 | 10001110 | 11111111 | 1111 | 101100 | 0 | 0 | 100011000 | 1100100 | 1001110 |
Color Harmonies of #DA8EFF
Complementary color
Monochromatic Colors of #DA8EFF
Black with #DA8EFF
Text Example
Text Example
White with #DA8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EFF; }
p { color: rgb(218,142,255); }
H1.HeaderClassName
{
color: #DA8EFF;
}
.AnyTagClassName
{
color: #DA8EFF;
}
</style>
background-color css
<style>
a { background-color: #DA8EFF; }
a { background-color: rgb(218,142,255); }
div.DivClassName
{
background-color: #DA8EFF;
}
.BgClassName
{
background-color: #DA8EFF;
}
</style>
border-color css
<style>
span { border-color: #DA8EFF; }
span { border-color: rgb(218,142,255); }
td.TdClassName
{
border-color: #DA8EFF;
}
.TagClassName
{
border-color: #DA8EFF;
}
</style>