Shades of Heliotrope #DE61F0
Tints of Heliotrope #DE61F0
RGB
CMYK
RGB Variations
Color information
#DE61F0 (or 0xDE61F0) is known color: Heliotrope. HEX triplet: DE, 61 and F0. RGB value is (222,97,240). Sum of RGB (Red+Green+Blue) = 222+97+240=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE61F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE61F0 is #219E0F. Grayscale: #969696. Windows color (decimal): -2203152 or 15753694. OLE color: 15753694.
HSL color Cylindrical-coordinate representation of color #DE61F0: hue angle of 292.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE61F0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 97 | 240 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.06 |
| HSL | 292.45º | 0.83% | 0.66% | - |
| HSV(B) | 292.45º | 0.6% | 0.94% | - |
| XYZ | 50.13 | 30.37 | 85.66 | - |
| YUV | 150.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 240 | 0.08 | 0.60 | 0 | 0.06 | 292.45 | 0.83 | 0.66 |
| Hex | DE | 61 | F0 | 8 | 3C | 0 | 6 | 124 | 53 | 42 |
| Octal | 336 | 141 | 360 | 10 | 74 | 0 | 6 | 444 | 123 | 102 |
| Binary | 11011110 | 1100001 | 11110000 | 1000 | 111100 | 0 | 110 | 100100100 | 1010011 | 1000010 |
Color Harmonies of #DE61F0
Complementary color
Monochromatic Colors of #DE61F0
Black with #DE61F0
Text Example
Text Example
White with #DE61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61F0; }
p { color: rgb(222,97,240); }
H1.HeaderClassName
{
color: #DE61F0;
}
.AnyTagClassName
{
color: #DE61F0;
}
</style>
background-color css
<style>
a { background-color: #DE61F0; }
a { background-color: rgb(222,97,240); }
div.DivClassName
{
background-color: #DE61F0;
}
.BgClassName
{
background-color: #DE61F0;
}
</style>
border-color css
<style>
span { border-color: #DE61F0; }
span { border-color: rgb(222,97,240); }
td.TdClassName
{
border-color: #DE61F0;
}
.TagClassName
{
border-color: #DE61F0;
}
</style>