Shades of Heliotrope #D381EC
Tints of Heliotrope #D381EC
RGB
CMYK
RGB Variations
Color information
#D381EC (or 0xD381EC) is known color: Heliotrope. HEX triplet: D3, 81 and EC. RGB value is (211,129,236). Sum of RGB (Red+Green+Blue) = 211+129+236=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381EC is #2C7E13. Grayscale: #A5A5A5. Windows color (decimal): -2915860 or 15499731. OLE color: 15499731.
HSL color Cylindrical-coordinate representation of color #D381EC: hue angle of 285.98º 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 #D381EC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 129 | 236 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.07 |
| HSL | 285.98º | 0.74% | 0.72% | - |
| HSV(B) | 285.98º | 0.45% | 0.93% | - |
| XYZ | 49.85 | 35.61 | 83.6 | - |
| YUV | 165.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 236 | 0.11 | 0.45 | 0 | 0.07 | 285.98 | 0.74 | 0.72 |
| Hex | D3 | 81 | EC | B | 2D | 0 | 7 | 11E | 4A | 48 |
| Octal | 323 | 201 | 354 | 13 | 55 | 0 | 7 | 436 | 112 | 110 |
| Binary | 11010011 | 10000001 | 11101100 | 1011 | 101101 | 0 | 111 | 100011110 | 1001010 | 1001000 |
Color Harmonies of #D381EC
Complementary color
Monochromatic Colors of #D381EC
Black with #D381EC
Text Example
Text Example
White with #D381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381EC; }
p { color: rgb(211,129,236); }
H1.HeaderClassName
{
color: #D381EC;
}
.AnyTagClassName
{
color: #D381EC;
}
</style>
background-color css
<style>
a { background-color: #D381EC; }
a { background-color: rgb(211,129,236); }
div.DivClassName
{
background-color: #D381EC;
}
.BgClassName
{
background-color: #D381EC;
}
</style>
border-color css
<style>
span { border-color: #D381EC; }
span { border-color: rgb(211,129,236); }
td.TdClassName
{
border-color: #D381EC;
}
.TagClassName
{
border-color: #D381EC;
}
</style>