Shades of Heliotrope #D55EF2
Tints of Heliotrope #D55EF2
RGB
CMYK
RGB Variations
Color information
#D55EF2 (or 0xD55EF2) is known color: Heliotrope. HEX triplet: D5, 5E and F2. RGB value is (213,94,242). Sum of RGB (Red+Green+Blue) = 213+94+242=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #D55EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EF2 is #2AA10D. Grayscale: #919191. Windows color (decimal): -2793742 or 15883989. OLE color: 15883989.
HSL color Cylindrical-coordinate representation of color #D55EF2: hue angle of 288.24º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55EF2 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 94 | 242 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.05 |
| HSL | 288.24º | 0.85% | 0.66% | - |
| HSV(B) | 288.24º | 0.61% | 0.95% | - |
| XYZ | 47.47 | 28.56 | 87.02 | - |
| YUV | 146.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 242 | 0.12 | 0.61 | 0 | 0.05 | 288.24 | 0.85 | 0.66 |
| Hex | D5 | 5E | F2 | C | 3D | 0 | 5 | 120 | 55 | 42 |
| Octal | 325 | 136 | 362 | 14 | 75 | 0 | 5 | 440 | 125 | 102 |
| Binary | 11010101 | 1011110 | 11110010 | 1100 | 111101 | 0 | 101 | 100100000 | 1010101 | 1000010 |
Color Harmonies of #D55EF2
Complementary color
Monochromatic Colors of #D55EF2
Black with #D55EF2
Text Example
Text Example
White with #D55EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EF2; }
p { color: rgb(213,94,242); }
H1.HeaderClassName
{
color: #D55EF2;
}
.AnyTagClassName
{
color: #D55EF2;
}
</style>
background-color css
<style>
a { background-color: #D55EF2; }
a { background-color: rgb(213,94,242); }
div.DivClassName
{
background-color: #D55EF2;
}
.BgClassName
{
background-color: #D55EF2;
}
</style>
border-color css
<style>
span { border-color: #D55EF2; }
span { border-color: rgb(213,94,242); }
td.TdClassName
{
border-color: #D55EF2;
}
.TagClassName
{
border-color: #D55EF2;
}
</style>