Shades of Heliotrope #D37EF1
Tints of Heliotrope #D37EF1
RGB
CMYK
RGB Variations
Color information
#D37EF1 (or 0xD37EF1) is known color: Heliotrope. HEX triplet: D3, 7E and F1. RGB value is (211,126,241). Sum of RGB (Red+Green+Blue) = 211+126+241=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #D37EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EF1 is #2C810E. Grayscale: #A4A4A4. Windows color (decimal): -2916623 or 15826643. OLE color: 15826643.
HSL color Cylindrical-coordinate representation of color #D37EF1: hue angle of 284.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37EF1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 126 | 241 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.05 |
| HSL | 284.35º | 0.8% | 0.72% | - |
| HSV(B) | 284.35º | 0.48% | 0.95% | - |
| XYZ | 50.2 | 35.12 | 87.35 | - |
| YUV | 164.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 241 | 0.12 | 0.48 | 0 | 0.05 | 284.35 | 0.8 | 0.72 |
| Hex | D3 | 7E | F1 | C | 30 | 0 | 5 | 11C | 50 | 48 |
| Octal | 323 | 176 | 361 | 14 | 60 | 0 | 5 | 434 | 120 | 110 |
| Binary | 11010011 | 1111110 | 11110001 | 1100 | 110000 | 0 | 101 | 100011100 | 1010000 | 1001000 |
Color Harmonies of #D37EF1
Complementary color
Monochromatic Colors of #D37EF1
Black with #D37EF1
Text Example
Text Example
White with #D37EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EF1; }
p { color: rgb(211,126,241); }
H1.HeaderClassName
{
color: #D37EF1;
}
.AnyTagClassName
{
color: #D37EF1;
}
</style>
background-color css
<style>
a { background-color: #D37EF1; }
a { background-color: rgb(211,126,241); }
div.DivClassName
{
background-color: #D37EF1;
}
.BgClassName
{
background-color: #D37EF1;
}
</style>
border-color css
<style>
span { border-color: #D37EF1; }
span { border-color: rgb(211,126,241); }
td.TdClassName
{
border-color: #D37EF1;
}
.TagClassName
{
border-color: #D37EF1;
}
</style>