Shades of Heliotrope #D182EC
Tints of Heliotrope #D182EC
RGB
CMYK
RGB Variations
Color information
#D182EC (or 0xD182EC) is known color: Heliotrope. HEX triplet: D1, 82 and EC. RGB value is (209,130,236). Sum of RGB (Red+Green+Blue) = 209+130+236=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #D182EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182EC is #2E7D13. Grayscale: #A5A5A5. Windows color (decimal): -3046676 or 15499985. OLE color: 15499985.
HSL color Cylindrical-coordinate representation of color #D182EC: hue angle of 284.72º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D182EC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 130 | 236 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.07 |
| HSL | 284.72º | 0.74% | 0.72% | - |
| HSV(B) | 284.72º | 0.45% | 0.93% | - |
| XYZ | 49.42 | 35.58 | 83.62 | - |
| YUV | 165.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 236 | 0.11 | 0.45 | 0 | 0.07 | 284.72 | 0.74 | 0.72 |
| Hex | D1 | 82 | EC | B | 2D | 0 | 7 | 11D | 4A | 48 |
| Octal | 321 | 202 | 354 | 13 | 55 | 0 | 7 | 435 | 112 | 110 |
| Binary | 11010001 | 10000010 | 11101100 | 1011 | 101101 | 0 | 111 | 100011101 | 1001010 | 1001000 |
Color Harmonies of #D182EC
Complementary color
Monochromatic Colors of #D182EC
Black with #D182EC
Text Example
Text Example
White with #D182EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182EC; }
p { color: rgb(209,130,236); }
H1.HeaderClassName
{
color: #D182EC;
}
.AnyTagClassName
{
color: #D182EC;
}
</style>
background-color css
<style>
a { background-color: #D182EC; }
a { background-color: rgb(209,130,236); }
div.DivClassName
{
background-color: #D182EC;
}
.BgClassName
{
background-color: #D182EC;
}
</style>
border-color css
<style>
span { border-color: #D182EC; }
span { border-color: rgb(209,130,236); }
td.TdClassName
{
border-color: #D182EC;
}
.TagClassName
{
border-color: #D182EC;
}
</style>