Shades of Heliotrope #D85FF1
Tints of Heliotrope #D85FF1
RGB
CMYK
RGB Variations
Color information
#D85FF1 (or 0xD85FF1) is known color: Heliotrope. HEX triplet: D8, 5F and F1. RGB value is (216,95,241). Sum of RGB (Red+Green+Blue) = 216+95+241=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #D85FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FF1 is #27A00E. Grayscale: #939393. Windows color (decimal): -2596879 or 15818712. OLE color: 15818712.
HSL color Cylindrical-coordinate representation of color #D85FF1: hue angle of 289.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85FF1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 95 | 241 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.05 |
| HSL | 289.73º | 0.84% | 0.66% | - |
| HSV(B) | 289.73º | 0.61% | 0.95% | - |
| XYZ | 48.29 | 29.13 | 86.3 | - |
| YUV | 147.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 241 | 0.10 | 0.61 | 0 | 0.05 | 289.73 | 0.84 | 0.66 |
| Hex | D8 | 5F | F1 | A | 3D | 0 | 5 | 122 | 54 | 42 |
| Octal | 330 | 137 | 361 | 12 | 75 | 0 | 5 | 442 | 124 | 102 |
| Binary | 11011000 | 1011111 | 11110001 | 1010 | 111101 | 0 | 101 | 100100010 | 1010100 | 1000010 |
Color Harmonies of #D85FF1
Complementary color
Monochromatic Colors of #D85FF1
Black with #D85FF1
Text Example
Text Example
White with #D85FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FF1; }
p { color: rgb(216,95,241); }
H1.HeaderClassName
{
color: #D85FF1;
}
.AnyTagClassName
{
color: #D85FF1;
}
</style>
background-color css
<style>
a { background-color: #D85FF1; }
a { background-color: rgb(216,95,241); }
div.DivClassName
{
background-color: #D85FF1;
}
.BgClassName
{
background-color: #D85FF1;
}
</style>
border-color css
<style>
span { border-color: #D85FF1; }
span { border-color: rgb(216,95,241); }
td.TdClassName
{
border-color: #D85FF1;
}
.TagClassName
{
border-color: #D85FF1;
}
</style>