Shades of Heliotrope #D85AF8
Tints of Heliotrope #D85AF8
RGB
CMYK
RGB Variations
Color information
#D85AF8 (or 0xD85AF8) is known color: Heliotrope. HEX triplet: D8, 5A and F8. RGB value is (216,90,248). Sum of RGB (Red+Green+Blue) = 216+90+248=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #D85AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AF8 is #27A507. Grayscale: #919191. Windows color (decimal): -2598152 or 16276184. OLE color: 16276184.
HSL color Cylindrical-coordinate representation of color #D85AF8: hue angle of 287.85º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85AF8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 90 | 248 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.03 |
| HSL | 287.85º | 0.92% | 0.66% | - |
| HSV(B) | 287.85º | 0.64% | 0.97% | - |
| XYZ | 48.92 | 28.69 | 91.77 | - |
| YUV | 145.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 248 | 0.13 | 0.64 | 0 | 0.03 | 287.85 | 0.92 | 0.66 |
| Hex | D8 | 5A | F8 | D | 40 | 0 | 3 | 120 | 5C | 42 |
| Octal | 330 | 132 | 370 | 15 | 100 | 0 | 3 | 440 | 134 | 102 |
| Binary | 11011000 | 1011010 | 11111000 | 1101 | 1000000 | 0 | 11 | 100100000 | 1011100 | 1000010 |
Color Harmonies of #D85AF8
Complementary color
Monochromatic Colors of #D85AF8
Black with #D85AF8
Text Example
Text Example
White with #D85AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AF8; }
p { color: rgb(216,90,248); }
H1.HeaderClassName
{
color: #D85AF8;
}
.AnyTagClassName
{
color: #D85AF8;
}
</style>
background-color css
<style>
a { background-color: #D85AF8; }
a { background-color: rgb(216,90,248); }
div.DivClassName
{
background-color: #D85AF8;
}
.BgClassName
{
background-color: #D85AF8;
}
</style>
border-color css
<style>
span { border-color: #D85AF8; }
span { border-color: rgb(216,90,248); }
td.TdClassName
{
border-color: #D85AF8;
}
.TagClassName
{
border-color: #D85AF8;
}
</style>