Shades of Heliotrope #D55DED
Tints of Heliotrope #D55DED
RGB
CMYK
RGB Variations
Color information
#D55DED (or 0xD55DED) is known color: Heliotrope. HEX triplet: D5, 5D and ED. RGB value is (213,93,237). Sum of RGB (Red+Green+Blue) = 213+93+237=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DED is #2AA212. Grayscale: #909090. Windows color (decimal): -2794003 or 15556053. OLE color: 15556053.
HSL color Cylindrical-coordinate representation of color #D55DED: hue angle of 290º degrees, saturation: 0.8, 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 #D55DED is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 93 | 237 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.07 |
| HSL | 290º | 0.8% | 0.65% | - |
| HSV(B) | 290º | 0.61% | 0.93% | - |
| XYZ | 46.64 | 28.09 | 83.08 | - |
| YUV | 145.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 237 | 0.10 | 0.61 | 0 | 0.07 | 290 | 0.8 | 0.65 |
| Hex | D5 | 5D | ED | A | 3D | 0 | 7 | 122 | 50 | 41 |
| Octal | 325 | 135 | 355 | 12 | 75 | 0 | 7 | 442 | 120 | 101 |
| Binary | 11010101 | 1011101 | 11101101 | 1010 | 111101 | 0 | 111 | 100100010 | 1010000 | 1000001 |
Color Harmonies of #D55DED
Complementary color
Monochromatic Colors of #D55DED
Black with #D55DED
Text Example
Text Example
White with #D55DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DED; }
p { color: rgb(213,93,237); }
H1.HeaderClassName
{
color: #D55DED;
}
.AnyTagClassName
{
color: #D55DED;
}
</style>
background-color css
<style>
a { background-color: #D55DED; }
a { background-color: rgb(213,93,237); }
div.DivClassName
{
background-color: #D55DED;
}
.BgClassName
{
background-color: #D55DED;
}
</style>
border-color css
<style>
span { border-color: #D55DED; }
span { border-color: rgb(213,93,237); }
td.TdClassName
{
border-color: #D55DED;
}
.TagClassName
{
border-color: #D55DED;
}
</style>