Shades of Heliotrope #D15EEA
Tints of Heliotrope #D15EEA
RGB
CMYK
RGB Variations
Color information
#D15EEA (or 0xD15EEA) is known color: Heliotrope. HEX triplet: D1, 5E and EA. RGB value is (209,94,234). Sum of RGB (Red+Green+Blue) = 209+94+234=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #D15EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EEA is #2EA115. Grayscale: #8F8F8F. Windows color (decimal): -3055894 or 15359697. OLE color: 15359697.
HSL color Cylindrical-coordinate representation of color #D15EEA: hue angle of 289.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15EEA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 94 | 234 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.08 |
| HSL | 289.29º | 0.77% | 0.64% | - |
| HSV(B) | 289.29º | 0.6% | 0.92% | - |
| XYZ | 45.15 | 27.5 | 80.77 | - |
| YUV | 144.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 234 | 0.11 | 0.60 | 0 | 0.08 | 289.29 | 0.77 | 0.64 |
| Hex | D1 | 5E | EA | B | 3C | 0 | 8 | 121 | 4D | 40 |
| Octal | 321 | 136 | 352 | 13 | 74 | 0 | 10 | 441 | 115 | 100 |
| Binary | 11010001 | 1011110 | 11101010 | 1011 | 111100 | 0 | 1000 | 100100001 | 1001101 | 1000000 |
Color Harmonies of #D15EEA
Complementary color
Monochromatic Colors of #D15EEA
Black with #D15EEA
Text Example
Text Example
White with #D15EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EEA; }
p { color: rgb(209,94,234); }
H1.HeaderClassName
{
color: #D15EEA;
}
.AnyTagClassName
{
color: #D15EEA;
}
</style>
background-color css
<style>
a { background-color: #D15EEA; }
a { background-color: rgb(209,94,234); }
div.DivClassName
{
background-color: #D15EEA;
}
.BgClassName
{
background-color: #D15EEA;
}
</style>
border-color css
<style>
span { border-color: #D15EEA; }
span { border-color: rgb(209,94,234); }
td.TdClassName
{
border-color: #D15EEA;
}
.TagClassName
{
border-color: #D15EEA;
}
</style>