Shades of Heliotrope #D85AFA
Tints of Heliotrope #D85AFA
RGB
CMYK
RGB Variations
Color information
#D85AFA (or 0xD85AFA) is known color: Heliotrope. HEX triplet: D8, 5A and FA. RGB value is (216,90,250). Sum of RGB (Red+Green+Blue) = 216+90+250=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D85AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFA is #27A505. Grayscale: #919191. Windows color (decimal): -2598150 or 16407256. OLE color: 16407256.
HSL color Cylindrical-coordinate representation of color #D85AFA: hue angle of 287.25º degrees, saturation: 0.94, 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 #D85AFA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 90 | 250 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.02 |
| HSL | 287.25º | 0.94% | 0.67% | - |
| HSV(B) | 287.25º | 0.64% | 0.98% | - |
| XYZ | 49.23 | 28.81 | 93.41 | - |
| YUV | 145.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 250 | 0.14 | 0.64 | 0 | 0.02 | 287.25 | 0.94 | 0.67 |
| Hex | D8 | 5A | FA | E | 40 | 0 | 2 | 11F | 5E | 43 |
| Octal | 330 | 132 | 372 | 16 | 100 | 0 | 2 | 437 | 136 | 103 |
| Binary | 11011000 | 1011010 | 11111010 | 1110 | 1000000 | 0 | 10 | 100011111 | 1011110 | 1000011 |
Color Harmonies of #D85AFA
Complementary color
Monochromatic Colors of #D85AFA
Black with #D85AFA
Text Example
Text Example
White with #D85AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AFA; }
p { color: rgb(216,90,250); }
H1.HeaderClassName
{
color: #D85AFA;
}
.AnyTagClassName
{
color: #D85AFA;
}
</style>
background-color css
<style>
a { background-color: #D85AFA; }
a { background-color: rgb(216,90,250); }
div.DivClassName
{
background-color: #D85AFA;
}
.BgClassName
{
background-color: #D85AFA;
}
</style>
border-color css
<style>
span { border-color: #D85AFA; }
span { border-color: rgb(216,90,250); }
td.TdClassName
{
border-color: #D85AFA;
}
.TagClassName
{
border-color: #D85AFA;
}
</style>