Shades of Heliotrope #DF60F9
Tints of Heliotrope #DF60F9
RGB
CMYK
RGB Variations
Color information
#DF60F9 (or 0xDF60F9) is known color: Heliotrope. HEX triplet: DF, 60 and F9. RGB value is (223,96,249). Sum of RGB (Red+Green+Blue) = 223+96+249=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60F9 is #209F06. Grayscale: #969696. Windows color (decimal): -2137863 or 16343263. OLE color: 16343263.
HSL color Cylindrical-coordinate representation of color #DF60F9: hue angle of 289.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF60F9 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 96 | 249 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.02 |
| HSL | 289.8º | 0.93% | 0.68% | - |
| HSV(B) | 289.8º | 0.61% | 0.98% | - |
| XYZ | 51.71 | 30.89 | 92.86 | - |
| YUV | 151.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 249 | 0.10 | 0.61 | 0 | 0.02 | 289.8 | 0.93 | 0.68 |
| Hex | DF | 60 | F9 | A | 3D | 0 | 2 | 122 | 5D | 44 |
| Octal | 337 | 140 | 371 | 12 | 75 | 0 | 2 | 442 | 135 | 104 |
| Binary | 11011111 | 1100000 | 11111001 | 1010 | 111101 | 0 | 10 | 100100010 | 1011101 | 1000100 |
Color Harmonies of #DF60F9
Complementary color
Monochromatic Colors of #DF60F9
Black with #DF60F9
Text Example
Text Example
White with #DF60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60F9; }
p { color: rgb(223,96,249); }
H1.HeaderClassName
{
color: #DF60F9;
}
.AnyTagClassName
{
color: #DF60F9;
}
</style>
background-color css
<style>
a { background-color: #DF60F9; }
a { background-color: rgb(223,96,249); }
div.DivClassName
{
background-color: #DF60F9;
}
.BgClassName
{
background-color: #DF60F9;
}
</style>
border-color css
<style>
span { border-color: #DF60F9; }
span { border-color: rgb(223,96,249); }
td.TdClassName
{
border-color: #DF60F9;
}
.TagClassName
{
border-color: #DF60F9;
}
</style>