Shades of Heliotrope #DA86FF
Tints of Heliotrope #DA86FF
RGB
CMYK
RGB Variations
Color information
#DA86FF (or 0xDA86FF) is known color: Heliotrope. HEX triplet: DA, 86 and FF. RGB value is (218,134,255). Sum of RGB (Red+Green+Blue) = 218+134+255=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA86FF is #257900. Grayscale: #ACACAC. Windows color (decimal): -2455809 or 16746202. OLE color: 16746202.
HSL color Cylindrical-coordinate representation of color #DA86FF: hue angle of 281.65º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA86FF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 134 | 255 | - |
| CMYK | 0.15 | 0.47 | 0 | 0 |
| HSL | 281.65º | 1% | 0.76% | - |
| HSV(B) | 281.65º | 0.47% | 1% | - |
| XYZ | 55.49 | 39.18 | 99.24 | - |
| YUV | 172.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 255 | 0.15 | 0.47 | 0 | 0 | 281.65 | 1 | 0.76 |
| Hex | DA | 86 | FF | F | 2F | 0 | 0 | 11A | 64 | 4C |
| Octal | 332 | 206 | 377 | 17 | 57 | 0 | 0 | 432 | 144 | 114 |
| Binary | 11011010 | 10000110 | 11111111 | 1111 | 101111 | 0 | 0 | 100011010 | 1100100 | 1001100 |
Color Harmonies of #DA86FF
Complementary color
Monochromatic Colors of #DA86FF
Black with #DA86FF
Text Example
Text Example
White with #DA86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86FF; }
p { color: rgb(218,134,255); }
H1.HeaderClassName
{
color: #DA86FF;
}
.AnyTagClassName
{
color: #DA86FF;
}
</style>
background-color css
<style>
a { background-color: #DA86FF; }
a { background-color: rgb(218,134,255); }
div.DivClassName
{
background-color: #DA86FF;
}
.BgClassName
{
background-color: #DA86FF;
}
</style>
border-color css
<style>
span { border-color: #DA86FF; }
span { border-color: rgb(218,134,255); }
td.TdClassName
{
border-color: #DA86FF;
}
.TagClassName
{
border-color: #DA86FF;
}
</style>