Shades of Heliotrope #D55EEE
Tints of Heliotrope #D55EEE
RGB
CMYK
RGB Variations
Color information
#D55EEE (or 0xD55EEE) is known color: Heliotrope. HEX triplet: D5, 5E and EE. RGB value is (213,94,238). Sum of RGB (Red+Green+Blue) = 213+94+238=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D55EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EEE is #2AA111. Grayscale: #919191. Windows color (decimal): -2793746 or 15621845. OLE color: 15621845.
HSL color Cylindrical-coordinate representation of color #D55EEE: hue angle of 289.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55EEE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 94 | 238 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.07 |
| HSL | 289.58º | 0.81% | 0.65% | - |
| HSV(B) | 289.58º | 0.61% | 0.93% | - |
| XYZ | 46.88 | 28.32 | 83.89 | - |
| YUV | 146 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 238 | 0.11 | 0.61 | 0 | 0.07 | 289.58 | 0.81 | 0.65 |
| Hex | D5 | 5E | EE | B | 3D | 0 | 7 | 122 | 51 | 41 |
| Octal | 325 | 136 | 356 | 13 | 75 | 0 | 7 | 442 | 121 | 101 |
| Binary | 11010101 | 1011110 | 11101110 | 1011 | 111101 | 0 | 111 | 100100010 | 1010001 | 1000001 |
Color Harmonies of #D55EEE
Complementary color
Monochromatic Colors of #D55EEE
Black with #D55EEE
Text Example
Text Example
White with #D55EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EEE; }
p { color: rgb(213,94,238); }
H1.HeaderClassName
{
color: #D55EEE;
}
.AnyTagClassName
{
color: #D55EEE;
}
</style>
background-color css
<style>
a { background-color: #D55EEE; }
a { background-color: rgb(213,94,238); }
div.DivClassName
{
background-color: #D55EEE;
}
.BgClassName
{
background-color: #D55EEE;
}
</style>
border-color css
<style>
span { border-color: #D55EEE; }
span { border-color: rgb(213,94,238); }
td.TdClassName
{
border-color: #D55EEE;
}
.TagClassName
{
border-color: #D55EEE;
}
</style>