Shades of Heliotrope #DE60F4
Tints of Heliotrope #DE60F4
RGB
CMYK
RGB Variations
Color information
#DE60F4 (or 0xDE60F4) is known color: Heliotrope. HEX triplet: DE, 60 and F4. RGB value is (222,96,244). Sum of RGB (Red+Green+Blue) = 222+96+244=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE60F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60F4 is #219F0B. Grayscale: #969696. Windows color (decimal): -2203404 or 16015582. OLE color: 16015582.
HSL color Cylindrical-coordinate representation of color #DE60F4: hue angle of 291.08º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE60F4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 96 | 244 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.04 |
| HSL | 291.08º | 0.87% | 0.67% | - |
| HSV(B) | 291.08º | 0.61% | 0.96% | - |
| XYZ | 50.64 | 30.43 | 88.79 | - |
| YUV | 150.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 244 | 0.09 | 0.61 | 0 | 0.04 | 291.08 | 0.87 | 0.67 |
| Hex | DE | 60 | F4 | 9 | 3D | 0 | 4 | 123 | 57 | 43 |
| Octal | 336 | 140 | 364 | 11 | 75 | 0 | 4 | 443 | 127 | 103 |
| Binary | 11011110 | 1100000 | 11110100 | 1001 | 111101 | 0 | 100 | 100100011 | 1010111 | 1000011 |
Color Harmonies of #DE60F4
Complementary color
Monochromatic Colors of #DE60F4
Black with #DE60F4
Text Example
Text Example
White with #DE60F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE60F4; }
p { color: rgb(222,96,244); }
H1.HeaderClassName
{
color: #DE60F4;
}
.AnyTagClassName
{
color: #DE60F4;
}
</style>
background-color css
<style>
a { background-color: #DE60F4; }
a { background-color: rgb(222,96,244); }
div.DivClassName
{
background-color: #DE60F4;
}
.BgClassName
{
background-color: #DE60F4;
}
</style>
border-color css
<style>
span { border-color: #DE60F4; }
span { border-color: rgb(222,96,244); }
td.TdClassName
{
border-color: #DE60F4;
}
.TagClassName
{
border-color: #DE60F4;
}
</style>