Shades of Heliotrope #DF66F2
Tints of Heliotrope #DF66F2
RGB
CMYK
RGB Variations
Color information
#DF66F2 (or 0xDF66F2) is known color: Heliotrope. HEX triplet: DF, 66 and F2. RGB value is (223,102,242). Sum of RGB (Red+Green+Blue) = 223+102+242=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66F2 is #20990D. Grayscale: #999999. Windows color (decimal): -2136334 or 15886047. OLE color: 15886047.
HSL color Cylindrical-coordinate representation of color #DF66F2: hue angle of 291.86º degrees, saturation: 0.84, 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 #DF66F2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 102 | 242 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.05 |
| HSL | 291.86º | 0.84% | 0.67% | - |
| HSV(B) | 291.86º | 0.58% | 0.95% | - |
| XYZ | 51.21 | 31.6 | 87.41 | - |
| YUV | 154.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 242 | 0.08 | 0.58 | 0 | 0.05 | 291.86 | 0.84 | 0.67 |
| Hex | DF | 66 | F2 | 8 | 3A | 0 | 5 | 124 | 54 | 43 |
| Octal | 337 | 146 | 362 | 10 | 72 | 0 | 5 | 444 | 124 | 103 |
| Binary | 11011111 | 1100110 | 11110010 | 1000 | 111010 | 0 | 101 | 100100100 | 1010100 | 1000011 |
Color Harmonies of #DF66F2
Complementary color
Monochromatic Colors of #DF66F2
Black with #DF66F2
Text Example
Text Example
White with #DF66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66F2; }
p { color: rgb(223,102,242); }
H1.HeaderClassName
{
color: #DF66F2;
}
.AnyTagClassName
{
color: #DF66F2;
}
</style>
background-color css
<style>
a { background-color: #DF66F2; }
a { background-color: rgb(223,102,242); }
div.DivClassName
{
background-color: #DF66F2;
}
.BgClassName
{
background-color: #DF66F2;
}
</style>
border-color css
<style>
span { border-color: #DF66F2; }
span { border-color: rgb(223,102,242); }
td.TdClassName
{
border-color: #DF66F2;
}
.TagClassName
{
border-color: #DF66F2;
}
</style>