Shades of Heliotrope #D884EE
Tints of Heliotrope #D884EE
RGB
CMYK
RGB Variations
Color information
#D884EE (or 0xD884EE) is known color: Heliotrope. HEX triplet: D8, 84 and EE. RGB value is (216,132,238). Sum of RGB (Red+Green+Blue) = 216+132+238=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #D884EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D884EE is #277B11. Grayscale: #A8A8A8. Windows color (decimal): -2587410 or 15631576. OLE color: 15631576.
HSL color Cylindrical-coordinate representation of color #D884EE: hue angle of 287.55º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D884EE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 132 | 238 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.07 |
| HSL | 287.55º | 0.76% | 0.73% | - |
| HSV(B) | 287.55º | 0.45% | 0.93% | - |
| XYZ | 52 | 37.27 | 85.34 | - |
| YUV | 169.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 238 | 0.09 | 0.45 | 0 | 0.07 | 287.55 | 0.76 | 0.73 |
| Hex | D8 | 84 | EE | 9 | 2D | 0 | 7 | 120 | 4C | 49 |
| Octal | 330 | 204 | 356 | 11 | 55 | 0 | 7 | 440 | 114 | 111 |
| Binary | 11011000 | 10000100 | 11101110 | 1001 | 101101 | 0 | 111 | 100100000 | 1001100 | 1001001 |
Color Harmonies of #D884EE
Complementary color
Monochromatic Colors of #D884EE
Black with #D884EE
Text Example
Text Example
White with #D884EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884EE; }
p { color: rgb(216,132,238); }
H1.HeaderClassName
{
color: #D884EE;
}
.AnyTagClassName
{
color: #D884EE;
}
</style>
background-color css
<style>
a { background-color: #D884EE; }
a { background-color: rgb(216,132,238); }
div.DivClassName
{
background-color: #D884EE;
}
.BgClassName
{
background-color: #D884EE;
}
</style>
border-color css
<style>
span { border-color: #D884EE; }
span { border-color: rgb(216,132,238); }
td.TdClassName
{
border-color: #D884EE;
}
.TagClassName
{
border-color: #D884EE;
}
</style>