Shades of Heliotrope #DE49FF
Tints of Heliotrope #DE49FF
RGB
CMYK
RGB Variations
Color information
#DE49FF (or 0xDE49FF) is known color: Heliotrope. HEX triplet: DE, 49 and FF. RGB value is (222,73,255). Sum of RGB (Red+Green+Blue) = 222+73+255=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE49FF is #21B600. Grayscale: #898989. Windows color (decimal): -2209281 or 16730590. OLE color: 16730590.
HSL color Cylindrical-coordinate representation of color #DE49FF: hue angle of 289.12º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE49FF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 73 | 255 | - |
| CMYK | 0.13 | 0.71 | 0 | 0 |
| HSL | 289.12º | 1% | 0.64% | - |
| HSV(B) | 289.12º | 0.71% | 1% | - |
| XYZ | 50.56 | 27.51 | 97.25 | - |
| YUV | 138.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 255 | 0.13 | 0.71 | 0 | 0 | 289.12 | 1 | 0.64 |
| Hex | DE | 49 | FF | D | 47 | 0 | 0 | 121 | 64 | 40 |
| Octal | 336 | 111 | 377 | 15 | 107 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011110 | 1001001 | 11111111 | 1101 | 1000111 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DE49FF
Complementary color
Monochromatic Colors of #DE49FF
Black with #DE49FF
Text Example
Text Example
White with #DE49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE49FF; }
p { color: rgb(222,73,255); }
H1.HeaderClassName
{
color: #DE49FF;
}
.AnyTagClassName
{
color: #DE49FF;
}
</style>
background-color css
<style>
a { background-color: #DE49FF; }
a { background-color: rgb(222,73,255); }
div.DivClassName
{
background-color: #DE49FF;
}
.BgClassName
{
background-color: #DE49FF;
}
</style>
border-color css
<style>
span { border-color: #DE49FF; }
span { border-color: rgb(222,73,255); }
td.TdClassName
{
border-color: #DE49FF;
}
.TagClassName
{
border-color: #DE49FF;
}
</style>