Shades of Heliotrope #D56AEE
Tints of Heliotrope #D56AEE
RGB
CMYK
RGB Variations
Color information
#D56AEE (or 0xD56AEE) is known color: Heliotrope. HEX triplet: D5, 6A and EE. RGB value is (213,106,238). Sum of RGB (Red+Green+Blue) = 213+106+238=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #D56AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56AEE is #2A9511. Grayscale: #989898. Windows color (decimal): -2790674 or 15624917. OLE color: 15624917.
HSL color Cylindrical-coordinate representation of color #D56AEE: hue angle of 288.64º 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 #D56AEE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 106 | 238 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 288.64º | 0.8% | 0.67% | - |
| HSV(B) | 288.64º | 0.55% | 0.93% | - |
| XYZ | 48.03 | 30.63 | 84.27 | - |
| YUV | 153.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 238 | 0.11 | 0.55 | 0 | 0.07 | 288.64 | 0.8 | 0.67 |
| Hex | D5 | 6A | EE | B | 37 | 0 | 7 | 121 | 50 | 43 |
| Octal | 325 | 152 | 356 | 13 | 67 | 0 | 7 | 441 | 120 | 103 |
| Binary | 11010101 | 1101010 | 11101110 | 1011 | 110111 | 0 | 111 | 100100001 | 1010000 | 1000011 |
Color Harmonies of #D56AEE
Complementary color
Monochromatic Colors of #D56AEE
Black with #D56AEE
Text Example
Text Example
White with #D56AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AEE; }
p { color: rgb(213,106,238); }
H1.HeaderClassName
{
color: #D56AEE;
}
.AnyTagClassName
{
color: #D56AEE;
}
</style>
background-color css
<style>
a { background-color: #D56AEE; }
a { background-color: rgb(213,106,238); }
div.DivClassName
{
background-color: #D56AEE;
}
.BgClassName
{
background-color: #D56AEE;
}
</style>
border-color css
<style>
span { border-color: #D56AEE; }
span { border-color: rgb(213,106,238); }
td.TdClassName
{
border-color: #D56AEE;
}
.TagClassName
{
border-color: #D56AEE;
}
</style>