Shades of Heliotrope #DF91F9
Tints of Heliotrope #DF91F9
RGB
CMYK
RGB Variations
Color information
#DF91F9 (or 0xDF91F9) is known color: Heliotrope. HEX triplet: DF, 91 and F9. RGB value is (223,145,249). Sum of RGB (Red+Green+Blue) = 223+145+249=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91F9 is #206E06. Grayscale: #B3B3B3. Windows color (decimal): -2125319 or 16355807. OLE color: 16355807.
HSL color Cylindrical-coordinate representation of color #DF91F9: hue angle of 285º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF91F9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 145 | 249 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.02 |
| HSL | 285º | 0.9% | 0.77% | - |
| HSV(B) | 285º | 0.42% | 0.98% | - |
| XYZ | 57.66 | 42.78 | 94.84 | - |
| YUV | 180.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 249 | 0.10 | 0.42 | 0 | 0.02 | 285 | 0.9 | 0.77 |
| Hex | DF | 91 | F9 | A | 2A | 0 | 2 | 11D | 5A | 4D |
| Octal | 337 | 221 | 371 | 12 | 52 | 0 | 2 | 435 | 132 | 115 |
| Binary | 11011111 | 10010001 | 11111001 | 1010 | 101010 | 0 | 10 | 100011101 | 1011010 | 1001101 |
Color Harmonies of #DF91F9
Complementary color
Monochromatic Colors of #DF91F9
Black with #DF91F9
Text Example
Text Example
White with #DF91F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91F9; }
p { color: rgb(223,145,249); }
H1.HeaderClassName
{
color: #DF91F9;
}
.AnyTagClassName
{
color: #DF91F9;
}
</style>
background-color css
<style>
a { background-color: #DF91F9; }
a { background-color: rgb(223,145,249); }
div.DivClassName
{
background-color: #DF91F9;
}
.BgClassName
{
background-color: #DF91F9;
}
</style>
border-color css
<style>
span { border-color: #DF91F9; }
span { border-color: rgb(223,145,249); }
td.TdClassName
{
border-color: #DF91F9;
}
.TagClassName
{
border-color: #DF91F9;
}
</style>