Shades of Heliotrope #D775EC
Tints of Heliotrope #D775EC
RGB
CMYK
RGB Variations
Color information
#D775EC (or 0xD775EC) is known color: Heliotrope. HEX triplet: D7, 75 and EC. RGB value is (215,117,236). Sum of RGB (Red+Green+Blue) = 215+117+236=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D775EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775EC is #288A13. Grayscale: #9F9F9F. Windows color (decimal): -2656788 or 15496663. OLE color: 15496663.
HSL color Cylindrical-coordinate representation of color #D775EC: hue angle of 289.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D775EC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 117 | 236 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.07 |
| HSL | 289.41º | 0.76% | 0.69% | - |
| HSV(B) | 289.41º | 0.5% | 0.93% | - |
| XYZ | 49.53 | 33.23 | 83.16 | - |
| YUV | 159.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 236 | 0.09 | 0.50 | 0 | 0.07 | 289.41 | 0.76 | 0.69 |
| Hex | D7 | 75 | EC | 9 | 32 | 0 | 7 | 121 | 4C | 45 |
| Octal | 327 | 165 | 354 | 11 | 62 | 0 | 7 | 441 | 114 | 105 |
| Binary | 11010111 | 1110101 | 11101100 | 1001 | 110010 | 0 | 111 | 100100001 | 1001100 | 1000101 |
Color Harmonies of #D775EC
Complementary color
Monochromatic Colors of #D775EC
Black with #D775EC
Text Example
Text Example
White with #D775EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775EC; }
p { color: rgb(215,117,236); }
H1.HeaderClassName
{
color: #D775EC;
}
.AnyTagClassName
{
color: #D775EC;
}
</style>
background-color css
<style>
a { background-color: #D775EC; }
a { background-color: rgb(215,117,236); }
div.DivClassName
{
background-color: #D775EC;
}
.BgClassName
{
background-color: #D775EC;
}
</style>
border-color css
<style>
span { border-color: #D775EC; }
span { border-color: rgb(215,117,236); }
td.TdClassName
{
border-color: #D775EC;
}
.TagClassName
{
border-color: #D775EC;
}
</style>