Shades of Heliotrope #D55AEE
Tints of Heliotrope #D55AEE
RGB
CMYK
RGB Variations
Color information
#D55AEE (or 0xD55AEE) is known color: Heliotrope. HEX triplet: D5, 5A and EE. RGB value is (213,90,238). Sum of RGB (Red+Green+Blue) = 213+90+238=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #D55AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AEE is #2AA511. Grayscale: #8F8F8F. Windows color (decimal): -2794770 or 15620821. OLE color: 15620821.
HSL color Cylindrical-coordinate representation of color #D55AEE: hue angle of 289.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55AEE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 90 | 238 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.07 |
| HSL | 289.86º | 0.81% | 0.64% | - |
| HSV(B) | 289.86º | 0.62% | 0.93% | - |
| XYZ | 46.53 | 27.63 | 83.77 | - |
| YUV | 143.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 238 | 0.11 | 0.62 | 0 | 0.07 | 289.86 | 0.81 | 0.64 |
| Hex | D5 | 5A | EE | B | 3E | 0 | 7 | 122 | 51 | 40 |
| Octal | 325 | 132 | 356 | 13 | 76 | 0 | 7 | 442 | 121 | 100 |
| Binary | 11010101 | 1011010 | 11101110 | 1011 | 111110 | 0 | 111 | 100100010 | 1010001 | 1000000 |
Color Harmonies of #D55AEE
Complementary color
Monochromatic Colors of #D55AEE
Black with #D55AEE
Text Example
Text Example
White with #D55AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AEE; }
p { color: rgb(213,90,238); }
H1.HeaderClassName
{
color: #D55AEE;
}
.AnyTagClassName
{
color: #D55AEE;
}
</style>
background-color css
<style>
a { background-color: #D55AEE; }
a { background-color: rgb(213,90,238); }
div.DivClassName
{
background-color: #D55AEE;
}
.BgClassName
{
background-color: #D55AEE;
}
</style>
border-color css
<style>
span { border-color: #D55AEE; }
span { border-color: rgb(213,90,238); }
td.TdClassName
{
border-color: #D55AEE;
}
.TagClassName
{
border-color: #D55AEE;
}
</style>