Shades of Heliotrope #D185EC
Tints of Heliotrope #D185EC
RGB
CMYK
RGB Variations
Color information
#D185EC (or 0xD185EC) is known color: Heliotrope. HEX triplet: D1, 85 and EC. RGB value is (209,133,236). Sum of RGB (Red+Green+Blue) = 209+133+236=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #D185EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185EC is #2E7A13. Grayscale: #A7A7A7. Windows color (decimal): -3045908 or 15500753. OLE color: 15500753.
HSL color Cylindrical-coordinate representation of color #D185EC: hue angle of 284.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D185EC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 133 | 236 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.07 |
| HSL | 284.27º | 0.73% | 0.72% | - |
| HSV(B) | 284.27º | 0.44% | 0.93% | - |
| XYZ | 49.82 | 36.39 | 83.75 | - |
| YUV | 167.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 236 | 0.11 | 0.44 | 0 | 0.07 | 284.27 | 0.73 | 0.72 |
| Hex | D1 | 85 | EC | B | 2C | 0 | 7 | 11C | 49 | 48 |
| Octal | 321 | 205 | 354 | 13 | 54 | 0 | 7 | 434 | 111 | 110 |
| Binary | 11010001 | 10000101 | 11101100 | 1011 | 101100 | 0 | 111 | 100011100 | 1001001 | 1001000 |
Color Harmonies of #D185EC
Complementary color
Monochromatic Colors of #D185EC
Black with #D185EC
Text Example
Text Example
White with #D185EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185EC; }
p { color: rgb(209,133,236); }
H1.HeaderClassName
{
color: #D185EC;
}
.AnyTagClassName
{
color: #D185EC;
}
</style>
background-color css
<style>
a { background-color: #D185EC; }
a { background-color: rgb(209,133,236); }
div.DivClassName
{
background-color: #D185EC;
}
.BgClassName
{
background-color: #D185EC;
}
</style>
border-color css
<style>
span { border-color: #D185EC; }
span { border-color: rgb(209,133,236); }
td.TdClassName
{
border-color: #D185EC;
}
.TagClassName
{
border-color: #D185EC;
}
</style>