Shades of Heliotrope #DF68F1
Tints of Heliotrope #DF68F1
RGB
CMYK
RGB Variations
Color information
#DF68F1 (or 0xDF68F1) is known color: Heliotrope. HEX triplet: DF, 68 and F1. RGB value is (223,104,241). Sum of RGB (Red+Green+Blue) = 223+104+241=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68F1 is #20970E. Grayscale: #9A9A9A. Windows color (decimal): -2135823 or 15821023. OLE color: 15821023.
HSL color Cylindrical-coordinate representation of color #DF68F1: hue angle of 292.12º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF68F1 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 104 | 241 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.05 |
| HSL | 292.12º | 0.83% | 0.68% | - |
| HSV(B) | 292.12º | 0.57% | 0.95% | - |
| XYZ | 51.26 | 31.94 | 86.68 | - |
| YUV | 155.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 241 | 0.07 | 0.57 | 0 | 0.05 | 292.12 | 0.83 | 0.68 |
| Hex | DF | 68 | F1 | 7 | 39 | 0 | 5 | 124 | 53 | 44 |
| Octal | 337 | 150 | 361 | 7 | 71 | 0 | 5 | 444 | 123 | 104 |
| Binary | 11011111 | 1101000 | 11110001 | 111 | 111001 | 0 | 101 | 100100100 | 1010011 | 1000100 |
Color Harmonies of #DF68F1
Complementary color
Monochromatic Colors of #DF68F1
Black with #DF68F1
Text Example
Text Example
White with #DF68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68F1; }
p { color: rgb(223,104,241); }
H1.HeaderClassName
{
color: #DF68F1;
}
.AnyTagClassName
{
color: #DF68F1;
}
</style>
background-color css
<style>
a { background-color: #DF68F1; }
a { background-color: rgb(223,104,241); }
div.DivClassName
{
background-color: #DF68F1;
}
.BgClassName
{
background-color: #DF68F1;
}
</style>
border-color css
<style>
span { border-color: #DF68F1; }
span { border-color: rgb(223,104,241); }
td.TdClassName
{
border-color: #DF68F1;
}
.TagClassName
{
border-color: #DF68F1;
}
</style>