Shades of Heliotrope #DE49FE
Tints of Heliotrope #DE49FE
RGB
CMYK
RGB Variations
Color information
#DE49FE (or 0xDE49FE) is known color: Heliotrope. HEX triplet: DE, 49 and FE. RGB value is (222,73,254). Sum of RGB (Red+Green+Blue) = 222+73+254=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE49FE is #21B601. Grayscale: #898989. Windows color (decimal): -2209282 or 16665054. OLE color: 16665054.
HSL color Cylindrical-coordinate representation of color #DE49FE: hue angle of 289.39º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE49FE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 73 | 254 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.00 |
| HSL | 289.39º | 0.99% | 0.64% | - |
| HSV(B) | 289.39º | 0.71% | 1% | - |
| XYZ | 50.4 | 27.45 | 96.41 | - |
| YUV | 138.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 254 | 0.13 | 0.71 | 0 | 0.00 | 289.39 | 0.99 | 0.64 |
| Hex | DE | 49 | FE | D | 47 | 0 | 0 | 121 | 63 | 40 |
| Octal | 336 | 111 | 376 | 15 | 107 | 0 | 0 | 441 | 143 | 100 |
| Binary | 11011110 | 1001001 | 11111110 | 1101 | 1000111 | 0 | 0 | 100100001 | 1100011 | 1000000 |
Color Harmonies of #DE49FE
Complementary color
Monochromatic Colors of #DE49FE
Black with #DE49FE
Text Example
Text Example
White with #DE49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE49FE; }
p { color: rgb(222,73,254); }
H1.HeaderClassName
{
color: #DE49FE;
}
.AnyTagClassName
{
color: #DE49FE;
}
</style>
background-color css
<style>
a { background-color: #DE49FE; }
a { background-color: rgb(222,73,254); }
div.DivClassName
{
background-color: #DE49FE;
}
.BgClassName
{
background-color: #DE49FE;
}
</style>
border-color css
<style>
span { border-color: #DE49FE; }
span { border-color: rgb(222,73,254); }
td.TdClassName
{
border-color: #DE49FE;
}
.TagClassName
{
border-color: #DE49FE;
}
</style>