Shades of Heliotrope #D88AFF
Tints of Heliotrope #D88AFF
RGB
CMYK
RGB Variations
Color information
#D88AFF (or 0xD88AFF) is known color: Heliotrope. HEX triplet: D8, 8A and FF. RGB value is (216,138,255). Sum of RGB (Red+Green+Blue) = 216+138+255=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D88AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88AFF is #277500. Grayscale: #AEAEAE. Windows color (decimal): -2585857 or 16747224. OLE color: 16747224.
HSL color Cylindrical-coordinate representation of color #D88AFF: hue angle of 280º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D88AFF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 138 | 255 | - |
| CMYK | 0.15 | 0.46 | 0 | 0 |
| HSL | 280º | 1% | 0.77% | - |
| HSV(B) | 280º | 0.46% | 1% | - |
| XYZ | 55.46 | 40 | 99.4 | - |
| YUV | 174.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 255 | 0.15 | 0.46 | 0 | 0 | 280 | 1 | 0.77 |
| Hex | D8 | 8A | FF | F | 2E | 0 | 0 | 118 | 64 | 4D |
| Octal | 330 | 212 | 377 | 17 | 56 | 0 | 0 | 430 | 144 | 115 |
| Binary | 11011000 | 10001010 | 11111111 | 1111 | 101110 | 0 | 0 | 100011000 | 1100100 | 1001101 |
Color Harmonies of #D88AFF
Complementary color
Monochromatic Colors of #D88AFF
Black with #D88AFF
Text Example
Text Example
White with #D88AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88AFF; }
p { color: rgb(216,138,255); }
H1.HeaderClassName
{
color: #D88AFF;
}
.AnyTagClassName
{
color: #D88AFF;
}
</style>
background-color css
<style>
a { background-color: #D88AFF; }
a { background-color: rgb(216,138,255); }
div.DivClassName
{
background-color: #D88AFF;
}
.BgClassName
{
background-color: #D88AFF;
}
</style>
border-color css
<style>
span { border-color: #D88AFF; }
span { border-color: rgb(216,138,255); }
td.TdClassName
{
border-color: #D88AFF;
}
.TagClassName
{
border-color: #D88AFF;
}
</style>