Shades of Heliotrope #D88DFA
Tints of Heliotrope #D88DFA
RGB
CMYK
RGB Variations
Color information
#D88DFA (or 0xD88DFA) is known color: Heliotrope. HEX triplet: D8, 8D and FA. RGB value is (216,141,250). Sum of RGB (Red+Green+Blue) = 216+141+250=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D88DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DFA is #277205. Grayscale: #AFAFAF. Windows color (decimal): -2585094 or 16420312. OLE color: 16420312.
HSL color Cylindrical-coordinate representation of color #D88DFA: hue angle of 281.28º degrees, saturation: 0.92, 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 #D88DFA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 141 | 250 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.02 |
| HSL | 281.28º | 0.92% | 0.77% | - |
| HSV(B) | 281.28º | 0.44% | 0.98% | - |
| XYZ | 55.1 | 40.55 | 95.37 | - |
| YUV | 175.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 250 | 0.14 | 0.44 | 0 | 0.02 | 281.28 | 0.92 | 0.77 |
| Hex | D8 | 8D | FA | E | 2C | 0 | 2 | 119 | 5C | 4D |
| Octal | 330 | 215 | 372 | 16 | 54 | 0 | 2 | 431 | 134 | 115 |
| Binary | 11011000 | 10001101 | 11111010 | 1110 | 101100 | 0 | 10 | 100011001 | 1011100 | 1001101 |
Color Harmonies of #D88DFA
Complementary color
Monochromatic Colors of #D88DFA
Black with #D88DFA
Text Example
Text Example
White with #D88DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88DFA; }
p { color: rgb(216,141,250); }
H1.HeaderClassName
{
color: #D88DFA;
}
.AnyTagClassName
{
color: #D88DFA;
}
</style>
background-color css
<style>
a { background-color: #D88DFA; }
a { background-color: rgb(216,141,250); }
div.DivClassName
{
background-color: #D88DFA;
}
.BgClassName
{
background-color: #D88DFA;
}
</style>
border-color css
<style>
span { border-color: #D88DFA; }
span { border-color: rgb(216,141,250); }
td.TdClassName
{
border-color: #D88DFA;
}
.TagClassName
{
border-color: #D88DFA;
}
</style>