Shades of Heliotrope #D37AE7
Tints of Heliotrope #D37AE7
RGB
CMYK
RGB Variations
Color information
#D37AE7 (or 0xD37AE7) is known color: Heliotrope. HEX triplet: D3, 7A and E7. RGB value is (211,122,231). Sum of RGB (Red+Green+Blue) = 211+122+231=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #D37AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AE7 is #2C8518. Grayscale: #A0A0A0. Windows color (decimal): -2917657 or 15170259. OLE color: 15170259.
HSL color Cylindrical-coordinate representation of color #D37AE7: hue angle of 288.99º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37AE7 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 122 | 231 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.09 |
| HSL | 288.99º | 0.69% | 0.69% | - |
| HSV(B) | 288.99º | 0.47% | 0.91% | - |
| XYZ | 48.25 | 33.54 | 79.53 | - |
| YUV | 161.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 231 | 0.09 | 0.47 | 0 | 0.09 | 288.99 | 0.69 | 0.69 |
| Hex | D3 | 7A | E7 | 9 | 2F | 0 | 9 | 121 | 45 | 45 |
| Octal | 323 | 172 | 347 | 11 | 57 | 0 | 11 | 441 | 105 | 105 |
| Binary | 11010011 | 1111010 | 11100111 | 1001 | 101111 | 0 | 1001 | 100100001 | 1000101 | 1000101 |
Color Harmonies of #D37AE7
Complementary color
Monochromatic Colors of #D37AE7
Black with #D37AE7
Text Example
Text Example
White with #D37AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AE7; }
p { color: rgb(211,122,231); }
H1.HeaderClassName
{
color: #D37AE7;
}
.AnyTagClassName
{
color: #D37AE7;
}
</style>
background-color css
<style>
a { background-color: #D37AE7; }
a { background-color: rgb(211,122,231); }
div.DivClassName
{
background-color: #D37AE7;
}
.BgClassName
{
background-color: #D37AE7;
}
</style>
border-color css
<style>
span { border-color: #D37AE7; }
span { border-color: rgb(211,122,231); }
td.TdClassName
{
border-color: #D37AE7;
}
.TagClassName
{
border-color: #D37AE7;
}
</style>