Shades of Heliotrope #D37FEA
Tints of Heliotrope #D37FEA
RGB
CMYK
RGB Variations
Color information
#D37FEA (or 0xD37FEA) is known color: Heliotrope. HEX triplet: D3, 7F and EA. RGB value is (211,127,234). Sum of RGB (Red+Green+Blue) = 211+127+234=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #D37FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37FEA is #2C8015. Grayscale: #A3A3A3. Windows color (decimal): -2916374 or 15368147. OLE color: 15368147.
HSL color Cylindrical-coordinate representation of color #D37FEA: hue angle of 287.1º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37FEA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 127 | 234 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.08 |
| HSL | 287.1º | 0.72% | 0.71% | - |
| HSV(B) | 287.1º | 0.46% | 0.92% | - |
| XYZ | 49.3 | 34.97 | 81.99 | - |
| YUV | 164.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 234 | 0.10 | 0.46 | 0 | 0.08 | 287.1 | 0.72 | 0.71 |
| Hex | D3 | 7F | EA | A | 2E | 0 | 8 | 11F | 48 | 47 |
| Octal | 323 | 177 | 352 | 12 | 56 | 0 | 10 | 437 | 110 | 107 |
| Binary | 11010011 | 1111111 | 11101010 | 1010 | 101110 | 0 | 1000 | 100011111 | 1001000 | 1000111 |
Color Harmonies of #D37FEA
Complementary color
Monochromatic Colors of #D37FEA
Black with #D37FEA
Text Example
Text Example
White with #D37FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FEA; }
p { color: rgb(211,127,234); }
H1.HeaderClassName
{
color: #D37FEA;
}
.AnyTagClassName
{
color: #D37FEA;
}
</style>
background-color css
<style>
a { background-color: #D37FEA; }
a { background-color: rgb(211,127,234); }
div.DivClassName
{
background-color: #D37FEA;
}
.BgClassName
{
background-color: #D37FEA;
}
</style>
border-color css
<style>
span { border-color: #D37FEA; }
span { border-color: rgb(211,127,234); }
td.TdClassName
{
border-color: #D37FEA;
}
.TagClassName
{
border-color: #D37FEA;
}
</style>