Shades of Heliotrope #D85BF1
Tints of Heliotrope #D85BF1
RGB
CMYK
RGB Variations
Color information
#D85BF1 (or 0xD85BF1) is known color: Heliotrope. HEX triplet: D8, 5B and F1. RGB value is (216,91,241). Sum of RGB (Red+Green+Blue) = 216+91+241=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #D85BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85BF1 is #27A40E. Grayscale: #919191. Windows color (decimal): -2597903 or 15817688. OLE color: 15817688.
HSL color Cylindrical-coordinate representation of color #D85BF1: hue angle of 290º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85BF1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 91 | 241 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.05 |
| HSL | 290º | 0.84% | 0.65% | - |
| HSV(B) | 290º | 0.62% | 0.95% | - |
| XYZ | 47.94 | 28.43 | 86.18 | - |
| YUV | 145.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 241 | 0.10 | 0.62 | 0 | 0.05 | 290 | 0.84 | 0.65 |
| Hex | D8 | 5B | F1 | A | 3E | 0 | 5 | 122 | 54 | 41 |
| Octal | 330 | 133 | 361 | 12 | 76 | 0 | 5 | 442 | 124 | 101 |
| Binary | 11011000 | 1011011 | 11110001 | 1010 | 111110 | 0 | 101 | 100100010 | 1010100 | 1000001 |
Color Harmonies of #D85BF1
Complementary color
Monochromatic Colors of #D85BF1
Black with #D85BF1
Text Example
Text Example
White with #D85BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BF1; }
p { color: rgb(216,91,241); }
H1.HeaderClassName
{
color: #D85BF1;
}
.AnyTagClassName
{
color: #D85BF1;
}
</style>
background-color css
<style>
a { background-color: #D85BF1; }
a { background-color: rgb(216,91,241); }
div.DivClassName
{
background-color: #D85BF1;
}
.BgClassName
{
background-color: #D85BF1;
}
</style>
border-color css
<style>
span { border-color: #D85BF1; }
span { border-color: rgb(216,91,241); }
td.TdClassName
{
border-color: #D85BF1;
}
.TagClassName
{
border-color: #D85BF1;
}
</style>