Shades of Heliotrope #D37AFA
Tints of Heliotrope #D37AFA
RGB
CMYK
RGB Variations
Color information
#D37AFA (or 0xD37AFA) is known color: Heliotrope. HEX triplet: D3, 7A and FA. RGB value is (211,122,250). Sum of RGB (Red+Green+Blue) = 211+122+250=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AFA is #2C8505. Grayscale: #A2A2A2. Windows color (decimal): -2917638 or 16415443. OLE color: 16415443.
HSL color Cylindrical-coordinate representation of color #D37AFA: hue angle of 281.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37AFA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 122 | 250 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.02 |
| HSL | 281.72º | 0.93% | 0.73% | - |
| HSV(B) | 281.72º | 0.51% | 0.98% | - |
| XYZ | 51.08 | 34.67 | 94.44 | - |
| YUV | 163.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 250 | 0.16 | 0.51 | 0 | 0.02 | 281.72 | 0.93 | 0.73 |
| Hex | D3 | 7A | FA | 10 | 33 | 0 | 2 | 11A | 5D | 49 |
| Octal | 323 | 172 | 372 | 20 | 63 | 0 | 2 | 432 | 135 | 111 |
| Binary | 11010011 | 1111010 | 11111010 | 10000 | 110011 | 0 | 10 | 100011010 | 1011101 | 1001001 |
Color Harmonies of #D37AFA
Complementary color
Monochromatic Colors of #D37AFA
Black with #D37AFA
Text Example
Text Example
White with #D37AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AFA; }
p { color: rgb(211,122,250); }
H1.HeaderClassName
{
color: #D37AFA;
}
.AnyTagClassName
{
color: #D37AFA;
}
</style>
background-color css
<style>
a { background-color: #D37AFA; }
a { background-color: rgb(211,122,250); }
div.DivClassName
{
background-color: #D37AFA;
}
.BgClassName
{
background-color: #D37AFA;
}
</style>
border-color css
<style>
span { border-color: #D37AFA; }
span { border-color: rgb(211,122,250); }
td.TdClassName
{
border-color: #D37AFA;
}
.TagClassName
{
border-color: #D37AFA;
}
</style>