Shades of Heliotrope #D37AEE
Tints of Heliotrope #D37AEE
RGB
CMYK
RGB Variations
Color information
#D37AEE (or 0xD37AEE) is known color: Heliotrope. HEX triplet: D3, 7A and EE. RGB value is (211,122,238). Sum of RGB (Red+Green+Blue) = 211+122+238=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #D37AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AEE is #2C8511. Grayscale: #A1A1A1. Windows color (decimal): -2917650 or 15629011. OLE color: 15629011.
HSL color Cylindrical-coordinate representation of color #D37AEE: hue angle of 286.03º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37AEE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 122 | 238 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 286.03º | 0.77% | 0.71% | - |
| HSV(B) | 286.03º | 0.49% | 0.93% | - |
| XYZ | 49.26 | 33.94 | 84.84 | - |
| YUV | 161.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 238 | 0.11 | 0.49 | 0 | 0.07 | 286.03 | 0.77 | 0.71 |
| Hex | D3 | 7A | EE | B | 31 | 0 | 7 | 11E | 4D | 47 |
| Octal | 323 | 172 | 356 | 13 | 61 | 0 | 7 | 436 | 115 | 107 |
| Binary | 11010011 | 1111010 | 11101110 | 1011 | 110001 | 0 | 111 | 100011110 | 1001101 | 1000111 |
Color Harmonies of #D37AEE
Complementary color
Monochromatic Colors of #D37AEE
Black with #D37AEE
Text Example
Text Example
White with #D37AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AEE; }
p { color: rgb(211,122,238); }
H1.HeaderClassName
{
color: #D37AEE;
}
.AnyTagClassName
{
color: #D37AEE;
}
</style>
background-color css
<style>
a { background-color: #D37AEE; }
a { background-color: rgb(211,122,238); }
div.DivClassName
{
background-color: #D37AEE;
}
.BgClassName
{
background-color: #D37AEE;
}
</style>
border-color css
<style>
span { border-color: #D37AEE; }
span { border-color: rgb(211,122,238); }
td.TdClassName
{
border-color: #D37AEE;
}
.TagClassName
{
border-color: #D37AEE;
}
</style>