Shades of Heliotrope #D85BFB
Tints of Heliotrope #D85BFB
RGB
CMYK
RGB Variations
Color information
#D85BFB (or 0xD85BFB) is known color: Heliotrope. HEX triplet: D8, 5B and FB. RGB value is (216,91,251). Sum of RGB (Red+Green+Blue) = 216+91+251=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85BFB is #27A404. Grayscale: #929292. Windows color (decimal): -2597893 or 16473048. OLE color: 16473048.
HSL color Cylindrical-coordinate representation of color #D85BFB: hue angle of 286.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85BFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 91 | 251 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.02 |
| HSL | 286.88º | 0.95% | 0.67% | - |
| HSV(B) | 286.88º | 0.64% | 0.98% | - |
| XYZ | 49.47 | 29.05 | 94.27 | - |
| YUV | 146.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 251 | 0.14 | 0.64 | 0 | 0.02 | 286.88 | 0.95 | 0.67 |
| Hex | D8 | 5B | FB | E | 40 | 0 | 2 | 11F | 5F | 43 |
| Octal | 330 | 133 | 373 | 16 | 100 | 0 | 2 | 437 | 137 | 103 |
| Binary | 11011000 | 1011011 | 11111011 | 1110 | 1000000 | 0 | 10 | 100011111 | 1011111 | 1000011 |
Color Harmonies of #D85BFB
Complementary color
Monochromatic Colors of #D85BFB
Black with #D85BFB
Text Example
Text Example
White with #D85BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BFB; }
p { color: rgb(216,91,251); }
H1.HeaderClassName
{
color: #D85BFB;
}
.AnyTagClassName
{
color: #D85BFB;
}
</style>
background-color css
<style>
a { background-color: #D85BFB; }
a { background-color: rgb(216,91,251); }
div.DivClassName
{
background-color: #D85BFB;
}
.BgClassName
{
background-color: #D85BFB;
}
</style>
border-color css
<style>
span { border-color: #D85BFB; }
span { border-color: rgb(216,91,251); }
td.TdClassName
{
border-color: #D85BFB;
}
.TagClassName
{
border-color: #D85BFB;
}
</style>