Shades of Heliotrope #DE88F4
Tints of Heliotrope #DE88F4
RGB
CMYK
RGB Variations
Color information
#DE88F4 (or 0xDE88F4) is known color: Heliotrope. HEX triplet: DE, 88 and F4. RGB value is (222,136,244). Sum of RGB (Red+Green+Blue) = 222+136+244=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #DE88F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88F4 is #21770B. Grayscale: #ADADAD. Windows color (decimal): -2193164 or 16025822. OLE color: 16025822.
HSL color Cylindrical-coordinate representation of color #DE88F4: hue angle of 287.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE88F4 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 136 | 244 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.04 |
| HSL | 287.78º | 0.83% | 0.75% | - |
| HSV(B) | 287.78º | 0.44% | 0.96% | - |
| XYZ | 55.26 | 39.67 | 90.33 | - |
| YUV | 174.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 244 | 0.09 | 0.44 | 0 | 0.04 | 287.78 | 0.83 | 0.75 |
| Hex | DE | 88 | F4 | 9 | 2C | 0 | 4 | 120 | 53 | 4B |
| Octal | 336 | 210 | 364 | 11 | 54 | 0 | 4 | 440 | 123 | 113 |
| Binary | 11011110 | 10001000 | 11110100 | 1001 | 101100 | 0 | 100 | 100100000 | 1010011 | 1001011 |
Color Harmonies of #DE88F4
Complementary color
Monochromatic Colors of #DE88F4
Black with #DE88F4
Text Example
Text Example
White with #DE88F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE88F4; }
p { color: rgb(222,136,244); }
H1.HeaderClassName
{
color: #DE88F4;
}
.AnyTagClassName
{
color: #DE88F4;
}
</style>
background-color css
<style>
a { background-color: #DE88F4; }
a { background-color: rgb(222,136,244); }
div.DivClassName
{
background-color: #DE88F4;
}
.BgClassName
{
background-color: #DE88F4;
}
</style>
border-color css
<style>
span { border-color: #DE88F4; }
span { border-color: rgb(222,136,244); }
td.TdClassName
{
border-color: #DE88F4;
}
.TagClassName
{
border-color: #DE88F4;
}
</style>