Shades of Heliotrope #DA86FE
Tints of Heliotrope #DA86FE
RGB
CMYK
RGB Variations
Color information
#DA86FE (or 0xDA86FE) is known color: Heliotrope. HEX triplet: DA, 86 and FE. RGB value is (218,134,254). Sum of RGB (Red+Green+Blue) = 218+134+254=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86FE is #257901. Grayscale: #ACACAC. Windows color (decimal): -2455810 or 16680666. OLE color: 16680666.
HSL color Cylindrical-coordinate representation of color #DA86FE: hue angle of 282º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA86FE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 134 | 254 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.00 |
| HSL | 282º | 0.98% | 0.76% | - |
| HSV(B) | 282º | 0.47% | 1% | - |
| XYZ | 55.33 | 39.11 | 98.4 | - |
| YUV | 172.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 254 | 0.14 | 0.47 | 0 | 0.00 | 282 | 0.98 | 0.76 |
| Hex | DA | 86 | FE | E | 2F | 0 | 0 | 11A | 62 | 4C |
| Octal | 332 | 206 | 376 | 16 | 57 | 0 | 0 | 432 | 142 | 114 |
| Binary | 11011010 | 10000110 | 11111110 | 1110 | 101111 | 0 | 0 | 100011010 | 1100010 | 1001100 |
Color Harmonies of #DA86FE
Complementary color
Monochromatic Colors of #DA86FE
Black with #DA86FE
Text Example
Text Example
White with #DA86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86FE; }
p { color: rgb(218,134,254); }
H1.HeaderClassName
{
color: #DA86FE;
}
.AnyTagClassName
{
color: #DA86FE;
}
</style>
background-color css
<style>
a { background-color: #DA86FE; }
a { background-color: rgb(218,134,254); }
div.DivClassName
{
background-color: #DA86FE;
}
.BgClassName
{
background-color: #DA86FE;
}
</style>
border-color css
<style>
span { border-color: #DA86FE; }
span { border-color: rgb(218,134,254); }
td.TdClassName
{
border-color: #DA86FE;
}
.TagClassName
{
border-color: #DA86FE;
}
</style>