Shades of Heliotrope #DE7AFE
Tints of Heliotrope #DE7AFE
RGB
CMYK
RGB Variations
Color information
#DE7AFE (or 0xDE7AFE) is known color: Heliotrope. HEX triplet: DE, 7A and FE. RGB value is (222,122,254). Sum of RGB (Red+Green+Blue) = 222+122+254=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7AFE is #218501. Grayscale: #A6A6A6. Windows color (decimal): -2196738 or 16677598. OLE color: 16677598.
HSL color Cylindrical-coordinate representation of color #DE7AFE: hue angle of 285.45º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE7AFE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 122 | 254 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.00 |
| HSL | 285.45º | 0.99% | 0.74% | - |
| HSV(B) | 285.45º | 0.52% | 1% | - |
| XYZ | 54.97 | 36.6 | 97.93 | - |
| YUV | 166.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 254 | 0.13 | 0.52 | 0 | 0.00 | 285.45 | 0.99 | 0.74 |
| Hex | DE | 7A | FE | D | 34 | 0 | 0 | 11D | 63 | 4A |
| Octal | 336 | 172 | 376 | 15 | 64 | 0 | 0 | 435 | 143 | 112 |
| Binary | 11011110 | 1111010 | 11111110 | 1101 | 110100 | 0 | 0 | 100011101 | 1100011 | 1001010 |
Color Harmonies of #DE7AFE
Complementary color
Monochromatic Colors of #DE7AFE
Black with #DE7AFE
Text Example
Text Example
White with #DE7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AFE; }
p { color: rgb(222,122,254); }
H1.HeaderClassName
{
color: #DE7AFE;
}
.AnyTagClassName
{
color: #DE7AFE;
}
</style>
background-color css
<style>
a { background-color: #DE7AFE; }
a { background-color: rgb(222,122,254); }
div.DivClassName
{
background-color: #DE7AFE;
}
.BgClassName
{
background-color: #DE7AFE;
}
</style>
border-color css
<style>
span { border-color: #DE7AFE; }
span { border-color: rgb(222,122,254); }
td.TdClassName
{
border-color: #DE7AFE;
}
.TagClassName
{
border-color: #DE7AFE;
}
</style>