Shades of Heliotrope #D881EF
Tints of Heliotrope #D881EF
RGB
CMYK
RGB Variations
Color information
#D881EF (or 0xD881EF) is known color: Heliotrope. HEX triplet: D8, 81 and EF. RGB value is (216,129,239). Sum of RGB (Red+Green+Blue) = 216+129+239=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #D881EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881EF is #277E10. Grayscale: #A7A7A7. Windows color (decimal): -2588177 or 15696344. OLE color: 15696344.
HSL color Cylindrical-coordinate representation of color #D881EF: hue angle of 287.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D881EF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 129 | 239 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.06 |
| HSL | 287.45º | 0.77% | 0.72% | - |
| HSV(B) | 287.45º | 0.46% | 0.94% | - |
| XYZ | 51.75 | 36.53 | 85.99 | - |
| YUV | 167.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 239 | 0.10 | 0.46 | 0 | 0.06 | 287.45 | 0.77 | 0.72 |
| Hex | D8 | 81 | EF | A | 2E | 0 | 6 | 11F | 4D | 48 |
| Octal | 330 | 201 | 357 | 12 | 56 | 0 | 6 | 437 | 115 | 110 |
| Binary | 11011000 | 10000001 | 11101111 | 1010 | 101110 | 0 | 110 | 100011111 | 1001101 | 1001000 |
Color Harmonies of #D881EF
Complementary color
Monochromatic Colors of #D881EF
Black with #D881EF
Text Example
Text Example
White with #D881EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881EF; }
p { color: rgb(216,129,239); }
H1.HeaderClassName
{
color: #D881EF;
}
.AnyTagClassName
{
color: #D881EF;
}
</style>
background-color css
<style>
a { background-color: #D881EF; }
a { background-color: rgb(216,129,239); }
div.DivClassName
{
background-color: #D881EF;
}
.BgClassName
{
background-color: #D881EF;
}
</style>
border-color css
<style>
span { border-color: #D881EF; }
span { border-color: rgb(216,129,239); }
td.TdClassName
{
border-color: #D881EF;
}
.TagClassName
{
border-color: #D881EF;
}
</style>