Shades of Heliotrope #DF66F1
Tints of Heliotrope #DF66F1
RGB
CMYK
RGB Variations
Color information
#DF66F1 (or 0xDF66F1) is known color: Heliotrope. HEX triplet: DF, 66 and F1. RGB value is (223,102,241). Sum of RGB (Red+Green+Blue) = 223+102+241=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66F1 is #20990E. Grayscale: #999999. Windows color (decimal): -2136335 or 15820511. OLE color: 15820511.
HSL color Cylindrical-coordinate representation of color #DF66F1: hue angle of 292.23º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF66F1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 102 | 241 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.05 |
| HSL | 292.23º | 0.83% | 0.67% | - |
| HSV(B) | 292.23º | 0.58% | 0.95% | - |
| XYZ | 51.06 | 31.54 | 86.62 | - |
| YUV | 154.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 241 | 0.07 | 0.58 | 0 | 0.05 | 292.23 | 0.83 | 0.67 |
| Hex | DF | 66 | F1 | 7 | 3A | 0 | 5 | 124 | 53 | 43 |
| Octal | 337 | 146 | 361 | 7 | 72 | 0 | 5 | 444 | 123 | 103 |
| Binary | 11011111 | 1100110 | 11110001 | 111 | 111010 | 0 | 101 | 100100100 | 1010011 | 1000011 |
Color Harmonies of #DF66F1
Complementary color
Monochromatic Colors of #DF66F1
Black with #DF66F1
Text Example
Text Example
White with #DF66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66F1; }
p { color: rgb(223,102,241); }
H1.HeaderClassName
{
color: #DF66F1;
}
.AnyTagClassName
{
color: #DF66F1;
}
</style>
background-color css
<style>
a { background-color: #DF66F1; }
a { background-color: rgb(223,102,241); }
div.DivClassName
{
background-color: #DF66F1;
}
.BgClassName
{
background-color: #DF66F1;
}
</style>
border-color css
<style>
span { border-color: #DF66F1; }
span { border-color: rgb(223,102,241); }
td.TdClassName
{
border-color: #DF66F1;
}
.TagClassName
{
border-color: #DF66F1;
}
</style>