Shades of Heliotrope #DE4FFF
Tints of Heliotrope #DE4FFF
RGB
CMYK
RGB Variations
Color information
#DE4FFF (or 0xDE4FFF) is known color: Heliotrope. HEX triplet: DE, 4F and FF. RGB value is (222,79,255). Sum of RGB (Red+Green+Blue) = 222+79+255=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE4FFF is #21B000. Grayscale: #8D8D8D. Windows color (decimal): -2207745 or 16732126. OLE color: 16732126.
HSL color Cylindrical-coordinate representation of color #DE4FFF: hue angle of 288.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE4FFF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 79 | 255 | - |
| CMYK | 0.13 | 0.69 | 0 | 0 |
| HSL | 288.75º | 1% | 0.65% | - |
| HSV(B) | 288.75º | 0.69% | 1% | - |
| XYZ | 50.97 | 28.34 | 97.39 | - |
| YUV | 141.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 255 | 0.13 | 0.69 | 0 | 0 | 288.75 | 1 | 0.65 |
| Hex | DE | 4F | FF | D | 45 | 0 | 0 | 121 | 64 | 41 |
| Octal | 336 | 117 | 377 | 15 | 105 | 0 | 0 | 441 | 144 | 101 |
| Binary | 11011110 | 1001111 | 11111111 | 1101 | 1000101 | 0 | 0 | 100100001 | 1100100 | 1000001 |
Color Harmonies of #DE4FFF
Complementary color
Monochromatic Colors of #DE4FFF
Black with #DE4FFF
Text Example
Text Example
White with #DE4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4FFF; }
p { color: rgb(222,79,255); }
H1.HeaderClassName
{
color: #DE4FFF;
}
.AnyTagClassName
{
color: #DE4FFF;
}
</style>
background-color css
<style>
a { background-color: #DE4FFF; }
a { background-color: rgb(222,79,255); }
div.DivClassName
{
background-color: #DE4FFF;
}
.BgClassName
{
background-color: #DE4FFF;
}
</style>
border-color css
<style>
span { border-color: #DE4FFF; }
span { border-color: rgb(222,79,255); }
td.TdClassName
{
border-color: #DE4FFF;
}
.TagClassName
{
border-color: #DE4FFF;
}
</style>