Shades of Heliotrope #D57AF1
Tints of Heliotrope #D57AF1
RGB
CMYK
RGB Variations
Color information
#D57AF1 (or 0xD57AF1) is known color: Heliotrope. HEX triplet: D5, 7A and F1. RGB value is (213,122,241). Sum of RGB (Red+Green+Blue) = 213+122+241=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #D57AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AF1 is #2A850E. Grayscale: #A2A2A2. Windows color (decimal): -2786575 or 15825621. OLE color: 15825621.
HSL color Cylindrical-coordinate representation of color #D57AF1: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57AF1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 122 | 241 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.05 |
| HSL | 285.88º | 0.81% | 0.71% | - |
| HSV(B) | 285.88º | 0.49% | 0.95% | - |
| XYZ | 50.28 | 34.42 | 87.21 | - |
| YUV | 162.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 241 | 0.12 | 0.49 | 0 | 0.05 | 285.88 | 0.81 | 0.71 |
| Hex | D5 | 7A | F1 | C | 31 | 0 | 5 | 11E | 51 | 47 |
| Octal | 325 | 172 | 361 | 14 | 61 | 0 | 5 | 436 | 121 | 107 |
| Binary | 11010101 | 1111010 | 11110001 | 1100 | 110001 | 0 | 101 | 100011110 | 1010001 | 1000111 |
Color Harmonies of #D57AF1
Complementary color
Monochromatic Colors of #D57AF1
Black with #D57AF1
Text Example
Text Example
White with #D57AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AF1; }
p { color: rgb(213,122,241); }
H1.HeaderClassName
{
color: #D57AF1;
}
.AnyTagClassName
{
color: #D57AF1;
}
</style>
background-color css
<style>
a { background-color: #D57AF1; }
a { background-color: rgb(213,122,241); }
div.DivClassName
{
background-color: #D57AF1;
}
.BgClassName
{
background-color: #D57AF1;
}
</style>
border-color css
<style>
span { border-color: #D57AF1; }
span { border-color: rgb(213,122,241); }
td.TdClassName
{
border-color: #D57AF1;
}
.TagClassName
{
border-color: #D57AF1;
}
</style>