Shades of Heliotrope #D26EEE
Tints of Heliotrope #D26EEE
RGB
CMYK
RGB Variations
Color information
#D26EEE (or 0xD26EEE) is known color: Heliotrope. HEX triplet: D2, 6E and EE. RGB value is (210,110,238). Sum of RGB (Red+Green+Blue) = 210+110+238=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #D26EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26EEE is #2D9111. Grayscale: #9A9A9A. Windows color (decimal): -2986258 or 15625938. OLE color: 15625938.
HSL color Cylindrical-coordinate representation of color #D26EEE: hue angle of 286.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26EEE is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 110 | 238 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.07 |
| HSL | 286.88º | 0.79% | 0.68% | - |
| HSV(B) | 286.88º | 0.54% | 0.93% | - |
| XYZ | 47.59 | 31.03 | 84.37 | - |
| YUV | 154.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 238 | 0.12 | 0.54 | 0 | 0.07 | 286.88 | 0.79 | 0.68 |
| Hex | D2 | 6E | EE | C | 36 | 0 | 7 | 11F | 4F | 44 |
| Octal | 322 | 156 | 356 | 14 | 66 | 0 | 7 | 437 | 117 | 104 |
| Binary | 11010010 | 1101110 | 11101110 | 1100 | 110110 | 0 | 111 | 100011111 | 1001111 | 1000100 |
Color Harmonies of #D26EEE
Complementary color
Monochromatic Colors of #D26EEE
Black with #D26EEE
Text Example
Text Example
White with #D26EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EEE; }
p { color: rgb(210,110,238); }
H1.HeaderClassName
{
color: #D26EEE;
}
.AnyTagClassName
{
color: #D26EEE;
}
</style>
background-color css
<style>
a { background-color: #D26EEE; }
a { background-color: rgb(210,110,238); }
div.DivClassName
{
background-color: #D26EEE;
}
.BgClassName
{
background-color: #D26EEE;
}
</style>
border-color css
<style>
span { border-color: #D26EEE; }
span { border-color: rgb(210,110,238); }
td.TdClassName
{
border-color: #D26EEE;
}
.TagClassName
{
border-color: #D26EEE;
}
</style>