Shades of Heliotrope #D55AF2
Tints of Heliotrope #D55AF2
RGB
CMYK
RGB Variations
Color information
#D55AF2 (or 0xD55AF2) is known color: Heliotrope. HEX triplet: D5, 5A and F2. RGB value is (213,90,242). Sum of RGB (Red+Green+Blue) = 213+90+242=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #D55AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AF2 is #2AA50D. Grayscale: #8F8F8F. Windows color (decimal): -2794766 or 15882965. OLE color: 15882965.
HSL color Cylindrical-coordinate representation of color #D55AF2: hue angle of 288.55º degrees, saturation: 0.85, 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 #D55AF2 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 90 | 242 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.05 |
| HSL | 288.55º | 0.85% | 0.65% | - |
| HSV(B) | 288.55º | 0.63% | 0.95% | - |
| XYZ | 47.12 | 27.87 | 86.9 | - |
| YUV | 144.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 242 | 0.12 | 0.63 | 0 | 0.05 | 288.55 | 0.85 | 0.65 |
| Hex | D5 | 5A | F2 | C | 3F | 0 | 5 | 121 | 55 | 41 |
| Octal | 325 | 132 | 362 | 14 | 77 | 0 | 5 | 441 | 125 | 101 |
| Binary | 11010101 | 1011010 | 11110010 | 1100 | 111111 | 0 | 101 | 100100001 | 1010101 | 1000001 |
Color Harmonies of #D55AF2
Complementary color
Monochromatic Colors of #D55AF2
Black with #D55AF2
Text Example
Text Example
White with #D55AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AF2; }
p { color: rgb(213,90,242); }
H1.HeaderClassName
{
color: #D55AF2;
}
.AnyTagClassName
{
color: #D55AF2;
}
</style>
background-color css
<style>
a { background-color: #D55AF2; }
a { background-color: rgb(213,90,242); }
div.DivClassName
{
background-color: #D55AF2;
}
.BgClassName
{
background-color: #D55AF2;
}
</style>
border-color css
<style>
span { border-color: #D55AF2; }
span { border-color: rgb(213,90,242); }
td.TdClassName
{
border-color: #D55AF2;
}
.TagClassName
{
border-color: #D55AF2;
}
</style>