Shades of Heliotrope #D85AF4
Tints of Heliotrope #D85AF4
RGB
CMYK
RGB Variations
Color information
#D85AF4 (or 0xD85AF4) is known color: Heliotrope. HEX triplet: D8, 5A and F4. RGB value is (216,90,244). Sum of RGB (Red+Green+Blue) = 216+90+244=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 244 (95.70% from 255 or 44.36% from 550); Max value from RGB is 244 - color contains mainly: blue. Hex color #D85AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AF4 is #27A50B. Grayscale: #909090. Windows color (decimal): -2598156 or 16014040. OLE color: 16014040.
HSL color Cylindrical-coordinate representation of color #D85AF4: hue angle of 289.09º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85AF4 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 90 | 244 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.04 |
| HSL | 289.09º | 0.88% | 0.65% | - |
| HSV(B) | 289.09º | 0.63% | 0.96% | - |
| XYZ | 48.3 | 28.44 | 88.53 | - |
| YUV | 145.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 244 | 0.11 | 0.63 | 0 | 0.04 | 289.09 | 0.88 | 0.65 |
| Hex | D8 | 5A | F4 | B | 3F | 0 | 4 | 121 | 58 | 41 |
| Octal | 330 | 132 | 364 | 13 | 77 | 0 | 4 | 441 | 130 | 101 |
| Binary | 11011000 | 1011010 | 11110100 | 1011 | 111111 | 0 | 100 | 100100001 | 1011000 | 1000001 |
Color Harmonies of #D85AF4
Complementary color
Monochromatic Colors of #D85AF4
Black with #D85AF4
Text Example
Text Example
White with #D85AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AF4; }
p { color: rgb(216,90,244); }
H1.HeaderClassName
{
color: #D85AF4;
}
.AnyTagClassName
{
color: #D85AF4;
}
</style>
background-color css
<style>
a { background-color: #D85AF4; }
a { background-color: rgb(216,90,244); }
div.DivClassName
{
background-color: #D85AF4;
}
.BgClassName
{
background-color: #D85AF4;
}
</style>
border-color css
<style>
span { border-color: #D85AF4; }
span { border-color: rgb(216,90,244); }
td.TdClassName
{
border-color: #D85AF4;
}
.TagClassName
{
border-color: #D85AF4;
}
</style>