Shades of Heliotrope #D37DE8
Tints of Heliotrope #D37DE8
RGB
CMYK
RGB Variations
Color information
#D37DE8 (or 0xD37DE8) is known color: Heliotrope. HEX triplet: D3, 7D and E8. RGB value is (211,125,232). Sum of RGB (Red+Green+Blue) = 211+125+232=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #D37DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DE8 is #2C8217. Grayscale: #A2A2A2. Windows color (decimal): -2916888 or 15236563. OLE color: 15236563.
HSL color Cylindrical-coordinate representation of color #D37DE8: hue angle of 288.22º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37DE8 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 125 | 232 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.09 |
| HSL | 288.22º | 0.7% | 0.7% | - |
| HSV(B) | 288.22º | 0.46% | 0.91% | - |
| XYZ | 48.76 | 34.34 | 80.4 | - |
| YUV | 162.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 232 | 0.09 | 0.46 | 0 | 0.09 | 288.22 | 0.7 | 0.7 |
| Hex | D3 | 7D | E8 | 9 | 2E | 0 | 9 | 120 | 46 | 46 |
| Octal | 323 | 175 | 350 | 11 | 56 | 0 | 11 | 440 | 106 | 106 |
| Binary | 11010011 | 1111101 | 11101000 | 1001 | 101110 | 0 | 1001 | 100100000 | 1000110 | 1000110 |
Color Harmonies of #D37DE8
Complementary color
Monochromatic Colors of #D37DE8
Black with #D37DE8
Text Example
Text Example
White with #D37DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DE8; }
p { color: rgb(211,125,232); }
H1.HeaderClassName
{
color: #D37DE8;
}
.AnyTagClassName
{
color: #D37DE8;
}
</style>
background-color css
<style>
a { background-color: #D37DE8; }
a { background-color: rgb(211,125,232); }
div.DivClassName
{
background-color: #D37DE8;
}
.BgClassName
{
background-color: #D37DE8;
}
</style>
border-color css
<style>
span { border-color: #D37DE8; }
span { border-color: rgb(211,125,232); }
td.TdClassName
{
border-color: #D37DE8;
}
.TagClassName
{
border-color: #D37DE8;
}
</style>