Shades of Heliotrope #D37DF1
Tints of Heliotrope #D37DF1
RGB
CMYK
RGB Variations
Color information
#D37DF1 (or 0xD37DF1) is known color: Heliotrope. HEX triplet: D3, 7D and F1. RGB value is (211,125,241). Sum of RGB (Red+Green+Blue) = 211+125+241=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #D37DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DF1 is #2C820E. Grayscale: #A3A3A3. Windows color (decimal): -2916879 or 15826387. OLE color: 15826387.
HSL color Cylindrical-coordinate representation of color #D37DF1: hue angle of 284.48º degrees, saturation: 0.81, 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 #D37DF1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 125 | 241 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.05 |
| HSL | 284.48º | 0.81% | 0.72% | - |
| HSV(B) | 284.48º | 0.48% | 0.95% | - |
| XYZ | 50.07 | 34.87 | 87.31 | - |
| YUV | 163.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 241 | 0.12 | 0.48 | 0 | 0.05 | 284.48 | 0.81 | 0.72 |
| Hex | D3 | 7D | F1 | C | 30 | 0 | 5 | 11C | 51 | 48 |
| Octal | 323 | 175 | 361 | 14 | 60 | 0 | 5 | 434 | 121 | 110 |
| Binary | 11010011 | 1111101 | 11110001 | 1100 | 110000 | 0 | 101 | 100011100 | 1010001 | 1001000 |
Color Harmonies of #D37DF1
Complementary color
Monochromatic Colors of #D37DF1
Black with #D37DF1
Text Example
Text Example
White with #D37DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DF1; }
p { color: rgb(211,125,241); }
H1.HeaderClassName
{
color: #D37DF1;
}
.AnyTagClassName
{
color: #D37DF1;
}
</style>
background-color css
<style>
a { background-color: #D37DF1; }
a { background-color: rgb(211,125,241); }
div.DivClassName
{
background-color: #D37DF1;
}
.BgClassName
{
background-color: #D37DF1;
}
</style>
border-color css
<style>
span { border-color: #D37DF1; }
span { border-color: rgb(211,125,241); }
td.TdClassName
{
border-color: #D37DF1;
}
.TagClassName
{
border-color: #D37DF1;
}
</style>