Shades of Heliotrope #D26EEB
Tints of Heliotrope #D26EEB
RGB
CMYK
RGB Variations
Color information
#D26EEB (or 0xD26EEB) is known color: Heliotrope. HEX triplet: D2, 6E and EB. RGB value is (210,110,235). Sum of RGB (Red+Green+Blue) = 210+110+235=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #D26EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EEB is #2D9114. Grayscale: #999999. Windows color (decimal): -2986261 or 15429330. OLE color: 15429330.
HSL color Cylindrical-coordinate representation of color #D26EEB: hue angle of 288º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26EEB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 110 | 235 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.08 |
| HSL | 288º | 0.76% | 0.68% | - |
| HSV(B) | 288º | 0.53% | 0.92% | - |
| XYZ | 47.15 | 30.85 | 82.07 | - |
| YUV | 154.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 235 | 0.11 | 0.53 | 0 | 0.08 | 288 | 0.76 | 0.68 |
| Hex | D2 | 6E | EB | B | 35 | 0 | 8 | 120 | 4C | 44 |
| Octal | 322 | 156 | 353 | 13 | 65 | 0 | 10 | 440 | 114 | 104 |
| Binary | 11010010 | 1101110 | 11101011 | 1011 | 110101 | 0 | 1000 | 100100000 | 1001100 | 1000100 |
Color Harmonies of #D26EEB
Complementary color
Monochromatic Colors of #D26EEB
Black with #D26EEB
Text Example
Text Example
White with #D26EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EEB; }
p { color: rgb(210,110,235); }
H1.HeaderClassName
{
color: #D26EEB;
}
.AnyTagClassName
{
color: #D26EEB;
}
</style>
background-color css
<style>
a { background-color: #D26EEB; }
a { background-color: rgb(210,110,235); }
div.DivClassName
{
background-color: #D26EEB;
}
.BgClassName
{
background-color: #D26EEB;
}
</style>
border-color css
<style>
span { border-color: #D26EEB; }
span { border-color: rgb(210,110,235); }
td.TdClassName
{
border-color: #D26EEB;
}
.TagClassName
{
border-color: #D26EEB;
}
</style>