Shades of Heliotrope #D55DEE
Tints of Heliotrope #D55DEE
RGB
CMYK
RGB Variations
Color information
#D55DEE (or 0xD55DEE) is known color: Heliotrope. HEX triplet: D5, 5D and EE. RGB value is (213,93,238). Sum of RGB (Red+Green+Blue) = 213+93+238=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #D55DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DEE is #2AA211. Grayscale: #909090. Windows color (decimal): -2794002 or 15621589. OLE color: 15621589.
HSL color Cylindrical-coordinate representation of color #D55DEE: hue angle of 289.66º 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 #D55DEE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 93 | 238 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.07 |
| HSL | 289.66º | 0.81% | 0.65% | - |
| HSV(B) | 289.66º | 0.61% | 0.93% | - |
| XYZ | 46.79 | 28.15 | 83.86 | - |
| YUV | 145.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 238 | 0.11 | 0.61 | 0 | 0.07 | 289.66 | 0.81 | 0.65 |
| Hex | D5 | 5D | EE | B | 3D | 0 | 7 | 122 | 51 | 41 |
| Octal | 325 | 135 | 356 | 13 | 75 | 0 | 7 | 442 | 121 | 101 |
| Binary | 11010101 | 1011101 | 11101110 | 1011 | 111101 | 0 | 111 | 100100010 | 1010001 | 1000001 |
Color Harmonies of #D55DEE
Complementary color
Monochromatic Colors of #D55DEE
Black with #D55DEE
Text Example
Text Example
White with #D55DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DEE; }
p { color: rgb(213,93,238); }
H1.HeaderClassName
{
color: #D55DEE;
}
.AnyTagClassName
{
color: #D55DEE;
}
</style>
background-color css
<style>
a { background-color: #D55DEE; }
a { background-color: rgb(213,93,238); }
div.DivClassName
{
background-color: #D55DEE;
}
.BgClassName
{
background-color: #D55DEE;
}
</style>
border-color css
<style>
span { border-color: #D55DEE; }
span { border-color: rgb(213,93,238); }
td.TdClassName
{
border-color: #D55DEE;
}
.TagClassName
{
border-color: #D55DEE;
}
</style>