Shades of Heliotrope #D377EE
Tints of Heliotrope #D377EE
RGB
CMYK
RGB Variations
Color information
#D377EE (or 0xD377EE) is known color: Heliotrope. HEX triplet: D3, 77 and EE. RGB value is (211,119,238). Sum of RGB (Red+Green+Blue) = 211+119+238=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #D377EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377EE is #2C8811. Grayscale: #9F9F9F. Windows color (decimal): -2918418 or 15628243. OLE color: 15628243.
HSL color Cylindrical-coordinate representation of color #D377EE: hue angle of 286.39º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D377EE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 119 | 238 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.07 |
| HSL | 286.39º | 0.78% | 0.7% | - |
| HSV(B) | 286.39º | 0.5% | 0.93% | - |
| XYZ | 48.89 | 33.22 | 84.72 | - |
| YUV | 160.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 238 | 0.11 | 0.50 | 0 | 0.07 | 286.39 | 0.78 | 0.7 |
| Hex | D3 | 77 | EE | B | 32 | 0 | 7 | 11E | 4E | 46 |
| Octal | 323 | 167 | 356 | 13 | 62 | 0 | 7 | 436 | 116 | 106 |
| Binary | 11010011 | 1110111 | 11101110 | 1011 | 110010 | 0 | 111 | 100011110 | 1001110 | 1000110 |
Color Harmonies of #D377EE
Complementary color
Monochromatic Colors of #D377EE
Black with #D377EE
Text Example
Text Example
White with #D377EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377EE; }
p { color: rgb(211,119,238); }
H1.HeaderClassName
{
color: #D377EE;
}
.AnyTagClassName
{
color: #D377EE;
}
</style>
background-color css
<style>
a { background-color: #D377EE; }
a { background-color: rgb(211,119,238); }
div.DivClassName
{
background-color: #D377EE;
}
.BgClassName
{
background-color: #D377EE;
}
</style>
border-color css
<style>
span { border-color: #D377EE; }
span { border-color: rgb(211,119,238); }
td.TdClassName
{
border-color: #D377EE;
}
.TagClassName
{
border-color: #D377EE;
}
</style>