Shades of Heliotrope #D884EF
Tints of Heliotrope #D884EF
RGB
CMYK
RGB Variations
Color information
#D884EF (or 0xD884EF) is known color: Heliotrope. HEX triplet: D8, 84 and EF. RGB value is (216,132,239). Sum of RGB (Red+Green+Blue) = 216+132+239=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #D884EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D884EF is #277B10. Grayscale: #A8A8A8. Windows color (decimal): -2587409 or 15697112. OLE color: 15697112.
HSL color Cylindrical-coordinate representation of color #D884EF: hue angle of 287.1º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D884EF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 132 | 239 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.06 |
| HSL | 287.1º | 0.77% | 0.73% | - |
| HSV(B) | 287.1º | 0.45% | 0.94% | - |
| XYZ | 52.15 | 37.33 | 86.12 | - |
| YUV | 169.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 239 | 0.10 | 0.45 | 0 | 0.06 | 287.1 | 0.77 | 0.73 |
| Hex | D8 | 84 | EF | A | 2D | 0 | 6 | 11F | 4D | 49 |
| Octal | 330 | 204 | 357 | 12 | 55 | 0 | 6 | 437 | 115 | 111 |
| Binary | 11011000 | 10000100 | 11101111 | 1010 | 101101 | 0 | 110 | 100011111 | 1001101 | 1001001 |
Color Harmonies of #D884EF
Complementary color
Monochromatic Colors of #D884EF
Black with #D884EF
Text Example
Text Example
White with #D884EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884EF; }
p { color: rgb(216,132,239); }
H1.HeaderClassName
{
color: #D884EF;
}
.AnyTagClassName
{
color: #D884EF;
}
</style>
background-color css
<style>
a { background-color: #D884EF; }
a { background-color: rgb(216,132,239); }
div.DivClassName
{
background-color: #D884EF;
}
.BgClassName
{
background-color: #D884EF;
}
</style>
border-color css
<style>
span { border-color: #D884EF; }
span { border-color: rgb(216,132,239); }
td.TdClassName
{
border-color: #D884EF;
}
.TagClassName
{
border-color: #D884EF;
}
</style>