Shades of Heliotrope #D88FFA
Tints of Heliotrope #D88FFA
RGB
CMYK
RGB Variations
Color information
#D88FFA (or 0xD88FFA) is known color: Heliotrope. HEX triplet: D8, 8F and FA. RGB value is (216,143,250). Sum of RGB (Red+Green+Blue) = 216+143+250=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D88FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FFA is #277005. Grayscale: #B0B0B0. Windows color (decimal): -2584582 or 16420824. OLE color: 16420824.
HSL color Cylindrical-coordinate representation of color #D88FFA: hue angle of 280.93º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D88FFA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 143 | 250 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.02 |
| HSL | 280.93º | 0.91% | 0.77% | - |
| HSV(B) | 280.93º | 0.43% | 0.98% | - |
| XYZ | 55.4 | 41.15 | 95.46 | - |
| YUV | 177.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 250 | 0.14 | 0.43 | 0 | 0.02 | 280.93 | 0.91 | 0.77 |
| Hex | D8 | 8F | FA | E | 2B | 0 | 2 | 119 | 5B | 4D |
| Octal | 330 | 217 | 372 | 16 | 53 | 0 | 2 | 431 | 133 | 115 |
| Binary | 11011000 | 10001111 | 11111010 | 1110 | 101011 | 0 | 10 | 100011001 | 1011011 | 1001101 |
Color Harmonies of #D88FFA
Complementary color
Monochromatic Colors of #D88FFA
Black with #D88FFA
Text Example
Text Example
White with #D88FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FFA; }
p { color: rgb(216,143,250); }
H1.HeaderClassName
{
color: #D88FFA;
}
.AnyTagClassName
{
color: #D88FFA;
}
</style>
background-color css
<style>
a { background-color: #D88FFA; }
a { background-color: rgb(216,143,250); }
div.DivClassName
{
background-color: #D88FFA;
}
.BgClassName
{
background-color: #D88FFA;
}
</style>
border-color css
<style>
span { border-color: #D88FFA; }
span { border-color: rgb(216,143,250); }
td.TdClassName
{
border-color: #D88FFA;
}
.TagClassName
{
border-color: #D88FFA;
}
</style>