Shades of Heliotrope #DF68F4
Tints of Heliotrope #DF68F4
RGB
CMYK
RGB Variations
Color information
#DF68F4 (or 0xDF68F4) is known color: Heliotrope. HEX triplet: DF, 68 and F4. RGB value is (223,104,244). Sum of RGB (Red+Green+Blue) = 223+104+244=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68F4 is #20970B. Grayscale: #9B9B9B. Windows color (decimal): -2135820 or 16017631. OLE color: 16017631.
HSL color Cylindrical-coordinate representation of color #DF68F4: hue angle of 291º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF68F4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 104 | 244 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.04 |
| HSL | 291º | 0.86% | 0.68% | - |
| HSV(B) | 291º | 0.57% | 0.96% | - |
| XYZ | 51.71 | 32.12 | 89.06 | - |
| YUV | 155.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 244 | 0.09 | 0.57 | 0 | 0.04 | 291 | 0.86 | 0.68 |
| Hex | DF | 68 | F4 | 9 | 39 | 0 | 4 | 123 | 56 | 44 |
| Octal | 337 | 150 | 364 | 11 | 71 | 0 | 4 | 443 | 126 | 104 |
| Binary | 11011111 | 1101000 | 11110100 | 1001 | 111001 | 0 | 100 | 100100011 | 1010110 | 1000100 |
Color Harmonies of #DF68F4
Complementary color
Monochromatic Colors of #DF68F4
Black with #DF68F4
Text Example
Text Example
White with #DF68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68F4; }
p { color: rgb(223,104,244); }
H1.HeaderClassName
{
color: #DF68F4;
}
.AnyTagClassName
{
color: #DF68F4;
}
</style>
background-color css
<style>
a { background-color: #DF68F4; }
a { background-color: rgb(223,104,244); }
div.DivClassName
{
background-color: #DF68F4;
}
.BgClassName
{
background-color: #DF68F4;
}
</style>
border-color css
<style>
span { border-color: #DF68F4; }
span { border-color: rgb(223,104,244); }
td.TdClassName
{
border-color: #DF68F4;
}
.TagClassName
{
border-color: #DF68F4;
}
</style>