Shades of Heliotrope #DA8EFB
Tints of Heliotrope #DA8EFB
RGB
CMYK
RGB Variations
Color information
#DA8EFB (or 0xDA8EFB) is known color: Heliotrope. HEX triplet: DA, 8E and FB. RGB value is (218,142,251). Sum of RGB (Red+Green+Blue) = 218+142+251=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8EFB is #257104. Grayscale: #B0B0B0. Windows color (decimal): -2453765 or 16486106. OLE color: 16486106.
HSL color Cylindrical-coordinate representation of color #DA8EFB: hue angle of 281.83º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA8EFB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 142 | 251 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.02 |
| HSL | 281.83º | 0.93% | 0.77% | - |
| HSV(B) | 281.83º | 0.43% | 0.98% | - |
| XYZ | 56 | 41.22 | 96.27 | - |
| YUV | 177.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 251 | 0.13 | 0.43 | 0 | 0.02 | 281.83 | 0.93 | 0.77 |
| Hex | DA | 8E | FB | D | 2B | 0 | 2 | 11A | 5D | 4D |
| Octal | 332 | 216 | 373 | 15 | 53 | 0 | 2 | 432 | 135 | 115 |
| Binary | 11011010 | 10001110 | 11111011 | 1101 | 101011 | 0 | 10 | 100011010 | 1011101 | 1001101 |
Color Harmonies of #DA8EFB
Complementary color
Monochromatic Colors of #DA8EFB
Black with #DA8EFB
Text Example
Text Example
White with #DA8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EFB; }
p { color: rgb(218,142,251); }
H1.HeaderClassName
{
color: #DA8EFB;
}
.AnyTagClassName
{
color: #DA8EFB;
}
</style>
background-color css
<style>
a { background-color: #DA8EFB; }
a { background-color: rgb(218,142,251); }
div.DivClassName
{
background-color: #DA8EFB;
}
.BgClassName
{
background-color: #DA8EFB;
}
</style>
border-color css
<style>
span { border-color: #DA8EFB; }
span { border-color: rgb(218,142,251); }
td.TdClassName
{
border-color: #DA8EFB;
}
.TagClassName
{
border-color: #DA8EFB;
}
</style>