Shades of Heliotrope #D26AEE
Tints of Heliotrope #D26AEE
RGB
CMYK
RGB Variations
Color information
#D26AEE (or 0xD26AEE) is known color: Heliotrope. HEX triplet: D2, 6A and EE. RGB value is (210,106,238). Sum of RGB (Red+Green+Blue) = 210+106+238=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D26AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AEE is #2D9511. Grayscale: #979797. Windows color (decimal): -2987282 or 15624914. OLE color: 15624914.
HSL color Cylindrical-coordinate representation of color #D26AEE: hue angle of 287.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26AEE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 106 | 238 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 287.27º | 0.8% | 0.67% | - |
| HSV(B) | 287.27º | 0.55% | 0.93% | - |
| XYZ | 47.16 | 30.18 | 84.23 | - |
| YUV | 152.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 238 | 0.12 | 0.55 | 0 | 0.07 | 287.27 | 0.8 | 0.67 |
| Hex | D2 | 6A | EE | C | 37 | 0 | 7 | 11F | 50 | 43 |
| Octal | 322 | 152 | 356 | 14 | 67 | 0 | 7 | 437 | 120 | 103 |
| Binary | 11010010 | 1101010 | 11101110 | 1100 | 110111 | 0 | 111 | 100011111 | 1010000 | 1000011 |
Color Harmonies of #D26AEE
Complementary color
Monochromatic Colors of #D26AEE
Black with #D26AEE
Text Example
Text Example
White with #D26AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AEE; }
p { color: rgb(210,106,238); }
H1.HeaderClassName
{
color: #D26AEE;
}
.AnyTagClassName
{
color: #D26AEE;
}
</style>
background-color css
<style>
a { background-color: #D26AEE; }
a { background-color: rgb(210,106,238); }
div.DivClassName
{
background-color: #D26AEE;
}
.BgClassName
{
background-color: #D26AEE;
}
</style>
border-color css
<style>
span { border-color: #D26AEE; }
span { border-color: rgb(210,106,238); }
td.TdClassName
{
border-color: #D26AEE;
}
.TagClassName
{
border-color: #D26AEE;
}
</style>