Shades of Heliotrope #D77FEA
Tints of Heliotrope #D77FEA
RGB
CMYK
RGB Variations
Color information
#D77FEA (or 0xD77FEA) is known color: Heliotrope. HEX triplet: D7, 7F and EA. RGB value is (215,127,234). Sum of RGB (Red+Green+Blue) = 215+127+234=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #D77FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FEA is #288015. Grayscale: #A5A5A5. Windows color (decimal): -2654230 or 15368151. OLE color: 15368151.
HSL color Cylindrical-coordinate representation of color #D77FEA: hue angle of 289.35º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77FEA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 127 | 234 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.08 |
| HSL | 289.35º | 0.72% | 0.71% | - |
| HSV(B) | 289.35º | 0.46% | 0.92% | - |
| XYZ | 50.46 | 35.57 | 82.05 | - |
| YUV | 165.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 234 | 0.08 | 0.46 | 0 | 0.08 | 289.35 | 0.72 | 0.71 |
| Hex | D7 | 7F | EA | 8 | 2E | 0 | 8 | 121 | 48 | 47 |
| Octal | 327 | 177 | 352 | 10 | 56 | 0 | 10 | 441 | 110 | 107 |
| Binary | 11010111 | 1111111 | 11101010 | 1000 | 101110 | 0 | 1000 | 100100001 | 1001000 | 1000111 |
Color Harmonies of #D77FEA
Complementary color
Monochromatic Colors of #D77FEA
Black with #D77FEA
Text Example
Text Example
White with #D77FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FEA; }
p { color: rgb(215,127,234); }
H1.HeaderClassName
{
color: #D77FEA;
}
.AnyTagClassName
{
color: #D77FEA;
}
</style>
background-color css
<style>
a { background-color: #D77FEA; }
a { background-color: rgb(215,127,234); }
div.DivClassName
{
background-color: #D77FEA;
}
.BgClassName
{
background-color: #D77FEA;
}
</style>
border-color css
<style>
span { border-color: #D77FEA; }
span { border-color: rgb(215,127,234); }
td.TdClassName
{
border-color: #D77FEA;
}
.TagClassName
{
border-color: #D77FEA;
}
</style>