Shades of Heliotrope #D75EF0
Tints of Heliotrope #D75EF0
RGB
CMYK
RGB Variations
Color information
#D75EF0 (or 0xD75EF0) is known color: Heliotrope. HEX triplet: D7, 5E and F0. RGB value is (215,94,240). Sum of RGB (Red+Green+Blue) = 215+94+240=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #D75EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75EF0 is #28A10F. Grayscale: #929292. Windows color (decimal): -2662672 or 15752919. OLE color: 15752919.
HSL color Cylindrical-coordinate representation of color #D75EF0: hue angle of 289.73º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75EF0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 94 | 240 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.06 |
| HSL | 289.73º | 0.83% | 0.65% | - |
| HSV(B) | 289.73º | 0.61% | 0.94% | - |
| XYZ | 47.76 | 28.74 | 85.47 | - |
| YUV | 146.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 240 | 0.10 | 0.61 | 0 | 0.06 | 289.73 | 0.83 | 0.65 |
| Hex | D7 | 5E | F0 | A | 3D | 0 | 6 | 122 | 53 | 41 |
| Octal | 327 | 136 | 360 | 12 | 75 | 0 | 6 | 442 | 123 | 101 |
| Binary | 11010111 | 1011110 | 11110000 | 1010 | 111101 | 0 | 110 | 100100010 | 1010011 | 1000001 |
Color Harmonies of #D75EF0
Complementary color
Monochromatic Colors of #D75EF0
Black with #D75EF0
Text Example
Text Example
White with #D75EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EF0; }
p { color: rgb(215,94,240); }
H1.HeaderClassName
{
color: #D75EF0;
}
.AnyTagClassName
{
color: #D75EF0;
}
</style>
background-color css
<style>
a { background-color: #D75EF0; }
a { background-color: rgb(215,94,240); }
div.DivClassName
{
background-color: #D75EF0;
}
.BgClassName
{
background-color: #D75EF0;
}
</style>
border-color css
<style>
span { border-color: #D75EF0; }
span { border-color: rgb(215,94,240); }
td.TdClassName
{
border-color: #D75EF0;
}
.TagClassName
{
border-color: #D75EF0;
}
</style>