Shades of Heliotrope #DE88FC
Tints of Heliotrope #DE88FC
RGB
CMYK
RGB Variations
Color information
#DE88FC (or 0xDE88FC) is known color: Heliotrope. HEX triplet: DE, 88 and FC. RGB value is (222,136,252). Sum of RGB (Red+Green+Blue) = 222+136+252=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE88FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE88FC is #217703. Grayscale: #AEAEAE. Windows color (decimal): -2193156 or 16550110. OLE color: 16550110.
HSL color Cylindrical-coordinate representation of color #DE88FC: hue angle of 284.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE88FC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 136 | 252 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.01 |
| HSL | 284.48º | 0.95% | 0.76% | - |
| HSV(B) | 284.48º | 0.46% | 0.99% | - |
| XYZ | 56.5 | 40.17 | 96.87 | - |
| YUV | 174.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 252 | 0.12 | 0.46 | 0 | 0.01 | 284.48 | 0.95 | 0.76 |
| Hex | DE | 88 | FC | C | 2E | 0 | 1 | 11C | 5F | 4C |
| Octal | 336 | 210 | 374 | 14 | 56 | 0 | 1 | 434 | 137 | 114 |
| Binary | 11011110 | 10001000 | 11111100 | 1100 | 101110 | 0 | 1 | 100011100 | 1011111 | 1001100 |
Color Harmonies of #DE88FC
Complementary color
Monochromatic Colors of #DE88FC
Black with #DE88FC
Text Example
Text Example
White with #DE88FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE88FC; }
p { color: rgb(222,136,252); }
H1.HeaderClassName
{
color: #DE88FC;
}
.AnyTagClassName
{
color: #DE88FC;
}
</style>
background-color css
<style>
a { background-color: #DE88FC; }
a { background-color: rgb(222,136,252); }
div.DivClassName
{
background-color: #DE88FC;
}
.BgClassName
{
background-color: #DE88FC;
}
</style>
border-color css
<style>
span { border-color: #DE88FC; }
span { border-color: rgb(222,136,252); }
td.TdClassName
{
border-color: #DE88FC;
}
.TagClassName
{
border-color: #DE88FC;
}
</style>