Shades of Heliotrope #D277E8
Tints of Heliotrope #D277E8
RGB
CMYK
RGB Variations
Color information
#D277E8 (or 0xD277E8) is known color: Heliotrope. HEX triplet: D2, 77 and E8. RGB value is (210,119,232). Sum of RGB (Red+Green+Blue) = 210+119+232=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #D277E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277E8 is #2D8817. Grayscale: #9E9E9E. Windows color (decimal): -2983960 or 15235026. OLE color: 15235026.
HSL color Cylindrical-coordinate representation of color #D277E8: hue angle of 288.32º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D277E8 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 119 | 232 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.09 |
| HSL | 288.32º | 0.71% | 0.69% | - |
| HSV(B) | 288.32º | 0.49% | 0.91% | - |
| XYZ | 47.74 | 32.72 | 80.14 | - |
| YUV | 159.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 232 | 0.09 | 0.49 | 0 | 0.09 | 288.32 | 0.71 | 0.69 |
| Hex | D2 | 77 | E8 | 9 | 31 | 0 | 9 | 120 | 47 | 45 |
| Octal | 322 | 167 | 350 | 11 | 61 | 0 | 11 | 440 | 107 | 105 |
| Binary | 11010010 | 1110111 | 11101000 | 1001 | 110001 | 0 | 1001 | 100100000 | 1000111 | 1000101 |
Color Harmonies of #D277E8
Complementary color
Monochromatic Colors of #D277E8
Black with #D277E8
Text Example
Text Example
White with #D277E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277E8; }
p { color: rgb(210,119,232); }
H1.HeaderClassName
{
color: #D277E8;
}
.AnyTagClassName
{
color: #D277E8;
}
</style>
background-color css
<style>
a { background-color: #D277E8; }
a { background-color: rgb(210,119,232); }
div.DivClassName
{
background-color: #D277E8;
}
.BgClassName
{
background-color: #D277E8;
}
</style>
border-color css
<style>
span { border-color: #D277E8; }
span { border-color: rgb(210,119,232); }
td.TdClassName
{
border-color: #D277E8;
}
.TagClassName
{
border-color: #D277E8;
}
</style>