Shades of Heliotrope #D779F0
Tints of Heliotrope #D779F0
RGB
CMYK
RGB Variations
Color information
#D779F0 (or 0xD779F0) is known color: Heliotrope. HEX triplet: D7, 79 and F0. RGB value is (215,121,240). Sum of RGB (Red+Green+Blue) = 215+121+240=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #D779F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D779F0 is #28860F. Grayscale: #A2A2A2. Windows color (decimal): -2655760 or 15759831. OLE color: 15759831.
HSL color Cylindrical-coordinate representation of color #D779F0: hue angle of 287.39º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D779F0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 121 | 240 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.06 |
| HSL | 287.4º | 0.8% | 0.71% | - |
| HSV(B) | 287.4º | 0.5% | 0.94% | - |
| XYZ | 50.59 | 34.41 | 86.41 | - |
| YUV | 162.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 240 | 0.10 | 0.50 | 0 | 0.06 | 287.4 | 0.8 | 0.71 |
| Hex | D7 | 79 | F0 | A | 32 | 0 | 6 | 11F | 50 | 47 |
| Octal | 327 | 171 | 360 | 12 | 62 | 0 | 6 | 437 | 120 | 107 |
| Binary | 11010111 | 1111001 | 11110000 | 1010 | 110010 | 0 | 110 | 100011111 | 1010000 | 1000111 |
Color Harmonies of #D779F0
Complementary color
Monochromatic Colors of #D779F0
Black with #D779F0
Text Example
Text Example
White with #D779F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779F0; }
p { color: rgb(215,121,240); }
H1.HeaderClassName
{
color: #D779F0;
}
.AnyTagClassName
{
color: #D779F0;
}
</style>
background-color css
<style>
a { background-color: #D779F0; }
a { background-color: rgb(215,121,240); }
div.DivClassName
{
background-color: #D779F0;
}
.BgClassName
{
background-color: #D779F0;
}
</style>
border-color css
<style>
span { border-color: #D779F0; }
span { border-color: rgb(215,121,240); }
td.TdClassName
{
border-color: #D779F0;
}
.TagClassName
{
border-color: #D779F0;
}
</style>