Shades of Heliotrope #D778F3
Tints of Heliotrope #D778F3
RGB
CMYK
RGB Variations
Color information
#D778F3 (or 0xD778F3) is known color: Heliotrope. HEX triplet: D7, 78 and F3. RGB value is (215,120,243). Sum of RGB (Red+Green+Blue) = 215+120+243=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #D778F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778F3 is #28870C. Grayscale: #A2A2A2. Windows color (decimal): -2656013 or 15956183. OLE color: 15956183.
HSL color Cylindrical-coordinate representation of color #D778F3: hue angle of 286.34º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D778F3 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 120 | 243 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.05 |
| HSL | 286.34º | 0.84% | 0.71% | - |
| HSV(B) | 286.34º | 0.51% | 0.95% | - |
| XYZ | 50.92 | 34.35 | 88.74 | - |
| YUV | 162.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 243 | 0.12 | 0.51 | 0 | 0.05 | 286.34 | 0.84 | 0.71 |
| Hex | D7 | 78 | F3 | C | 33 | 0 | 5 | 11E | 54 | 47 |
| Octal | 327 | 170 | 363 | 14 | 63 | 0 | 5 | 436 | 124 | 107 |
| Binary | 11010111 | 1111000 | 11110011 | 1100 | 110011 | 0 | 101 | 100011110 | 1010100 | 1000111 |
Color Harmonies of #D778F3
Complementary color
Monochromatic Colors of #D778F3
Black with #D778F3
Text Example
Text Example
White with #D778F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778F3; }
p { color: rgb(215,120,243); }
H1.HeaderClassName
{
color: #D778F3;
}
.AnyTagClassName
{
color: #D778F3;
}
</style>
background-color css
<style>
a { background-color: #D778F3; }
a { background-color: rgb(215,120,243); }
div.DivClassName
{
background-color: #D778F3;
}
.BgClassName
{
background-color: #D778F3;
}
</style>
border-color css
<style>
span { border-color: #D778F3; }
span { border-color: rgb(215,120,243); }
td.TdClassName
{
border-color: #D778F3;
}
.TagClassName
{
border-color: #D778F3;
}
</style>