Shades of Heliotrope #D55AF0
Tints of Heliotrope #D55AF0
RGB
CMYK
RGB Variations
Color information
#D55AF0 (or 0xD55AF0) is known color: Heliotrope. HEX triplet: D5, 5A and F0. RGB value is (213,90,240). Sum of RGB (Red+Green+Blue) = 213+90+240=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #D55AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AF0 is #2AA50F. Grayscale: #8F8F8F. Windows color (decimal): -2794768 or 15751893. OLE color: 15751893.
HSL color Cylindrical-coordinate representation of color #D55AF0: hue angle of 289.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55AF0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 90 | 240 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.06 |
| HSL | 289.2º | 0.83% | 0.65% | - |
| HSV(B) | 289.2º | 0.63% | 0.94% | - |
| XYZ | 46.82 | 27.75 | 85.33 | - |
| YUV | 143.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 240 | 0.11 | 0.62 | 0 | 0.06 | 289.2 | 0.83 | 0.65 |
| Hex | D5 | 5A | F0 | B | 3E | 0 | 6 | 121 | 53 | 41 |
| Octal | 325 | 132 | 360 | 13 | 76 | 0 | 6 | 441 | 123 | 101 |
| Binary | 11010101 | 1011010 | 11110000 | 1011 | 111110 | 0 | 110 | 100100001 | 1010011 | 1000001 |
Color Harmonies of #D55AF0
Complementary color
Monochromatic Colors of #D55AF0
Black with #D55AF0
Text Example
Text Example
White with #D55AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AF0; }
p { color: rgb(213,90,240); }
H1.HeaderClassName
{
color: #D55AF0;
}
.AnyTagClassName
{
color: #D55AF0;
}
</style>
background-color css
<style>
a { background-color: #D55AF0; }
a { background-color: rgb(213,90,240); }
div.DivClassName
{
background-color: #D55AF0;
}
.BgClassName
{
background-color: #D55AF0;
}
</style>
border-color css
<style>
span { border-color: #D55AF0; }
span { border-color: rgb(213,90,240); }
td.TdClassName
{
border-color: #D55AF0;
}
.TagClassName
{
border-color: #D55AF0;
}
</style>