Shades of Heliotrope #DF85F8
Tints of Heliotrope #DF85F8
RGB
CMYK
RGB Variations
Color information
#DF85F8 (or 0xDF85F8) is known color: Heliotrope. HEX triplet: DF, 85 and F8. RGB value is (223,133,248). Sum of RGB (Red+Green+Blue) = 223+133+248=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF85F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85F8 is #207A07. Grayscale: #ACACAC. Windows color (decimal): -2128392 or 16287199. OLE color: 16287199.
HSL color Cylindrical-coordinate representation of color #DF85F8: hue angle of 286.96º degrees, saturation: 0.89, 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 #DF85F8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 133 | 248 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.03 |
| HSL | 286.96º | 0.89% | 0.75% | - |
| HSV(B) | 286.96º | 0.46% | 0.97% | - |
| XYZ | 55.76 | 39.24 | 93.44 | - |
| YUV | 173.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 248 | 0.10 | 0.46 | 0 | 0.03 | 286.96 | 0.89 | 0.75 |
| Hex | DF | 85 | F8 | A | 2E | 0 | 3 | 11F | 59 | 4B |
| Octal | 337 | 205 | 370 | 12 | 56 | 0 | 3 | 437 | 131 | 113 |
| Binary | 11011111 | 10000101 | 11111000 | 1010 | 101110 | 0 | 11 | 100011111 | 1011001 | 1001011 |
Color Harmonies of #DF85F8
Complementary color
Monochromatic Colors of #DF85F8
Black with #DF85F8
Text Example
Text Example
White with #DF85F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85F8; }
p { color: rgb(223,133,248); }
H1.HeaderClassName
{
color: #DF85F8;
}
.AnyTagClassName
{
color: #DF85F8;
}
</style>
background-color css
<style>
a { background-color: #DF85F8; }
a { background-color: rgb(223,133,248); }
div.DivClassName
{
background-color: #DF85F8;
}
.BgClassName
{
background-color: #DF85F8;
}
</style>
border-color css
<style>
span { border-color: #DF85F8; }
span { border-color: rgb(223,133,248); }
td.TdClassName
{
border-color: #DF85F8;
}
.TagClassName
{
border-color: #DF85F8;
}
</style>