Shades of Heliotrope #DF85F4
Tints of Heliotrope #DF85F4
RGB
CMYK
RGB Variations
Color information
#DF85F4 (or 0xDF85F4) is known color: Heliotrope. HEX triplet: DF, 85 and F4. RGB value is (223,133,244). Sum of RGB (Red+Green+Blue) = 223+133+244=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF85F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F4 is #207A0B. Grayscale: #ACACAC. Windows color (decimal): -2128396 or 16025055. OLE color: 16025055.
HSL color Cylindrical-coordinate representation of color #DF85F4: hue angle of 288.65º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF85F4 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 133 | 244 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.04 |
| HSL | 288.65º | 0.83% | 0.74% | - |
| HSV(B) | 288.65º | 0.45% | 0.96% | - |
| XYZ | 55.15 | 38.99 | 90.21 | - |
| YUV | 172.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 244 | 0.09 | 0.45 | 0 | 0.04 | 288.65 | 0.83 | 0.74 |
| Hex | DF | 85 | F4 | 9 | 2D | 0 | 4 | 121 | 53 | 4A |
| Octal | 337 | 205 | 364 | 11 | 55 | 0 | 4 | 441 | 123 | 112 |
| Binary | 11011111 | 10000101 | 11110100 | 1001 | 101101 | 0 | 100 | 100100001 | 1010011 | 1001010 |
Color Harmonies of #DF85F4
Complementary color
Monochromatic Colors of #DF85F4
Black with #DF85F4
Text Example
Text Example
White with #DF85F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85F4; }
p { color: rgb(223,133,244); }
H1.HeaderClassName
{
color: #DF85F4;
}
.AnyTagClassName
{
color: #DF85F4;
}
</style>
background-color css
<style>
a { background-color: #DF85F4; }
a { background-color: rgb(223,133,244); }
div.DivClassName
{
background-color: #DF85F4;
}
.BgClassName
{
background-color: #DF85F4;
}
</style>
border-color css
<style>
span { border-color: #DF85F4; }
span { border-color: rgb(223,133,244); }
td.TdClassName
{
border-color: #DF85F4;
}
.TagClassName
{
border-color: #DF85F4;
}
</style>