Shades of Heliotrope #DF55F7
Tints of Heliotrope #DF55F7
RGB
CMYK
RGB Variations
Color information
#DF55F7 (or 0xDF55F7) is known color: Heliotrope. HEX triplet: DF, 55 and F7. RGB value is (223,85,247). Sum of RGB (Red+Green+Blue) = 223+85+247=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF55F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55F7 is #20AA08. Grayscale: #909090. Windows color (decimal): -2140681 or 16209375. OLE color: 16209375.
HSL color Cylindrical-coordinate representation of color #DF55F7: hue angle of 291.11º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF55F7 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 85 | 247 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.03 |
| HSL | 291.11º | 0.91% | 0.65% | - |
| HSV(B) | 291.11º | 0.66% | 0.97% | - |
| XYZ | 50.47 | 28.9 | 90.91 | - |
| YUV | 144.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 247 | 0.10 | 0.66 | 0 | 0.03 | 291.11 | 0.91 | 0.65 |
| Hex | DF | 55 | F7 | A | 42 | 0 | 3 | 123 | 5B | 41 |
| Octal | 337 | 125 | 367 | 12 | 102 | 0 | 3 | 443 | 133 | 101 |
| Binary | 11011111 | 1010101 | 11110111 | 1010 | 1000010 | 0 | 11 | 100100011 | 1011011 | 1000001 |
Color Harmonies of #DF55F7
Complementary color
Monochromatic Colors of #DF55F7
Black with #DF55F7
Text Example
Text Example
White with #DF55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55F7; }
p { color: rgb(223,85,247); }
H1.HeaderClassName
{
color: #DF55F7;
}
.AnyTagClassName
{
color: #DF55F7;
}
</style>
background-color css
<style>
a { background-color: #DF55F7; }
a { background-color: rgb(223,85,247); }
div.DivClassName
{
background-color: #DF55F7;
}
.BgClassName
{
background-color: #DF55F7;
}
</style>
border-color css
<style>
span { border-color: #DF55F7; }
span { border-color: rgb(223,85,247); }
td.TdClassName
{
border-color: #DF55F7;
}
.TagClassName
{
border-color: #DF55F7;
}
</style>