Shades of Heliotrope #D85BFD
Tints of Heliotrope #D85BFD
RGB
CMYK
RGB Variations
Color information
#D85BFD (or 0xD85BFD) is known color: Heliotrope. HEX triplet: D8, 5B and FD. RGB value is (216,91,253). Sum of RGB (Red+Green+Blue) = 216+91+253=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D85BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85BFD is #27A402. Grayscale: #929292. Windows color (decimal): -2597891 or 16604120. OLE color: 16604120.
HSL color Cylindrical-coordinate representation of color #D85BFD: hue angle of 286.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85BFD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 91 | 253 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.01 |
| HSL | 286.3º | 0.98% | 0.67% | - |
| HSV(B) | 286.3º | 0.64% | 0.99% | - |
| XYZ | 49.79 | 29.17 | 95.94 | - |
| YUV | 146.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 253 | 0.15 | 0.64 | 0 | 0.01 | 286.3 | 0.98 | 0.67 |
| Hex | D8 | 5B | FD | F | 40 | 0 | 1 | 11E | 62 | 43 |
| Octal | 330 | 133 | 375 | 17 | 100 | 0 | 1 | 436 | 142 | 103 |
| Binary | 11011000 | 1011011 | 11111101 | 1111 | 1000000 | 0 | 1 | 100011110 | 1100010 | 1000011 |
Color Harmonies of #D85BFD
Complementary color
Monochromatic Colors of #D85BFD
Black with #D85BFD
Text Example
Text Example
White with #D85BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BFD; }
p { color: rgb(216,91,253); }
H1.HeaderClassName
{
color: #D85BFD;
}
.AnyTagClassName
{
color: #D85BFD;
}
</style>
background-color css
<style>
a { background-color: #D85BFD; }
a { background-color: rgb(216,91,253); }
div.DivClassName
{
background-color: #D85BFD;
}
.BgClassName
{
background-color: #D85BFD;
}
</style>
border-color css
<style>
span { border-color: #D85BFD; }
span { border-color: rgb(216,91,253); }
td.TdClassName
{
border-color: #D85BFD;
}
.TagClassName
{
border-color: #D85BFD;
}
</style>