Shades of Heliotrope #D77DF8
Tints of Heliotrope #D77DF8
RGB
CMYK
RGB Variations
Color information
#D77DF8 (or 0xD77DF8) is known color: Heliotrope. HEX triplet: D7, 7D and F8. RGB value is (215,125,248). Sum of RGB (Red+Green+Blue) = 215+125+248=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #D77DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DF8 is #288207. Grayscale: #A5A5A5. Windows color (decimal): -2654728 or 16285143. OLE color: 16285143.
HSL color Cylindrical-coordinate representation of color #D77DF8: hue angle of 283.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77DF8 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 125 | 248 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.03 |
| HSL | 283.9º | 0.9% | 0.73% | - |
| HSV(B) | 283.9º | 0.5% | 0.97% | - |
| XYZ | 52.3 | 35.89 | 92.98 | - |
| YUV | 165.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 248 | 0.13 | 0.50 | 0 | 0.03 | 283.9 | 0.9 | 0.73 |
| Hex | D7 | 7D | F8 | D | 32 | 0 | 3 | 11C | 5A | 49 |
| Octal | 327 | 175 | 370 | 15 | 62 | 0 | 3 | 434 | 132 | 111 |
| Binary | 11010111 | 1111101 | 11111000 | 1101 | 110010 | 0 | 11 | 100011100 | 1011010 | 1001001 |
Color Harmonies of #D77DF8
Complementary color
Monochromatic Colors of #D77DF8
Black with #D77DF8
Text Example
Text Example
White with #D77DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DF8; }
p { color: rgb(215,125,248); }
H1.HeaderClassName
{
color: #D77DF8;
}
.AnyTagClassName
{
color: #D77DF8;
}
</style>
background-color css
<style>
a { background-color: #D77DF8; }
a { background-color: rgb(215,125,248); }
div.DivClassName
{
background-color: #D77DF8;
}
.BgClassName
{
background-color: #D77DF8;
}
</style>
border-color css
<style>
span { border-color: #D77DF8; }
span { border-color: rgb(215,125,248); }
td.TdClassName
{
border-color: #D77DF8;
}
.TagClassName
{
border-color: #D77DF8;
}
</style>