Shades of Heliotrope #D277EC
Tints of Heliotrope #D277EC
RGB
CMYK
RGB Variations
Color information
#D277EC (or 0xD277EC) is known color: Heliotrope. HEX triplet: D2, 77 and EC. RGB value is (210,119,236). Sum of RGB (Red+Green+Blue) = 210+119+236=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D277EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277EC is #2D8813. Grayscale: #9F9F9F. Windows color (decimal): -2983956 or 15497170. OLE color: 15497170.
HSL color Cylindrical-coordinate representation of color #D277EC: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D277EC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 119 | 236 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.07 |
| HSL | 286.67º | 0.75% | 0.7% | - |
| HSV(B) | 286.67º | 0.5% | 0.93% | - |
| XYZ | 48.32 | 32.95 | 83.17 | - |
| YUV | 159.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 236 | 0.11 | 0.50 | 0 | 0.07 | 286.67 | 0.75 | 0.7 |
| Hex | D2 | 77 | EC | B | 32 | 0 | 7 | 11F | 4B | 46 |
| Octal | 322 | 167 | 354 | 13 | 62 | 0 | 7 | 437 | 113 | 106 |
| Binary | 11010010 | 1110111 | 11101100 | 1011 | 110010 | 0 | 111 | 100011111 | 1001011 | 1000110 |
Color Harmonies of #D277EC
Complementary color
Monochromatic Colors of #D277EC
Black with #D277EC
Text Example
Text Example
White with #D277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277EC; }
p { color: rgb(210,119,236); }
H1.HeaderClassName
{
color: #D277EC;
}
.AnyTagClassName
{
color: #D277EC;
}
</style>
background-color css
<style>
a { background-color: #D277EC; }
a { background-color: rgb(210,119,236); }
div.DivClassName
{
background-color: #D277EC;
}
.BgClassName
{
background-color: #D277EC;
}
</style>
border-color css
<style>
span { border-color: #D277EC; }
span { border-color: rgb(210,119,236); }
td.TdClassName
{
border-color: #D277EC;
}
.TagClassName
{
border-color: #D277EC;
}
</style>