Shades of Heliotrope #D85EF8
Tints of Heliotrope #D85EF8
RGB
CMYK
RGB Variations
Color information
#D85EF8 (or 0xD85EF8) is known color: Heliotrope. HEX triplet: D8, 5E and F8. RGB value is (216,94,248). Sum of RGB (Red+Green+Blue) = 216+94+248=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #D85EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EF8 is #27A107. Grayscale: #939393. Windows color (decimal): -2597128 or 16277208. OLE color: 16277208.
HSL color Cylindrical-coordinate representation of color #D85EF8: hue angle of 287.53º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85EF8 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 94 | 248 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.03 |
| HSL | 287.53º | 0.92% | 0.67% | - |
| HSV(B) | 287.53º | 0.62% | 0.97% | - |
| XYZ | 49.26 | 29.38 | 91.88 | - |
| YUV | 148.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 248 | 0.13 | 0.62 | 0 | 0.03 | 287.53 | 0.92 | 0.67 |
| Hex | D8 | 5E | F8 | D | 3E | 0 | 3 | 120 | 5C | 43 |
| Octal | 330 | 136 | 370 | 15 | 76 | 0 | 3 | 440 | 134 | 103 |
| Binary | 11011000 | 1011110 | 11111000 | 1101 | 111110 | 0 | 11 | 100100000 | 1011100 | 1000011 |
Color Harmonies of #D85EF8
Complementary color
Monochromatic Colors of #D85EF8
Black with #D85EF8
Text Example
Text Example
White with #D85EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EF8; }
p { color: rgb(216,94,248); }
H1.HeaderClassName
{
color: #D85EF8;
}
.AnyTagClassName
{
color: #D85EF8;
}
</style>
background-color css
<style>
a { background-color: #D85EF8; }
a { background-color: rgb(216,94,248); }
div.DivClassName
{
background-color: #D85EF8;
}
.BgClassName
{
background-color: #D85EF8;
}
</style>
border-color css
<style>
span { border-color: #D85EF8; }
span { border-color: rgb(216,94,248); }
td.TdClassName
{
border-color: #D85EF8;
}
.TagClassName
{
border-color: #D85EF8;
}
</style>