Shades of Heliotrope #D77FF8
Tints of Heliotrope #D77FF8
RGB
CMYK
RGB Variations
Color information
#D77FF8 (or 0xD77FF8) is known color: Heliotrope. HEX triplet: D7, 7F and F8. RGB value is (215,127,248). Sum of RGB (Red+Green+Blue) = 215+127+248=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #D77FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FF8 is #288007. Grayscale: #A6A6A6. Windows color (decimal): -2654216 or 16285655. OLE color: 16285655.
HSL color Cylindrical-coordinate representation of color #D77FF8: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77FF8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 127 | 248 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.03 |
| HSL | 283.64º | 0.9% | 0.74% | - |
| HSV(B) | 283.64º | 0.49% | 0.97% | - |
| XYZ | 52.56 | 36.4 | 93.06 | - |
| YUV | 167.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 248 | 0.13 | 0.49 | 0 | 0.03 | 283.64 | 0.9 | 0.74 |
| Hex | D7 | 7F | F8 | D | 31 | 0 | 3 | 11C | 5A | 4A |
| Octal | 327 | 177 | 370 | 15 | 61 | 0 | 3 | 434 | 132 | 112 |
| Binary | 11010111 | 1111111 | 11111000 | 1101 | 110001 | 0 | 11 | 100011100 | 1011010 | 1001010 |
Color Harmonies of #D77FF8
Complementary color
Monochromatic Colors of #D77FF8
Black with #D77FF8
Text Example
Text Example
White with #D77FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FF8; }
p { color: rgb(215,127,248); }
H1.HeaderClassName
{
color: #D77FF8;
}
.AnyTagClassName
{
color: #D77FF8;
}
</style>
background-color css
<style>
a { background-color: #D77FF8; }
a { background-color: rgb(215,127,248); }
div.DivClassName
{
background-color: #D77FF8;
}
.BgClassName
{
background-color: #D77FF8;
}
</style>
border-color css
<style>
span { border-color: #D77FF8; }
span { border-color: rgb(215,127,248); }
td.TdClassName
{
border-color: #D77FF8;
}
.TagClassName
{
border-color: #D77FF8;
}
</style>