Shades of Heliotrope #D77DEE
Tints of Heliotrope #D77DEE
RGB
CMYK
RGB Variations
Color information
#D77DEE (or 0xD77DEE) is known color: Heliotrope. HEX triplet: D7, 7D and EE. RGB value is (215,125,238). Sum of RGB (Red+Green+Blue) = 215+125+238=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DEE is #288211. Grayscale: #A4A4A4. Windows color (decimal): -2654738 or 15629783. OLE color: 15629783.
HSL color Cylindrical-coordinate representation of color #D77DEE: hue angle of 287.79º 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 #D77DEE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 125 | 238 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.07 |
| HSL | 287.79º | 0.77% | 0.71% | - |
| HSV(B) | 287.79º | 0.47% | 0.93% | - |
| XYZ | 50.79 | 35.29 | 85.02 | - |
| YUV | 164.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 238 | 0.10 | 0.47 | 0 | 0.07 | 287.79 | 0.77 | 0.71 |
| Hex | D7 | 7D | EE | A | 2F | 0 | 7 | 120 | 4D | 47 |
| Octal | 327 | 175 | 356 | 12 | 57 | 0 | 7 | 440 | 115 | 107 |
| Binary | 11010111 | 1111101 | 11101110 | 1010 | 101111 | 0 | 111 | 100100000 | 1001101 | 1000111 |
Color Harmonies of #D77DEE
Complementary color
Monochromatic Colors of #D77DEE
Black with #D77DEE
Text Example
Text Example
White with #D77DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DEE; }
p { color: rgb(215,125,238); }
H1.HeaderClassName
{
color: #D77DEE;
}
.AnyTagClassName
{
color: #D77DEE;
}
</style>
background-color css
<style>
a { background-color: #D77DEE; }
a { background-color: rgb(215,125,238); }
div.DivClassName
{
background-color: #D77DEE;
}
.BgClassName
{
background-color: #D77DEE;
}
</style>
border-color css
<style>
span { border-color: #D77DEE; }
span { border-color: rgb(215,125,238); }
td.TdClassName
{
border-color: #D77DEE;
}
.TagClassName
{
border-color: #D77DEE;
}
</style>