Shades of Heliotrope #D77EEE
Tints of Heliotrope #D77EEE
RGB
CMYK
RGB Variations
Color information
#D77EEE (or 0xD77EEE) is known color: Heliotrope. HEX triplet: D7, 7E and EE. RGB value is (215,126,238). Sum of RGB (Red+Green+Blue) = 215+126+238=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EEE is #288111. Grayscale: #A5A5A5. Windows color (decimal): -2654482 or 15630039. OLE color: 15630039.
HSL color Cylindrical-coordinate representation of color #D77EEE: hue angle of 287.68º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77EEE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 126 | 238 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.68º | 0.77% | 0.71% | - |
| HSV(B) | 287.68º | 0.47% | 0.93% | - |
| XYZ | 50.92 | 35.54 | 85.07 | - |
| YUV | 165.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 238 | 0.10 | 0.47 | 0 | 0.07 | 287.68 | 0.77 | 0.71 |
| Hex | D7 | 7E | EE | A | 2F | 0 | 7 | 120 | 4D | 47 |
| Octal | 327 | 176 | 356 | 12 | 57 | 0 | 7 | 440 | 115 | 107 |
| Binary | 11010111 | 1111110 | 11101110 | 1010 | 101111 | 0 | 111 | 100100000 | 1001101 | 1000111 |
Color Harmonies of #D77EEE
Complementary color
Monochromatic Colors of #D77EEE
Black with #D77EEE
Text Example
Text Example
White with #D77EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EEE; }
p { color: rgb(215,126,238); }
H1.HeaderClassName
{
color: #D77EEE;
}
.AnyTagClassName
{
color: #D77EEE;
}
</style>
background-color css
<style>
a { background-color: #D77EEE; }
a { background-color: rgb(215,126,238); }
div.DivClassName
{
background-color: #D77EEE;
}
.BgClassName
{
background-color: #D77EEE;
}
</style>
border-color css
<style>
span { border-color: #D77EEE; }
span { border-color: rgb(215,126,238); }
td.TdClassName
{
border-color: #D77EEE;
}
.TagClassName
{
border-color: #D77EEE;
}
</style>