Shades of Heliotrope #D55FED
Tints of Heliotrope #D55FED
RGB
CMYK
RGB Variations
Color information
#D55FED (or 0xD55FED) is known color: Heliotrope. HEX triplet: D5, 5F and ED. RGB value is (213,95,237). Sum of RGB (Red+Green+Blue) = 213+95+237=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FED is #2AA012. Grayscale: #929292. Windows color (decimal): -2793491 or 15556565. OLE color: 15556565.
HSL color Cylindrical-coordinate representation of color #D55FED: hue angle of 289.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55FED is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 95 | 237 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.07 |
| HSL | 289.86º | 0.8% | 0.65% | - |
| HSV(B) | 289.86º | 0.6% | 0.93% | - |
| XYZ | 46.82 | 28.44 | 83.14 | - |
| YUV | 146.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 237 | 0.10 | 0.60 | 0 | 0.07 | 289.86 | 0.8 | 0.65 |
| Hex | D5 | 5F | ED | A | 3C | 0 | 7 | 122 | 50 | 41 |
| Octal | 325 | 137 | 355 | 12 | 74 | 0 | 7 | 442 | 120 | 101 |
| Binary | 11010101 | 1011111 | 11101101 | 1010 | 111100 | 0 | 111 | 100100010 | 1010000 | 1000001 |
Color Harmonies of #D55FED
Complementary color
Monochromatic Colors of #D55FED
Black with #D55FED
Text Example
Text Example
White with #D55FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FED; }
p { color: rgb(213,95,237); }
H1.HeaderClassName
{
color: #D55FED;
}
.AnyTagClassName
{
color: #D55FED;
}
</style>
background-color css
<style>
a { background-color: #D55FED; }
a { background-color: rgb(213,95,237); }
div.DivClassName
{
background-color: #D55FED;
}
.BgClassName
{
background-color: #D55FED;
}
</style>
border-color css
<style>
span { border-color: #D55FED; }
span { border-color: rgb(213,95,237); }
td.TdClassName
{
border-color: #D55FED;
}
.TagClassName
{
border-color: #D55FED;
}
</style>