Shades of Heliotrope #DE61F3
Tints of Heliotrope #DE61F3
RGB
CMYK
RGB Variations
Color information
#DE61F3 (or 0xDE61F3) is known color: Heliotrope. HEX triplet: DE, 61 and F3. RGB value is (222,97,243). Sum of RGB (Red+Green+Blue) = 222+97+243=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE61F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE61F3 is #219E0C. Grayscale: #969696. Windows color (decimal): -2203149 or 15950302. OLE color: 15950302.
HSL color Cylindrical-coordinate representation of color #DE61F3: hue angle of 291.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE61F3 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 97 | 243 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.05 |
| HSL | 291.37º | 0.86% | 0.67% | - |
| HSV(B) | 291.37º | 0.6% | 0.95% | - |
| XYZ | 50.58 | 30.55 | 88.03 | - |
| YUV | 151.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 243 | 0.09 | 0.60 | 0 | 0.05 | 291.37 | 0.86 | 0.67 |
| Hex | DE | 61 | F3 | 9 | 3C | 0 | 5 | 123 | 56 | 43 |
| Octal | 336 | 141 | 363 | 11 | 74 | 0 | 5 | 443 | 126 | 103 |
| Binary | 11011110 | 1100001 | 11110011 | 1001 | 111100 | 0 | 101 | 100100011 | 1010110 | 1000011 |
Color Harmonies of #DE61F3
Complementary color
Monochromatic Colors of #DE61F3
Black with #DE61F3
Text Example
Text Example
White with #DE61F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE61F3; }
p { color: rgb(222,97,243); }
H1.HeaderClassName
{
color: #DE61F3;
}
.AnyTagClassName
{
color: #DE61F3;
}
</style>
background-color css
<style>
a { background-color: #DE61F3; }
a { background-color: rgb(222,97,243); }
div.DivClassName
{
background-color: #DE61F3;
}
.BgClassName
{
background-color: #DE61F3;
}
</style>
border-color css
<style>
span { border-color: #DE61F3; }
span { border-color: rgb(222,97,243); }
td.TdClassName
{
border-color: #DE61F3;
}
.TagClassName
{
border-color: #DE61F3;
}
</style>