Shades of Heliotrope #D77AEE
Tints of Heliotrope #D77AEE
RGB
CMYK
RGB Variations
Color information
#D77AEE (or 0xD77AEE) is known color: Heliotrope. HEX triplet: D7, 7A and EE. RGB value is (215,122,238). Sum of RGB (Red+Green+Blue) = 215+122+238=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AEE is #288511. Grayscale: #A2A2A2. Windows color (decimal): -2655506 or 15629015. OLE color: 15629015.
HSL color Cylindrical-coordinate representation of color #D77AEE: hue angle of 288.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77AEE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 122 | 238 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.07 |
| HSL | 288.1º | 0.77% | 0.71% | - |
| HSV(B) | 288.1º | 0.49% | 0.93% | - |
| XYZ | 50.42 | 34.54 | 84.9 | - |
| YUV | 163.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 238 | 0.10 | 0.49 | 0 | 0.07 | 288.1 | 0.77 | 0.71 |
| Hex | D7 | 7A | EE | A | 31 | 0 | 7 | 120 | 4D | 47 |
| Octal | 327 | 172 | 356 | 12 | 61 | 0 | 7 | 440 | 115 | 107 |
| Binary | 11010111 | 1111010 | 11101110 | 1010 | 110001 | 0 | 111 | 100100000 | 1001101 | 1000111 |
Color Harmonies of #D77AEE
Complementary color
Monochromatic Colors of #D77AEE
Black with #D77AEE
Text Example
Text Example
White with #D77AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AEE; }
p { color: rgb(215,122,238); }
H1.HeaderClassName
{
color: #D77AEE;
}
.AnyTagClassName
{
color: #D77AEE;
}
</style>
background-color css
<style>
a { background-color: #D77AEE; }
a { background-color: rgb(215,122,238); }
div.DivClassName
{
background-color: #D77AEE;
}
.BgClassName
{
background-color: #D77AEE;
}
</style>
border-color css
<style>
span { border-color: #D77AEE; }
span { border-color: rgb(215,122,238); }
td.TdClassName
{
border-color: #D77AEE;
}
.TagClassName
{
border-color: #D77AEE;
}
</style>