Shades of Heliotrope #DF64F3
Tints of Heliotrope #DF64F3
RGB
CMYK
RGB Variations
Color information
#DF64F3 (or 0xDF64F3) is known color: Heliotrope. HEX triplet: DF, 64 and F3. RGB value is (223,100,243). Sum of RGB (Red+Green+Blue) = 223+100+243=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF64F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64F3 is #209B0C. Grayscale: #989898. Windows color (decimal): -2136845 or 15951071. OLE color: 15951071.
HSL color Cylindrical-coordinate representation of color #DF64F3: hue angle of 291.61º degrees, saturation: 0.86, 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 #DF64F3 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 100 | 243 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.05 |
| HSL | 291.61º | 0.86% | 0.67% | - |
| HSV(B) | 291.61º | 0.59% | 0.95% | - |
| XYZ | 51.17 | 31.27 | 88.13 | - |
| YUV | 153.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 243 | 0.08 | 0.59 | 0 | 0.05 | 291.61 | 0.86 | 0.67 |
| Hex | DF | 64 | F3 | 8 | 3B | 0 | 5 | 124 | 56 | 43 |
| Octal | 337 | 144 | 363 | 10 | 73 | 0 | 5 | 444 | 126 | 103 |
| Binary | 11011111 | 1100100 | 11110011 | 1000 | 111011 | 0 | 101 | 100100100 | 1010110 | 1000011 |
Color Harmonies of #DF64F3
Complementary color
Monochromatic Colors of #DF64F3
Black with #DF64F3
Text Example
Text Example
White with #DF64F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64F3; }
p { color: rgb(223,100,243); }
H1.HeaderClassName
{
color: #DF64F3;
}
.AnyTagClassName
{
color: #DF64F3;
}
</style>
background-color css
<style>
a { background-color: #DF64F3; }
a { background-color: rgb(223,100,243); }
div.DivClassName
{
background-color: #DF64F3;
}
.BgClassName
{
background-color: #DF64F3;
}
</style>
border-color css
<style>
span { border-color: #DF64F3; }
span { border-color: rgb(223,100,243); }
td.TdClassName
{
border-color: #DF64F3;
}
.TagClassName
{
border-color: #DF64F3;
}
</style>