Shades of Heliotrope #D87AED
Tints of Heliotrope #D87AED
RGB
CMYK
RGB Variations
Color information
#D87AED (or 0xD87AED) is known color: Heliotrope. HEX triplet: D8, 7A and ED. RGB value is (216,122,237). Sum of RGB (Red+Green+Blue) = 216+122+237=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D87AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87AED is #278512. Grayscale: #A2A2A2. Windows color (decimal): -2589971 or 15563480. OLE color: 15563480.
HSL color Cylindrical-coordinate representation of color #D87AED: hue angle of 289.04º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D87AED is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 122 | 237 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.07 |
| HSL | 289.04º | 0.76% | 0.7% | - |
| HSV(B) | 289.04º | 0.49% | 0.93% | - |
| XYZ | 50.56 | 34.63 | 84.14 | - |
| YUV | 163.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 237 | 0.09 | 0.49 | 0 | 0.07 | 289.04 | 0.76 | 0.7 |
| Hex | D8 | 7A | ED | 9 | 31 | 0 | 7 | 121 | 4C | 46 |
| Octal | 330 | 172 | 355 | 11 | 61 | 0 | 7 | 441 | 114 | 106 |
| Binary | 11011000 | 1111010 | 11101101 | 1001 | 110001 | 0 | 111 | 100100001 | 1001100 | 1000110 |
Color Harmonies of #D87AED
Complementary color
Monochromatic Colors of #D87AED
Black with #D87AED
Text Example
Text Example
White with #D87AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AED; }
p { color: rgb(216,122,237); }
H1.HeaderClassName
{
color: #D87AED;
}
.AnyTagClassName
{
color: #D87AED;
}
</style>
background-color css
<style>
a { background-color: #D87AED; }
a { background-color: rgb(216,122,237); }
div.DivClassName
{
background-color: #D87AED;
}
.BgClassName
{
background-color: #D87AED;
}
</style>
border-color css
<style>
span { border-color: #D87AED; }
span { border-color: rgb(216,122,237); }
td.TdClassName
{
border-color: #D87AED;
}
.TagClassName
{
border-color: #D87AED;
}
</style>