Shades of Heliotrope #DF60FE
Tints of Heliotrope #DF60FE
RGB
CMYK
RGB Variations
Color information
#DF60FE (or 0xDF60FE) is known color: Heliotrope. HEX triplet: DF, 60 and FE. RGB value is (223,96,254). Sum of RGB (Red+Green+Blue) = 223+96+254=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60FE is #209F01. Grayscale: #979797. Windows color (decimal): -2137858 or 16670943. OLE color: 16670943.
HSL color Cylindrical-coordinate representation of color #DF60FE: hue angle of 288.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF60FE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 96 | 254 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.00 |
| HSL | 288.23º | 0.99% | 0.69% | - |
| HSV(B) | 288.23º | 0.62% | 1% | - |
| XYZ | 52.5 | 31.21 | 97.02 | - |
| YUV | 151.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 254 | 0.12 | 0.62 | 0 | 0.00 | 288.23 | 0.99 | 0.69 |
| Hex | DF | 60 | FE | C | 3E | 0 | 0 | 120 | 63 | 45 |
| Octal | 337 | 140 | 376 | 14 | 76 | 0 | 0 | 440 | 143 | 105 |
| Binary | 11011111 | 1100000 | 11111110 | 1100 | 111110 | 0 | 0 | 100100000 | 1100011 | 1000101 |
Color Harmonies of #DF60FE
Complementary color
Monochromatic Colors of #DF60FE
Black with #DF60FE
Text Example
Text Example
White with #DF60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60FE; }
p { color: rgb(223,96,254); }
H1.HeaderClassName
{
color: #DF60FE;
}
.AnyTagClassName
{
color: #DF60FE;
}
</style>
background-color css
<style>
a { background-color: #DF60FE; }
a { background-color: rgb(223,96,254); }
div.DivClassName
{
background-color: #DF60FE;
}
.BgClassName
{
background-color: #DF60FE;
}
</style>
border-color css
<style>
span { border-color: #DF60FE; }
span { border-color: rgb(223,96,254); }
td.TdClassName
{
border-color: #DF60FE;
}
.TagClassName
{
border-color: #DF60FE;
}
</style>