Shades of Heliotrope #D770F3
Tints of Heliotrope #D770F3
RGB
CMYK
RGB Variations
Color information
#D770F3 (or 0xD770F3) is known color: Heliotrope. HEX triplet: D7, 70 and F3. RGB value is (215,112,243). Sum of RGB (Red+Green+Blue) = 215+112+243=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #D770F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770F3 is #288F0C. Grayscale: #9D9D9D. Windows color (decimal): -2658061 or 15954135. OLE color: 15954135.
HSL color Cylindrical-coordinate representation of color #D770F3: hue angle of 287.18º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D770F3 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 112 | 243 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.05 |
| HSL | 287.18º | 0.85% | 0.7% | - |
| HSV(B) | 287.18º | 0.54% | 0.95% | - |
| XYZ | 50 | 32.51 | 88.43 | - |
| YUV | 157.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 243 | 0.12 | 0.54 | 0 | 0.05 | 287.18 | 0.85 | 0.7 |
| Hex | D7 | 70 | F3 | C | 36 | 0 | 5 | 11F | 55 | 46 |
| Octal | 327 | 160 | 363 | 14 | 66 | 0 | 5 | 437 | 125 | 106 |
| Binary | 11010111 | 1110000 | 11110011 | 1100 | 110110 | 0 | 101 | 100011111 | 1010101 | 1000110 |
Color Harmonies of #D770F3
Complementary color
Monochromatic Colors of #D770F3
Black with #D770F3
Text Example
Text Example
White with #D770F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770F3; }
p { color: rgb(215,112,243); }
H1.HeaderClassName
{
color: #D770F3;
}
.AnyTagClassName
{
color: #D770F3;
}
</style>
background-color css
<style>
a { background-color: #D770F3; }
a { background-color: rgb(215,112,243); }
div.DivClassName
{
background-color: #D770F3;
}
.BgClassName
{
background-color: #D770F3;
}
</style>
border-color css
<style>
span { border-color: #D770F3; }
span { border-color: rgb(215,112,243); }
td.TdClassName
{
border-color: #D770F3;
}
.TagClassName
{
border-color: #D770F3;
}
</style>