Shades of Heliotrope #D770F7
Tints of Heliotrope #D770F7
RGB
CMYK
RGB Variations
Color information
#D770F7 (or 0xD770F7) is known color: Heliotrope. HEX triplet: D7, 70 and F7. RGB value is (215,112,247). Sum of RGB (Red+Green+Blue) = 215+112+247=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #D770F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770F7 is #288F08. Grayscale: #9D9D9D. Windows color (decimal): -2658057 or 16216279. OLE color: 16216279.
HSL color Cylindrical-coordinate representation of color #D770F7: hue angle of 285.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D770F7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 112 | 247 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.03 |
| HSL | 285.78º | 0.89% | 0.7% | - |
| HSV(B) | 285.78º | 0.55% | 0.97% | - |
| XYZ | 50.61 | 32.75 | 91.65 | - |
| YUV | 158.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 247 | 0.13 | 0.55 | 0 | 0.03 | 285.78 | 0.89 | 0.7 |
| Hex | D7 | 70 | F7 | D | 37 | 0 | 3 | 11E | 59 | 46 |
| Octal | 327 | 160 | 367 | 15 | 67 | 0 | 3 | 436 | 131 | 106 |
| Binary | 11010111 | 1110000 | 11110111 | 1101 | 110111 | 0 | 11 | 100011110 | 1011001 | 1000110 |
Color Harmonies of #D770F7
Complementary color
Monochromatic Colors of #D770F7
Black with #D770F7
Text Example
Text Example
White with #D770F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770F7; }
p { color: rgb(215,112,247); }
H1.HeaderClassName
{
color: #D770F7;
}
.AnyTagClassName
{
color: #D770F7;
}
</style>
background-color css
<style>
a { background-color: #D770F7; }
a { background-color: rgb(215,112,247); }
div.DivClassName
{
background-color: #D770F7;
}
.BgClassName
{
background-color: #D770F7;
}
</style>
border-color css
<style>
span { border-color: #D770F7; }
span { border-color: rgb(215,112,247); }
td.TdClassName
{
border-color: #D770F7;
}
.TagClassName
{
border-color: #D770F7;
}
</style>