Shades of Heliotrope #D76EF2
Tints of Heliotrope #D76EF2
RGB
CMYK
RGB Variations
Color information
#D76EF2 (or 0xD76EF2) is known color: Heliotrope. HEX triplet: D7, 6E and F2. RGB value is (215,110,242). Sum of RGB (Red+Green+Blue) = 215+110+242=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #D76EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EF2 is #28910D. Grayscale: #9C9C9C. Windows color (decimal): -2658574 or 15888087. OLE color: 15888087.
HSL color Cylindrical-coordinate representation of color #D76EF2: hue angle of 287.73º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76EF2 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 110 | 242 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.05 |
| HSL | 287.73º | 0.84% | 0.69% | - |
| HSV(B) | 287.73º | 0.55% | 0.95% | - |
| XYZ | 49.63 | 32.01 | 87.57 | - |
| YUV | 156.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 242 | 0.11 | 0.55 | 0 | 0.05 | 287.73 | 0.84 | 0.69 |
| Hex | D7 | 6E | F2 | B | 37 | 0 | 5 | 120 | 54 | 45 |
| Octal | 327 | 156 | 362 | 13 | 67 | 0 | 5 | 440 | 124 | 105 |
| Binary | 11010111 | 1101110 | 11110010 | 1011 | 110111 | 0 | 101 | 100100000 | 1010100 | 1000101 |
Color Harmonies of #D76EF2
Complementary color
Monochromatic Colors of #D76EF2
Black with #D76EF2
Text Example
Text Example
White with #D76EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EF2; }
p { color: rgb(215,110,242); }
H1.HeaderClassName
{
color: #D76EF2;
}
.AnyTagClassName
{
color: #D76EF2;
}
</style>
background-color css
<style>
a { background-color: #D76EF2; }
a { background-color: rgb(215,110,242); }
div.DivClassName
{
background-color: #D76EF2;
}
.BgClassName
{
background-color: #D76EF2;
}
</style>
border-color css
<style>
span { border-color: #D76EF2; }
span { border-color: rgb(215,110,242); }
td.TdClassName
{
border-color: #D76EF2;
}
.TagClassName
{
border-color: #D76EF2;
}
</style>