Shades of Heliotrope #D77DF7
Tints of Heliotrope #D77DF7
RGB
CMYK
RGB Variations
Color information
#D77DF7 (or 0xD77DF7) is known color: Heliotrope. HEX triplet: D7, 7D and F7. RGB value is (215,125,247). Sum of RGB (Red+Green+Blue) = 215+125+247=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #D77DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DF7 is #288208. Grayscale: #A5A5A5. Windows color (decimal): -2654729 or 16219607. OLE color: 16219607.
HSL color Cylindrical-coordinate representation of color #D77DF7: hue angle of 284.26º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77DF7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 125 | 247 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.03 |
| HSL | 284.26º | 0.88% | 0.73% | - |
| HSV(B) | 284.26º | 0.49% | 0.97% | - |
| XYZ | 52.15 | 35.83 | 92.16 | - |
| YUV | 165.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 247 | 0.13 | 0.49 | 0 | 0.03 | 284.26 | 0.88 | 0.73 |
| Hex | D7 | 7D | F7 | D | 31 | 0 | 3 | 11C | 58 | 49 |
| Octal | 327 | 175 | 367 | 15 | 61 | 0 | 3 | 434 | 130 | 111 |
| Binary | 11010111 | 1111101 | 11110111 | 1101 | 110001 | 0 | 11 | 100011100 | 1011000 | 1001001 |
Color Harmonies of #D77DF7
Complementary color
Monochromatic Colors of #D77DF7
Black with #D77DF7
Text Example
Text Example
White with #D77DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DF7; }
p { color: rgb(215,125,247); }
H1.HeaderClassName
{
color: #D77DF7;
}
.AnyTagClassName
{
color: #D77DF7;
}
</style>
background-color css
<style>
a { background-color: #D77DF7; }
a { background-color: rgb(215,125,247); }
div.DivClassName
{
background-color: #D77DF7;
}
.BgClassName
{
background-color: #D77DF7;
}
</style>
border-color css
<style>
span { border-color: #D77DF7; }
span { border-color: rgb(215,125,247); }
td.TdClassName
{
border-color: #D77DF7;
}
.TagClassName
{
border-color: #D77DF7;
}
</style>