Shades of Heliotrope #DE73FE
Tints of Heliotrope #DE73FE
RGB
CMYK
RGB Variations
Color information
#DE73FE (or 0xDE73FE) is known color: Heliotrope. HEX triplet: DE, 73 and FE. RGB value is (222,115,254). Sum of RGB (Red+Green+Blue) = 222+115+254=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73FE is #218C01. Grayscale: #A2A2A2. Windows color (decimal): -2198530 or 16675806. OLE color: 16675806.
HSL color Cylindrical-coordinate representation of color #DE73FE: hue angle of 286.19º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE73FE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 115 | 254 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.00 |
| HSL | 286.19º | 0.99% | 0.72% | - |
| HSV(B) | 286.19º | 0.55% | 1% | - |
| XYZ | 54.14 | 34.95 | 97.66 | - |
| YUV | 162.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 254 | 0.13 | 0.55 | 0 | 0.00 | 286.19 | 0.99 | 0.72 |
| Hex | DE | 73 | FE | D | 37 | 0 | 0 | 11E | 63 | 48 |
| Octal | 336 | 163 | 376 | 15 | 67 | 0 | 0 | 436 | 143 | 110 |
| Binary | 11011110 | 1110011 | 11111110 | 1101 | 110111 | 0 | 0 | 100011110 | 1100011 | 1001000 |
Color Harmonies of #DE73FE
Complementary color
Monochromatic Colors of #DE73FE
Black with #DE73FE
Text Example
Text Example
White with #DE73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE73FE; }
p { color: rgb(222,115,254); }
H1.HeaderClassName
{
color: #DE73FE;
}
.AnyTagClassName
{
color: #DE73FE;
}
</style>
background-color css
<style>
a { background-color: #DE73FE; }
a { background-color: rgb(222,115,254); }
div.DivClassName
{
background-color: #DE73FE;
}
.BgClassName
{
background-color: #DE73FE;
}
</style>
border-color css
<style>
span { border-color: #DE73FE; }
span { border-color: rgb(222,115,254); }
td.TdClassName
{
border-color: #DE73FE;
}
.TagClassName
{
border-color: #DE73FE;
}
</style>