Shades of Heliotrope #D271EC
Tints of Heliotrope #D271EC
RGB
CMYK
RGB Variations
Color information
#D271EC (or 0xD271EC) is known color: Heliotrope. HEX triplet: D2, 71 and EC. RGB value is (210,113,236). Sum of RGB (Red+Green+Blue) = 210+113+236=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #D271EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D271EC is #2D8E13. Grayscale: #9B9B9B. Windows color (decimal): -2985492 or 15495634. OLE color: 15495634.
HSL color Cylindrical-coordinate representation of color #D271EC: hue angle of 287.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D271EC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 113 | 236 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.07 |
| HSL | 287.32º | 0.76% | 0.68% | - |
| HSV(B) | 287.32º | 0.52% | 0.93% | - |
| XYZ | 47.62 | 31.57 | 82.94 | - |
| YUV | 156.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 236 | 0.11 | 0.52 | 0 | 0.07 | 287.32 | 0.76 | 0.68 |
| Hex | D2 | 71 | EC | B | 34 | 0 | 7 | 11F | 4C | 44 |
| Octal | 322 | 161 | 354 | 13 | 64 | 0 | 7 | 437 | 114 | 104 |
| Binary | 11010010 | 1110001 | 11101100 | 1011 | 110100 | 0 | 111 | 100011111 | 1001100 | 1000100 |
Color Harmonies of #D271EC
Complementary color
Monochromatic Colors of #D271EC
Black with #D271EC
Text Example
Text Example
White with #D271EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271EC; }
p { color: rgb(210,113,236); }
H1.HeaderClassName
{
color: #D271EC;
}
.AnyTagClassName
{
color: #D271EC;
}
</style>
background-color css
<style>
a { background-color: #D271EC; }
a { background-color: rgb(210,113,236); }
div.DivClassName
{
background-color: #D271EC;
}
.BgClassName
{
background-color: #D271EC;
}
</style>
border-color css
<style>
span { border-color: #D271EC; }
span { border-color: rgb(210,113,236); }
td.TdClassName
{
border-color: #D271EC;
}
.TagClassName
{
border-color: #D271EC;
}
</style>