Shades of Heliotrope #DF60F3
Tints of Heliotrope #DF60F3
RGB
CMYK
RGB Variations
Color information
#DF60F3 (or 0xDF60F3) is known color: Heliotrope. HEX triplet: DF, 60 and F3. RGB value is (223,96,243). Sum of RGB (Red+Green+Blue) = 223+96+243=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60F3 is #209F0C. Grayscale: #969696. Windows color (decimal): -2137869 or 15950047. OLE color: 15950047.
HSL color Cylindrical-coordinate representation of color #DF60F3: hue angle of 291.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF60F3 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 96 | 243 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.05 |
| HSL | 291.84º | 0.86% | 0.66% | - |
| HSV(B) | 291.84º | 0.6% | 0.95% | - |
| XYZ | 50.79 | 30.52 | 88.01 | - |
| YUV | 150.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 243 | 0.08 | 0.60 | 0 | 0.05 | 291.84 | 0.86 | 0.66 |
| Hex | DF | 60 | F3 | 8 | 3C | 0 | 5 | 124 | 56 | 42 |
| Octal | 337 | 140 | 363 | 10 | 74 | 0 | 5 | 444 | 126 | 102 |
| Binary | 11011111 | 1100000 | 11110011 | 1000 | 111100 | 0 | 101 | 100100100 | 1010110 | 1000010 |
Color Harmonies of #DF60F3
Complementary color
Monochromatic Colors of #DF60F3
Black with #DF60F3
Text Example
Text Example
White with #DF60F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60F3; }
p { color: rgb(223,96,243); }
H1.HeaderClassName
{
color: #DF60F3;
}
.AnyTagClassName
{
color: #DF60F3;
}
</style>
background-color css
<style>
a { background-color: #DF60F3; }
a { background-color: rgb(223,96,243); }
div.DivClassName
{
background-color: #DF60F3;
}
.BgClassName
{
background-color: #DF60F3;
}
</style>
border-color css
<style>
span { border-color: #DF60F3; }
span { border-color: rgb(223,96,243); }
td.TdClassName
{
border-color: #DF60F3;
}
.TagClassName
{
border-color: #DF60F3;
}
</style>