Shades of Heliotrope #DF64F1
Tints of Heliotrope #DF64F1
RGB
CMYK
RGB Variations
Color information
#DF64F1 (or 0xDF64F1) is known color: Heliotrope. HEX triplet: DF, 64 and F1. RGB value is (223,100,241). Sum of RGB (Red+Green+Blue) = 223+100+241=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF64F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64F1 is #209B0E. Grayscale: #989898. Windows color (decimal): -2136847 or 15819999. OLE color: 15819999.
HSL color Cylindrical-coordinate representation of color #DF64F1: hue angle of 292.34º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF64F1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 100 | 241 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.05 |
| HSL | 292.34º | 0.83% | 0.67% | - |
| HSV(B) | 292.34º | 0.59% | 0.95% | - |
| XYZ | 50.87 | 31.15 | 86.55 | - |
| YUV | 152.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 241 | 0.07 | 0.59 | 0 | 0.05 | 292.34 | 0.83 | 0.67 |
| Hex | DF | 64 | F1 | 7 | 3B | 0 | 5 | 124 | 53 | 43 |
| Octal | 337 | 144 | 361 | 7 | 73 | 0 | 5 | 444 | 123 | 103 |
| Binary | 11011111 | 1100100 | 11110001 | 111 | 111011 | 0 | 101 | 100100100 | 1010011 | 1000011 |
Color Harmonies of #DF64F1
Complementary color
Monochromatic Colors of #DF64F1
Black with #DF64F1
Text Example
Text Example
White with #DF64F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64F1; }
p { color: rgb(223,100,241); }
H1.HeaderClassName
{
color: #DF64F1;
}
.AnyTagClassName
{
color: #DF64F1;
}
</style>
background-color css
<style>
a { background-color: #DF64F1; }
a { background-color: rgb(223,100,241); }
div.DivClassName
{
background-color: #DF64F1;
}
.BgClassName
{
background-color: #DF64F1;
}
</style>
border-color css
<style>
span { border-color: #DF64F1; }
span { border-color: rgb(223,100,241); }
td.TdClassName
{
border-color: #DF64F1;
}
.TagClassName
{
border-color: #DF64F1;
}
</style>