Shades of Heliotrope #D88DF4
Tints of Heliotrope #D88DF4
RGB
CMYK
RGB Variations
Color information
#D88DF4 (or 0xD88DF4) is known color: Heliotrope. HEX triplet: D8, 8D and F4. RGB value is (216,141,244). Sum of RGB (Red+Green+Blue) = 216+141+244=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #D88DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DF4 is #27720B. Grayscale: #AEAEAE. Windows color (decimal): -2585100 or 16027096. OLE color: 16027096.
HSL color Cylindrical-coordinate representation of color #D88DF4: hue angle of 283.69º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88DF4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 141 | 244 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.04 |
| HSL | 283.69º | 0.82% | 0.75% | - |
| HSV(B) | 283.69º | 0.42% | 0.96% | - |
| XYZ | 54.17 | 40.18 | 90.49 | - |
| YUV | 175.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 244 | 0.11 | 0.42 | 0 | 0.04 | 283.69 | 0.82 | 0.75 |
| Hex | D8 | 8D | F4 | B | 2A | 0 | 4 | 11C | 52 | 4B |
| Octal | 330 | 215 | 364 | 13 | 52 | 0 | 4 | 434 | 122 | 113 |
| Binary | 11011000 | 10001101 | 11110100 | 1011 | 101010 | 0 | 100 | 100011100 | 1010010 | 1001011 |
Color Harmonies of #D88DF4
Complementary color
Monochromatic Colors of #D88DF4
Black with #D88DF4
Text Example
Text Example
White with #D88DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DF4; }
p { color: rgb(216,141,244); }
H1.HeaderClassName
{
color: #D88DF4;
}
.AnyTagClassName
{
color: #D88DF4;
}
</style>
background-color css
<style>
a { background-color: #D88DF4; }
a { background-color: rgb(216,141,244); }
div.DivClassName
{
background-color: #D88DF4;
}
.BgClassName
{
background-color: #D88DF4;
}
</style>
border-color css
<style>
span { border-color: #D88DF4; }
span { border-color: rgb(216,141,244); }
td.TdClassName
{
border-color: #D88DF4;
}
.TagClassName
{
border-color: #D88DF4;
}
</style>