Shades of Heliotrope #DE8DFB
Tints of Heliotrope #DE8DFB
RGB
CMYK
RGB Variations
Color information
#DE8DFB (or 0xDE8DFB) is known color: Heliotrope. HEX triplet: DE, 8D and FB. RGB value is (222,141,251). Sum of RGB (Red+Green+Blue) = 222+141+251=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8DFB is #217204. Grayscale: #B1B1B1. Windows color (decimal): -2191877 or 16485854. OLE color: 16485854.
HSL color Cylindrical-coordinate representation of color #DE8DFB: hue angle of 284.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE8DFB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 141 | 251 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.02 |
| HSL | 284.18º | 0.93% | 0.77% | - |
| HSV(B) | 284.18º | 0.44% | 0.98% | - |
| XYZ | 57.06 | 41.54 | 96.28 | - |
| YUV | 177.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 251 | 0.12 | 0.44 | 0 | 0.02 | 284.18 | 0.93 | 0.77 |
| Hex | DE | 8D | FB | C | 2C | 0 | 2 | 11C | 5D | 4D |
| Octal | 336 | 215 | 373 | 14 | 54 | 0 | 2 | 434 | 135 | 115 |
| Binary | 11011110 | 10001101 | 11111011 | 1100 | 101100 | 0 | 10 | 100011100 | 1011101 | 1001101 |
Color Harmonies of #DE8DFB
Complementary color
Monochromatic Colors of #DE8DFB
Black with #DE8DFB
Text Example
Text Example
White with #DE8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DFB; }
p { color: rgb(222,141,251); }
H1.HeaderClassName
{
color: #DE8DFB;
}
.AnyTagClassName
{
color: #DE8DFB;
}
</style>
background-color css
<style>
a { background-color: #DE8DFB; }
a { background-color: rgb(222,141,251); }
div.DivClassName
{
background-color: #DE8DFB;
}
.BgClassName
{
background-color: #DE8DFB;
}
</style>
border-color css
<style>
span { border-color: #DE8DFB; }
span { border-color: rgb(222,141,251); }
td.TdClassName
{
border-color: #DE8DFB;
}
.TagClassName
{
border-color: #DE8DFB;
}
</style>