Shades of Heliotrope #D76DEC
Tints of Heliotrope #D76DEC
RGB
CMYK
RGB Variations
Color information
#D76DEC (or 0xD76DEC) is known color: Heliotrope. HEX triplet: D7, 6D and EC. RGB value is (215,109,236). Sum of RGB (Red+Green+Blue) = 215+109+236=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D76DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76DEC is #289213. Grayscale: #9A9A9A. Windows color (decimal): -2658836 or 15494615. OLE color: 15494615.
HSL color Cylindrical-coordinate representation of color #D76DEC: hue angle of 290.08º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76DEC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 109 | 236 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.07 |
| HSL | 290.08º | 0.77% | 0.68% | - |
| HSV(B) | 290.08º | 0.54% | 0.93% | - |
| XYZ | 48.63 | 31.44 | 82.86 | - |
| YUV | 155.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 236 | 0.09 | 0.54 | 0 | 0.07 | 290.08 | 0.77 | 0.68 |
| Hex | D7 | 6D | EC | 9 | 36 | 0 | 7 | 122 | 4D | 44 |
| Octal | 327 | 155 | 354 | 11 | 66 | 0 | 7 | 442 | 115 | 104 |
| Binary | 11010111 | 1101101 | 11101100 | 1001 | 110110 | 0 | 111 | 100100010 | 1001101 | 1000100 |
Color Harmonies of #D76DEC
Complementary color
Monochromatic Colors of #D76DEC
Black with #D76DEC
Text Example
Text Example
White with #D76DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DEC; }
p { color: rgb(215,109,236); }
H1.HeaderClassName
{
color: #D76DEC;
}
.AnyTagClassName
{
color: #D76DEC;
}
</style>
background-color css
<style>
a { background-color: #D76DEC; }
a { background-color: rgb(215,109,236); }
div.DivClassName
{
background-color: #D76DEC;
}
.BgClassName
{
background-color: #D76DEC;
}
</style>
border-color css
<style>
span { border-color: #D76DEC; }
span { border-color: rgb(215,109,236); }
td.TdClassName
{
border-color: #D76DEC;
}
.TagClassName
{
border-color: #D76DEC;
}
</style>