Shades of Heliotrope #DA8EFE
Tints of Heliotrope #DA8EFE
RGB
CMYK
RGB Variations
Color information
#DA8EFE (or 0xDA8EFE) is known color: Heliotrope. HEX triplet: DA, 8E and FE. RGB value is (218,142,254). Sum of RGB (Red+Green+Blue) = 218+142+254=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8EFE is #257101. Grayscale: #B1B1B1. Windows color (decimal): -2453762 or 16682714. OLE color: 16682714.
HSL color Cylindrical-coordinate representation of color #DA8EFE: hue angle of 280.71º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8EFE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 142 | 254 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.00 |
| HSL | 280.71º | 0.98% | 0.78% | - |
| HSV(B) | 280.71º | 0.44% | 1% | - |
| XYZ | 56.48 | 41.41 | 98.78 | - |
| YUV | 177.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 254 | 0.14 | 0.44 | 0 | 0.00 | 280.71 | 0.98 | 0.78 |
| Hex | DA | 8E | FE | E | 2C | 0 | 0 | 119 | 62 | 4E |
| Octal | 332 | 216 | 376 | 16 | 54 | 0 | 0 | 431 | 142 | 116 |
| Binary | 11011010 | 10001110 | 11111110 | 1110 | 101100 | 0 | 0 | 100011001 | 1100010 | 1001110 |
Color Harmonies of #DA8EFE
Complementary color
Monochromatic Colors of #DA8EFE
Black with #DA8EFE
Text Example
Text Example
White with #DA8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EFE; }
p { color: rgb(218,142,254); }
H1.HeaderClassName
{
color: #DA8EFE;
}
.AnyTagClassName
{
color: #DA8EFE;
}
</style>
background-color css
<style>
a { background-color: #DA8EFE; }
a { background-color: rgb(218,142,254); }
div.DivClassName
{
background-color: #DA8EFE;
}
.BgClassName
{
background-color: #DA8EFE;
}
</style>
border-color css
<style>
span { border-color: #DA8EFE; }
span { border-color: rgb(218,142,254); }
td.TdClassName
{
border-color: #DA8EFE;
}
.TagClassName
{
border-color: #DA8EFE;
}
</style>