Shades of Heliotrope #D47AF1
Tints of Heliotrope #D47AF1
RGB
CMYK
RGB Variations
Color information
#D47AF1 (or 0xD47AF1) is known color: Heliotrope. HEX triplet: D4, 7A and F1. RGB value is (212,122,241). Sum of RGB (Red+Green+Blue) = 212+122+241=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #D47AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47AF1 is #2B850E. Grayscale: #A2A2A2. Windows color (decimal): -2852111 or 15825620. OLE color: 15825620.
HSL color Cylindrical-coordinate representation of color #D47AF1: hue angle of 285.38º 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 #D47AF1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 122 | 241 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.05 |
| HSL | 285.38º | 0.81% | 0.71% | - |
| HSV(B) | 285.38º | 0.49% | 0.95% | - |
| XYZ | 49.99 | 34.27 | 87.2 | - |
| YUV | 162.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 241 | 0.12 | 0.49 | 0 | 0.05 | 285.38 | 0.81 | 0.71 |
| Hex | D4 | 7A | F1 | C | 31 | 0 | 5 | 11D | 51 | 47 |
| Octal | 324 | 172 | 361 | 14 | 61 | 0 | 5 | 435 | 121 | 107 |
| Binary | 11010100 | 1111010 | 11110001 | 1100 | 110001 | 0 | 101 | 100011101 | 1010001 | 1000111 |
Color Harmonies of #D47AF1
Complementary color
Monochromatic Colors of #D47AF1
Black with #D47AF1
Text Example
Text Example
White with #D47AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AF1; }
p { color: rgb(212,122,241); }
H1.HeaderClassName
{
color: #D47AF1;
}
.AnyTagClassName
{
color: #D47AF1;
}
</style>
background-color css
<style>
a { background-color: #D47AF1; }
a { background-color: rgb(212,122,241); }
div.DivClassName
{
background-color: #D47AF1;
}
.BgClassName
{
background-color: #D47AF1;
}
</style>
border-color css
<style>
span { border-color: #D47AF1; }
span { border-color: rgb(212,122,241); }
td.TdClassName
{
border-color: #D47AF1;
}
.TagClassName
{
border-color: #D47AF1;
}
</style>