Shades of Heliotrope #D77FF4
Tints of Heliotrope #D77FF4
RGB
CMYK
RGB Variations
Color information
#D77FF4 (or 0xD77FF4) is known color: Heliotrope. HEX triplet: D7, 7F and F4. RGB value is (215,127,244). Sum of RGB (Red+Green+Blue) = 215+127+244=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #D77FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FF4 is #28800B. Grayscale: #A6A6A6. Windows color (decimal): -2654220 or 16023511. OLE color: 16023511.
HSL color Cylindrical-coordinate representation of color #D77FF4: hue angle of 285.13º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77FF4 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 127 | 244 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.04 |
| HSL | 285.13º | 0.84% | 0.73% | - |
| HSV(B) | 285.13º | 0.48% | 0.96% | - |
| XYZ | 51.94 | 36.16 | 89.83 | - |
| YUV | 166.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 244 | 0.12 | 0.48 | 0 | 0.04 | 285.13 | 0.84 | 0.73 |
| Hex | D7 | 7F | F4 | C | 30 | 0 | 4 | 11D | 54 | 49 |
| Octal | 327 | 177 | 364 | 14 | 60 | 0 | 4 | 435 | 124 | 111 |
| Binary | 11010111 | 1111111 | 11110100 | 1100 | 110000 | 0 | 100 | 100011101 | 1010100 | 1001001 |
Color Harmonies of #D77FF4
Complementary color
Monochromatic Colors of #D77FF4
Black with #D77FF4
Text Example
Text Example
White with #D77FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FF4; }
p { color: rgb(215,127,244); }
H1.HeaderClassName
{
color: #D77FF4;
}
.AnyTagClassName
{
color: #D77FF4;
}
</style>
background-color css
<style>
a { background-color: #D77FF4; }
a { background-color: rgb(215,127,244); }
div.DivClassName
{
background-color: #D77FF4;
}
.BgClassName
{
background-color: #D77FF4;
}
</style>
border-color css
<style>
span { border-color: #D77FF4; }
span { border-color: rgb(215,127,244); }
td.TdClassName
{
border-color: #D77FF4;
}
.TagClassName
{
border-color: #D77FF4;
}
</style>