Shades of Heliotrope #DF86FF
Tints of Heliotrope #DF86FF
RGB
CMYK
RGB Variations
Color information
#DF86FF (or 0xDF86FF) is known color: Heliotrope. HEX triplet: DF, 86 and FF. RGB value is (223,134,255). Sum of RGB (Red+Green+Blue) = 223+134+255=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF86FF is #207900. Grayscale: #AEAEAE. Windows color (decimal): -2128129 or 16746207. OLE color: 16746207.
HSL color Cylindrical-coordinate representation of color #DF86FF: hue angle of 284.13º 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 #DF86FF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 134 | 255 | - |
| CMYK | 0.13 | 0.47 | 0 | 0 |
| HSL | 284.13º | 1% | 0.76% | - |
| HSV(B) | 284.13º | 0.47% | 1% | - |
| XYZ | 57.01 | 39.96 | 99.32 | - |
| YUV | 174.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 255 | 0.13 | 0.47 | 0 | 0 | 284.13 | 1 | 0.76 |
| Hex | DF | 86 | FF | D | 2F | 0 | 0 | 11C | 64 | 4C |
| Octal | 337 | 206 | 377 | 15 | 57 | 0 | 0 | 434 | 144 | 114 |
| Binary | 11011111 | 10000110 | 11111111 | 1101 | 101111 | 0 | 0 | 100011100 | 1100100 | 1001100 |
Color Harmonies of #DF86FF
Complementary color
Monochromatic Colors of #DF86FF
Black with #DF86FF
Text Example
Text Example
White with #DF86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86FF; }
p { color: rgb(223,134,255); }
H1.HeaderClassName
{
color: #DF86FF;
}
.AnyTagClassName
{
color: #DF86FF;
}
</style>
background-color css
<style>
a { background-color: #DF86FF; }
a { background-color: rgb(223,134,255); }
div.DivClassName
{
background-color: #DF86FF;
}
.BgClassName
{
background-color: #DF86FF;
}
</style>
border-color css
<style>
span { border-color: #DF86FF; }
span { border-color: rgb(223,134,255); }
td.TdClassName
{
border-color: #DF86FF;
}
.TagClassName
{
border-color: #DF86FF;
}
</style>