Shades of Heliotrope #DF64F7
Tints of Heliotrope #DF64F7
RGB
CMYK
RGB Variations
Color information
#DF64F7 (or 0xDF64F7) is known color: Heliotrope. HEX triplet: DF, 64 and F7. RGB value is (223,100,247). Sum of RGB (Red+Green+Blue) = 223+100+247=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF64F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64F7 is #209B08. Grayscale: #999999. Windows color (decimal): -2136841 or 16213215. OLE color: 16213215.
HSL color Cylindrical-coordinate representation of color #DF64F7: hue angle of 290.2º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF64F7 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 100 | 247 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.03 |
| HSL | 290.2º | 0.9% | 0.68% | - |
| HSV(B) | 290.2º | 0.6% | 0.97% | - |
| XYZ | 51.78 | 31.52 | 91.35 | - |
| YUV | 153.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 247 | 0.10 | 0.60 | 0 | 0.03 | 290.2 | 0.9 | 0.68 |
| Hex | DF | 64 | F7 | A | 3C | 0 | 3 | 122 | 5A | 44 |
| Octal | 337 | 144 | 367 | 12 | 74 | 0 | 3 | 442 | 132 | 104 |
| Binary | 11011111 | 1100100 | 11110111 | 1010 | 111100 | 0 | 11 | 100100010 | 1011010 | 1000100 |
Color Harmonies of #DF64F7
Complementary color
Monochromatic Colors of #DF64F7
Black with #DF64F7
Text Example
Text Example
White with #DF64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64F7; }
p { color: rgb(223,100,247); }
H1.HeaderClassName
{
color: #DF64F7;
}
.AnyTagClassName
{
color: #DF64F7;
}
</style>
background-color css
<style>
a { background-color: #DF64F7; }
a { background-color: rgb(223,100,247); }
div.DivClassName
{
background-color: #DF64F7;
}
.BgClassName
{
background-color: #DF64F7;
}
</style>
border-color css
<style>
span { border-color: #DF64F7; }
span { border-color: rgb(223,100,247); }
td.TdClassName
{
border-color: #DF64F7;
}
.TagClassName
{
border-color: #DF64F7;
}
</style>