Shades of Heliotrope #D880EC
Tints of Heliotrope #D880EC
RGB
CMYK
RGB Variations
Color information
#D880EC (or 0xD880EC) is known color: Heliotrope. HEX triplet: D8, 80 and EC. RGB value is (216,128,236). Sum of RGB (Red+Green+Blue) = 216+128+236=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D880EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880EC is #277F13. Grayscale: #A6A6A6. Windows color (decimal): -2588436 or 15499480. OLE color: 15499480.
HSL color Cylindrical-coordinate representation of color #D880EC: hue angle of 288.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D880EC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 128 | 236 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.07 |
| HSL | 288.89º | 0.74% | 0.71% | - |
| HSV(B) | 288.89º | 0.46% | 0.93% | - |
| XYZ | 51.18 | 36.09 | 83.63 | - |
| YUV | 166.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 236 | 0.08 | 0.46 | 0 | 0.07 | 288.89 | 0.74 | 0.71 |
| Hex | D8 | 80 | EC | 8 | 2E | 0 | 7 | 121 | 4A | 47 |
| Octal | 330 | 200 | 354 | 10 | 56 | 0 | 7 | 441 | 112 | 107 |
| Binary | 11011000 | 10000000 | 11101100 | 1000 | 101110 | 0 | 111 | 100100001 | 1001010 | 1000111 |
Color Harmonies of #D880EC
Complementary color
Monochromatic Colors of #D880EC
Black with #D880EC
Text Example
Text Example
White with #D880EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880EC; }
p { color: rgb(216,128,236); }
H1.HeaderClassName
{
color: #D880EC;
}
.AnyTagClassName
{
color: #D880EC;
}
</style>
background-color css
<style>
a { background-color: #D880EC; }
a { background-color: rgb(216,128,236); }
div.DivClassName
{
background-color: #D880EC;
}
.BgClassName
{
background-color: #D880EC;
}
</style>
border-color css
<style>
span { border-color: #D880EC; }
span { border-color: rgb(216,128,236); }
td.TdClassName
{
border-color: #D880EC;
}
.TagClassName
{
border-color: #D880EC;
}
</style>