Shades of Heliotrope #DF85F7
Tints of Heliotrope #DF85F7
RGB
CMYK
RGB Variations
Color information
#DF85F7 (or 0xDF85F7) is known color: Heliotrope. HEX triplet: DF, 85 and F7. RGB value is (223,133,247). Sum of RGB (Red+Green+Blue) = 223+133+247=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF85F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F7 is #207A08. Grayscale: #ACACAC. Windows color (decimal): -2128393 or 16221663. OLE color: 16221663.
HSL color Cylindrical-coordinate representation of color #DF85F7: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF85F7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 133 | 247 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.03 |
| HSL | 287.37º | 0.88% | 0.75% | - |
| HSV(B) | 287.37º | 0.46% | 0.97% | - |
| XYZ | 55.61 | 39.18 | 92.63 | - |
| YUV | 172.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 247 | 0.10 | 0.46 | 0 | 0.03 | 287.37 | 0.88 | 0.75 |
| Hex | DF | 85 | F7 | A | 2E | 0 | 3 | 11F | 58 | 4B |
| Octal | 337 | 205 | 367 | 12 | 56 | 0 | 3 | 437 | 130 | 113 |
| Binary | 11011111 | 10000101 | 11110111 | 1010 | 101110 | 0 | 11 | 100011111 | 1011000 | 1001011 |
Color Harmonies of #DF85F7
Complementary color
Monochromatic Colors of #DF85F7
Black with #DF85F7
Text Example
Text Example
White with #DF85F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85F7; }
p { color: rgb(223,133,247); }
H1.HeaderClassName
{
color: #DF85F7;
}
.AnyTagClassName
{
color: #DF85F7;
}
</style>
background-color css
<style>
a { background-color: #DF85F7; }
a { background-color: rgb(223,133,247); }
div.DivClassName
{
background-color: #DF85F7;
}
.BgClassName
{
background-color: #DF85F7;
}
</style>
border-color css
<style>
span { border-color: #DF85F7; }
span { border-color: rgb(223,133,247); }
td.TdClassName
{
border-color: #DF85F7;
}
.TagClassName
{
border-color: #DF85F7;
}
</style>