Shades of Heliotrope #D37AED
Tints of Heliotrope #D37AED
RGB
CMYK
RGB Variations
Color information
#D37AED (or 0xD37AED) is known color: Heliotrope. HEX triplet: D3, 7A and ED. RGB value is (211,122,237). Sum of RGB (Red+Green+Blue) = 211+122+237=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #D37AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37AED is #2C8512. Grayscale: #A1A1A1. Windows color (decimal): -2917651 or 15563475. OLE color: 15563475.
HSL color Cylindrical-coordinate representation of color #D37AED: hue angle of 286.43º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37AED is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 122 | 237 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 286.43º | 0.76% | 0.7% | - |
| HSV(B) | 286.43º | 0.49% | 0.93% | - |
| XYZ | 49.11 | 33.88 | 84.07 | - |
| YUV | 161.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 237 | 0.11 | 0.49 | 0 | 0.07 | 286.43 | 0.76 | 0.7 |
| Hex | D3 | 7A | ED | B | 31 | 0 | 7 | 11E | 4C | 46 |
| Octal | 323 | 172 | 355 | 13 | 61 | 0 | 7 | 436 | 114 | 106 |
| Binary | 11010011 | 1111010 | 11101101 | 1011 | 110001 | 0 | 111 | 100011110 | 1001100 | 1000110 |
Color Harmonies of #D37AED
Complementary color
Monochromatic Colors of #D37AED
Black with #D37AED
Text Example
Text Example
White with #D37AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37AED; }
p { color: rgb(211,122,237); }
H1.HeaderClassName
{
color: #D37AED;
}
.AnyTagClassName
{
color: #D37AED;
}
</style>
background-color css
<style>
a { background-color: #D37AED; }
a { background-color: rgb(211,122,237); }
div.DivClassName
{
background-color: #D37AED;
}
.BgClassName
{
background-color: #D37AED;
}
</style>
border-color css
<style>
span { border-color: #D37AED; }
span { border-color: rgb(211,122,237); }
td.TdClassName
{
border-color: #D37AED;
}
.TagClassName
{
border-color: #D37AED;
}
</style>