Shades of Heliotrope #DF85F6
Tints of Heliotrope #DF85F6
RGB
CMYK
RGB Variations
Color information
#DF85F6 (or 0xDF85F6) is known color: Heliotrope. HEX triplet: DF, 85 and F6. RGB value is (223,133,246). Sum of RGB (Red+Green+Blue) = 223+133+246=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F6 is #207A09. Grayscale: #ACACAC. Windows color (decimal): -2128394 or 16156127. OLE color: 16156127.
HSL color Cylindrical-coordinate representation of color #DF85F6: hue angle of 287.79º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF85F6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 133 | 246 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.04 |
| HSL | 287.79º | 0.86% | 0.74% | - |
| HSV(B) | 287.79º | 0.46% | 0.96% | - |
| XYZ | 55.45 | 39.12 | 91.82 | - |
| YUV | 172.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 246 | 0.09 | 0.46 | 0 | 0.04 | 287.79 | 0.86 | 0.74 |
| Hex | DF | 85 | F6 | 9 | 2E | 0 | 4 | 120 | 56 | 4A |
| Octal | 337 | 205 | 366 | 11 | 56 | 0 | 4 | 440 | 126 | 112 |
| Binary | 11011111 | 10000101 | 11110110 | 1001 | 101110 | 0 | 100 | 100100000 | 1010110 | 1001010 |
Color Harmonies of #DF85F6
Complementary color
Monochromatic Colors of #DF85F6
Black with #DF85F6
Text Example
Text Example
White with #DF85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85F6; }
p { color: rgb(223,133,246); }
H1.HeaderClassName
{
color: #DF85F6;
}
.AnyTagClassName
{
color: #DF85F6;
}
</style>
background-color css
<style>
a { background-color: #DF85F6; }
a { background-color: rgb(223,133,246); }
div.DivClassName
{
background-color: #DF85F6;
}
.BgClassName
{
background-color: #DF85F6;
}
</style>
border-color css
<style>
span { border-color: #DF85F6; }
span { border-color: rgb(223,133,246); }
td.TdClassName
{
border-color: #DF85F6;
}
.TagClassName
{
border-color: #DF85F6;
}
</style>