Shades of Heliotrope #D26EF1
Tints of Heliotrope #D26EF1
RGB
CMYK
RGB Variations
Color information
#D26EF1 (or 0xD26EF1) is known color: Heliotrope. HEX triplet: D2, 6E and F1. RGB value is (210,110,241). Sum of RGB (Red+Green+Blue) = 210+110+241=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #D26EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EF1 is #2D910E. Grayscale: #9A9A9A. Windows color (decimal): -2986255 or 15822546. OLE color: 15822546.
HSL color Cylindrical-coordinate representation of color #D26EF1: hue angle of 285.8º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26EF1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 110 | 241 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.05 |
| HSL | 285.8º | 0.82% | 0.69% | - |
| HSV(B) | 285.8º | 0.54% | 0.95% | - |
| XYZ | 48.03 | 31.2 | 86.71 | - |
| YUV | 154.83 | 176.63 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 241 | 0.13 | 0.54 | 0 | 0.05 | 285.8 | 0.82 | 0.69 |
| Hex | D2 | 6E | F1 | D | 36 | 0 | 5 | 11E | 52 | 45 |
| Octal | 322 | 156 | 361 | 15 | 66 | 0 | 5 | 436 | 122 | 105 |
| Binary | 11010010 | 1101110 | 11110001 | 1101 | 110110 | 0 | 101 | 100011110 | 1010010 | 1000101 |
Color Harmonies of #D26EF1
Complementary color
Monochromatic Colors of #D26EF1
Black with #D26EF1
Text Example
Text Example
White with #D26EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EF1; }
p { color: rgb(210,110,241); }
H1.HeaderClassName
{
color: #D26EF1;
}
.AnyTagClassName
{
color: #D26EF1;
}
</style>
background-color css
<style>
a { background-color: #D26EF1; }
a { background-color: rgb(210,110,241); }
div.DivClassName
{
background-color: #D26EF1;
}
.BgClassName
{
background-color: #D26EF1;
}
</style>
border-color css
<style>
span { border-color: #D26EF1; }
span { border-color: rgb(210,110,241); }
td.TdClassName
{
border-color: #D26EF1;
}
.TagClassName
{
border-color: #D26EF1;
}
</style>