Shades of Heliotrope #D770F8
Tints of Heliotrope #D770F8
RGB
CMYK
RGB Variations
Color information
#D770F8 (or 0xD770F8) is known color: Heliotrope. HEX triplet: D7, 70 and F8. RGB value is (215,112,248). Sum of RGB (Red+Green+Blue) = 215+112+248=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #D770F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770F8 is #288F07. Grayscale: #9D9D9D. Windows color (decimal): -2658056 or 16281815. OLE color: 16281815.
HSL color Cylindrical-coordinate representation of color #D770F8: hue angle of 285.44º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D770F8 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 112 | 248 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.03 |
| HSL | 285.44º | 0.91% | 0.71% | - |
| HSV(B) | 285.44º | 0.55% | 0.97% | - |
| XYZ | 50.76 | 32.81 | 92.46 | - |
| YUV | 158.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 248 | 0.13 | 0.55 | 0 | 0.03 | 285.44 | 0.91 | 0.71 |
| Hex | D7 | 70 | F8 | D | 37 | 0 | 3 | 11D | 5B | 47 |
| Octal | 327 | 160 | 370 | 15 | 67 | 0 | 3 | 435 | 133 | 107 |
| Binary | 11010111 | 1110000 | 11111000 | 1101 | 110111 | 0 | 11 | 100011101 | 1011011 | 1000111 |
Color Harmonies of #D770F8
Complementary color
Monochromatic Colors of #D770F8
Black with #D770F8
Text Example
Text Example
White with #D770F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770F8; }
p { color: rgb(215,112,248); }
H1.HeaderClassName
{
color: #D770F8;
}
.AnyTagClassName
{
color: #D770F8;
}
</style>
background-color css
<style>
a { background-color: #D770F8; }
a { background-color: rgb(215,112,248); }
div.DivClassName
{
background-color: #D770F8;
}
.BgClassName
{
background-color: #D770F8;
}
</style>
border-color css
<style>
span { border-color: #D770F8; }
span { border-color: rgb(215,112,248); }
td.TdClassName
{
border-color: #D770F8;
}
.TagClassName
{
border-color: #D770F8;
}
</style>