Shades of Heliotrope #DE61F7
Tints of Heliotrope #DE61F7
RGB
CMYK
RGB Variations
Color information
#DE61F7 (or 0xDE61F7) is known color: Heliotrope. HEX triplet: DE, 61 and F7. RGB value is (222,97,247). Sum of RGB (Red+Green+Blue) = 222+97+247=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 97 (38.28% from 255 or 17.14% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #DE61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE61F7 is #219E08. Grayscale: #979797. Windows color (decimal): -2203145 or 16212446. OLE color: 16212446.
HSL color Cylindrical-coordinate representation of color #DE61F7: hue angle of 290º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE61F7 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 97 | 247 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.03 |
| HSL | 290º | 0.9% | 0.67% | - |
| HSV(B) | 290º | 0.61% | 0.97% | - |
| XYZ | 51.19 | 30.79 | 91.24 | - |
| YUV | 151.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 247 | 0.10 | 0.61 | 0 | 0.03 | 290 | 0.9 | 0.67 |
| Hex | DE | 61 | F7 | A | 3D | 0 | 3 | 122 | 5A | 43 |
| Octal | 336 | 141 | 367 | 12 | 75 | 0 | 3 | 442 | 132 | 103 |
| Binary | 11011110 | 1100001 | 11110111 | 1010 | 111101 | 0 | 11 | 100100010 | 1011010 | 1000011 |
Color Harmonies of #DE61F7
Complementary color
Monochromatic Colors of #DE61F7
Black with #DE61F7
Text Example
Text Example
White with #DE61F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61F7; }
p { color: rgb(222,97,247); }
H1.HeaderClassName
{
color: #DE61F7;
}
.AnyTagClassName
{
color: #DE61F7;
}
</style>
background-color css
<style>
a { background-color: #DE61F7; }
a { background-color: rgb(222,97,247); }
div.DivClassName
{
background-color: #DE61F7;
}
.BgClassName
{
background-color: #DE61F7;
}
</style>
border-color css
<style>
span { border-color: #DE61F7; }
span { border-color: rgb(222,97,247); }
td.TdClassName
{
border-color: #DE61F7;
}
.TagClassName
{
border-color: #DE61F7;
}
</style>