Shades of Heliotrope #DE7EFB
Tints of Heliotrope #DE7EFB
RGB
CMYK
RGB Variations
Color information
#DE7EFB (or 0xDE7EFB) is known color: Heliotrope. HEX triplet: DE, 7E and FB. RGB value is (222,126,251). Sum of RGB (Red+Green+Blue) = 222+126+251=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EFB is #218104. Grayscale: #A8A8A8. Windows color (decimal): -2195717 or 16482014. OLE color: 16482014.
HSL color Cylindrical-coordinate representation of color #DE7EFB: hue angle of 286.08º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7EFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 126 | 251 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 286.08º | 0.94% | 0.74% | - |
| HSV(B) | 286.08º | 0.5% | 0.98% | - |
| XYZ | 55 | 37.42 | 95.59 | - |
| YUV | 168.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 251 | 0.12 | 0.50 | 0 | 0.02 | 286.08 | 0.94 | 0.74 |
| Hex | DE | 7E | FB | C | 32 | 0 | 2 | 11E | 5E | 4A |
| Octal | 336 | 176 | 373 | 14 | 62 | 0 | 2 | 436 | 136 | 112 |
| Binary | 11011110 | 1111110 | 11111011 | 1100 | 110010 | 0 | 10 | 100011110 | 1011110 | 1001010 |
Color Harmonies of #DE7EFB
Complementary color
Monochromatic Colors of #DE7EFB
Black with #DE7EFB
Text Example
Text Example
White with #DE7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EFB; }
p { color: rgb(222,126,251); }
H1.HeaderClassName
{
color: #DE7EFB;
}
.AnyTagClassName
{
color: #DE7EFB;
}
</style>
background-color css
<style>
a { background-color: #DE7EFB; }
a { background-color: rgb(222,126,251); }
div.DivClassName
{
background-color: #DE7EFB;
}
.BgClassName
{
background-color: #DE7EFB;
}
</style>
border-color css
<style>
span { border-color: #DE7EFB; }
span { border-color: rgb(222,126,251); }
td.TdClassName
{
border-color: #DE7EFB;
}
.TagClassName
{
border-color: #DE7EFB;
}
</style>