Shades of Heliotrope #D26DEB
Tints of Heliotrope #D26DEB
RGB
CMYK
RGB Variations
Color information
#D26DEB (or 0xD26DEB) is known color: Heliotrope. HEX triplet: D2, 6D and EB. RGB value is (210,109,235). Sum of RGB (Red+Green+Blue) = 210+109+235=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D26DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DEB is #2D9214. Grayscale: #999999. Windows color (decimal): -2986517 or 15429074. OLE color: 15429074.
HSL color Cylindrical-coordinate representation of color #D26DEB: hue angle of 288.1º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26DEB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 109 | 235 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.08 |
| HSL | 288.1º | 0.76% | 0.67% | - |
| HSV(B) | 288.1º | 0.54% | 0.92% | - |
| XYZ | 47.04 | 30.64 | 82.03 | - |
| YUV | 153.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 235 | 0.11 | 0.54 | 0 | 0.08 | 288.1 | 0.76 | 0.67 |
| Hex | D2 | 6D | EB | B | 36 | 0 | 8 | 120 | 4C | 43 |
| Octal | 322 | 155 | 353 | 13 | 66 | 0 | 10 | 440 | 114 | 103 |
| Binary | 11010010 | 1101101 | 11101011 | 1011 | 110110 | 0 | 1000 | 100100000 | 1001100 | 1000011 |
Color Harmonies of #D26DEB
Complementary color
Monochromatic Colors of #D26DEB
Black with #D26DEB
Text Example
Text Example
White with #D26DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DEB; }
p { color: rgb(210,109,235); }
H1.HeaderClassName
{
color: #D26DEB;
}
.AnyTagClassName
{
color: #D26DEB;
}
</style>
background-color css
<style>
a { background-color: #D26DEB; }
a { background-color: rgb(210,109,235); }
div.DivClassName
{
background-color: #D26DEB;
}
.BgClassName
{
background-color: #D26DEB;
}
</style>
border-color css
<style>
span { border-color: #D26DEB; }
span { border-color: rgb(210,109,235); }
td.TdClassName
{
border-color: #D26DEB;
}
.TagClassName
{
border-color: #D26DEB;
}
</style>