Shades of Heliotrope #D55AF1
Tints of Heliotrope #D55AF1
RGB
CMYK
RGB Variations
Color information
#D55AF1 (or 0xD55AF1) is known color: Heliotrope. HEX triplet: D5, 5A and F1. RGB value is (213,90,241). Sum of RGB (Red+Green+Blue) = 213+90+241=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #D55AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AF1 is #2AA50E. Grayscale: #8F8F8F. Windows color (decimal): -2794767 or 15817429. OLE color: 15817429.
HSL color Cylindrical-coordinate representation of color #D55AF1: hue angle of 288.87º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55AF1 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 90 | 241 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.05 |
| HSL | 288.87º | 0.84% | 0.65% | - |
| HSV(B) | 288.87º | 0.63% | 0.95% | - |
| XYZ | 46.97 | 27.81 | 86.11 | - |
| YUV | 143.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 241 | 0.12 | 0.63 | 0 | 0.05 | 288.87 | 0.84 | 0.65 |
| Hex | D5 | 5A | F1 | C | 3F | 0 | 5 | 121 | 54 | 41 |
| Octal | 325 | 132 | 361 | 14 | 77 | 0 | 5 | 441 | 124 | 101 |
| Binary | 11010101 | 1011010 | 11110001 | 1100 | 111111 | 0 | 101 | 100100001 | 1010100 | 1000001 |
Color Harmonies of #D55AF1
Complementary color
Monochromatic Colors of #D55AF1
Black with #D55AF1
Text Example
Text Example
White with #D55AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AF1; }
p { color: rgb(213,90,241); }
H1.HeaderClassName
{
color: #D55AF1;
}
.AnyTagClassName
{
color: #D55AF1;
}
</style>
background-color css
<style>
a { background-color: #D55AF1; }
a { background-color: rgb(213,90,241); }
div.DivClassName
{
background-color: #D55AF1;
}
.BgClassName
{
background-color: #D55AF1;
}
</style>
border-color css
<style>
span { border-color: #D55AF1; }
span { border-color: rgb(213,90,241); }
td.TdClassName
{
border-color: #D55AF1;
}
.TagClassName
{
border-color: #D55AF1;
}
</style>