Shades of Heliotrope #D37EF2
Tints of Heliotrope #D37EF2
RGB
CMYK
RGB Variations
Color information
#D37EF2 (or 0xD37EF2) is known color: Heliotrope. HEX triplet: D3, 7E and F2. RGB value is (211,126,242). Sum of RGB (Red+Green+Blue) = 211+126+242=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #D37EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EF2 is #2C810D. Grayscale: #A4A4A4. Windows color (decimal): -2916622 or 15892179. OLE color: 15892179.
HSL color Cylindrical-coordinate representation of color #D37EF2: hue angle of 283.97º degrees, saturation: 0.82, 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 #D37EF2 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 126 | 242 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.05 |
| HSL | 283.97º | 0.82% | 0.72% | - |
| HSV(B) | 283.97º | 0.48% | 0.95% | - |
| XYZ | 50.35 | 35.18 | 88.14 | - |
| YUV | 164.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 242 | 0.13 | 0.48 | 0 | 0.05 | 283.97 | 0.82 | 0.72 |
| Hex | D3 | 7E | F2 | D | 30 | 0 | 5 | 11C | 52 | 48 |
| Octal | 323 | 176 | 362 | 15 | 60 | 0 | 5 | 434 | 122 | 110 |
| Binary | 11010011 | 1111110 | 11110010 | 1101 | 110000 | 0 | 101 | 100011100 | 1010010 | 1001000 |
Color Harmonies of #D37EF2
Complementary color
Monochromatic Colors of #D37EF2
Black with #D37EF2
Text Example
Text Example
White with #D37EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EF2; }
p { color: rgb(211,126,242); }
H1.HeaderClassName
{
color: #D37EF2;
}
.AnyTagClassName
{
color: #D37EF2;
}
</style>
background-color css
<style>
a { background-color: #D37EF2; }
a { background-color: rgb(211,126,242); }
div.DivClassName
{
background-color: #D37EF2;
}
.BgClassName
{
background-color: #D37EF2;
}
</style>
border-color css
<style>
span { border-color: #D37EF2; }
span { border-color: rgb(211,126,242); }
td.TdClassName
{
border-color: #D37EF2;
}
.TagClassName
{
border-color: #D37EF2;
}
</style>