Shades of Heliotrope #D55DF1
Tints of Heliotrope #D55DF1
RGB
CMYK
RGB Variations
Color information
#D55DF1 (or 0xD55DF1) is known color: Heliotrope. HEX triplet: D5, 5D and F1. RGB value is (213,93,241). Sum of RGB (Red+Green+Blue) = 213+93+241=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #D55DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DF1 is #2AA20E. Grayscale: #919191. Windows color (decimal): -2793999 or 15818197. OLE color: 15818197.
HSL color Cylindrical-coordinate representation of color #D55DF1: hue angle of 288.65º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55DF1 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 93 | 241 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.05 |
| HSL | 288.65º | 0.84% | 0.65% | - |
| HSV(B) | 288.65º | 0.61% | 0.95% | - |
| XYZ | 47.23 | 28.33 | 86.2 | - |
| YUV | 145.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 241 | 0.12 | 0.61 | 0 | 0.05 | 288.65 | 0.84 | 0.65 |
| Hex | D5 | 5D | F1 | C | 3D | 0 | 5 | 121 | 54 | 41 |
| Octal | 325 | 135 | 361 | 14 | 75 | 0 | 5 | 441 | 124 | 101 |
| Binary | 11010101 | 1011101 | 11110001 | 1100 | 111101 | 0 | 101 | 100100001 | 1010100 | 1000001 |
Color Harmonies of #D55DF1
Complementary color
Monochromatic Colors of #D55DF1
Black with #D55DF1
Text Example
Text Example
White with #D55DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DF1; }
p { color: rgb(213,93,241); }
H1.HeaderClassName
{
color: #D55DF1;
}
.AnyTagClassName
{
color: #D55DF1;
}
</style>
background-color css
<style>
a { background-color: #D55DF1; }
a { background-color: rgb(213,93,241); }
div.DivClassName
{
background-color: #D55DF1;
}
.BgClassName
{
background-color: #D55DF1;
}
</style>
border-color css
<style>
span { border-color: #D55DF1; }
span { border-color: rgb(213,93,241); }
td.TdClassName
{
border-color: #D55DF1;
}
.TagClassName
{
border-color: #D55DF1;
}
</style>