Shades of Heliotrope #D277EF
Tints of Heliotrope #D277EF
RGB
CMYK
RGB Variations
Color information
#D277EF (or 0xD277EF) is known color: Heliotrope. HEX triplet: D2, 77 and EF. RGB value is (210,119,239). Sum of RGB (Red+Green+Blue) = 210+119+239=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D277EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D277EF is #2D8810. Grayscale: #9F9F9F. Windows color (decimal): -2983953 or 15693778. OLE color: 15693778.
HSL color Cylindrical-coordinate representation of color #D277EF: hue angle of 285.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D277EF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 119 | 239 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.06 |
| HSL | 285.5º | 0.79% | 0.7% | - |
| HSV(B) | 285.5º | 0.5% | 0.94% | - |
| XYZ | 48.76 | 33.13 | 85.49 | - |
| YUV | 159.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 239 | 0.12 | 0.50 | 0 | 0.06 | 285.5 | 0.79 | 0.7 |
| Hex | D2 | 77 | EF | C | 32 | 0 | 6 | 11E | 4F | 46 |
| Octal | 322 | 167 | 357 | 14 | 62 | 0 | 6 | 436 | 117 | 106 |
| Binary | 11010010 | 1110111 | 11101111 | 1100 | 110010 | 0 | 110 | 100011110 | 1001111 | 1000110 |
Color Harmonies of #D277EF
Complementary color
Monochromatic Colors of #D277EF
Black with #D277EF
Text Example
Text Example
White with #D277EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D277EF; }
p { color: rgb(210,119,239); }
H1.HeaderClassName
{
color: #D277EF;
}
.AnyTagClassName
{
color: #D277EF;
}
</style>
background-color css
<style>
a { background-color: #D277EF; }
a { background-color: rgb(210,119,239); }
div.DivClassName
{
background-color: #D277EF;
}
.BgClassName
{
background-color: #D277EF;
}
</style>
border-color css
<style>
span { border-color: #D277EF; }
span { border-color: rgb(210,119,239); }
td.TdClassName
{
border-color: #D277EF;
}
.TagClassName
{
border-color: #D277EF;
}
</style>