Shades of Heliotrope #D377EA
Tints of Heliotrope #D377EA
RGB
CMYK
RGB Variations
Color information
#D377EA (or 0xD377EA) is known color: Heliotrope. HEX triplet: D3, 77 and EA. RGB value is (211,119,234). Sum of RGB (Red+Green+Blue) = 211+119+234=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #D377EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377EA is #2C8815. Grayscale: #9F9F9F. Windows color (decimal): -2918422 or 15366099. OLE color: 15366099.
HSL color Cylindrical-coordinate representation of color #D377EA: hue angle of 288º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D377EA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 119 | 234 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.08 |
| HSL | 288º | 0.73% | 0.69% | - |
| HSV(B) | 288º | 0.49% | 0.92% | - |
| XYZ | 48.31 | 32.98 | 81.66 | - |
| YUV | 159.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 234 | 0.10 | 0.49 | 0 | 0.08 | 288 | 0.73 | 0.69 |
| Hex | D3 | 77 | EA | A | 31 | 0 | 8 | 120 | 49 | 45 |
| Octal | 323 | 167 | 352 | 12 | 61 | 0 | 10 | 440 | 111 | 105 |
| Binary | 11010011 | 1110111 | 11101010 | 1010 | 110001 | 0 | 1000 | 100100000 | 1001001 | 1000101 |
Color Harmonies of #D377EA
Complementary color
Monochromatic Colors of #D377EA
Black with #D377EA
Text Example
Text Example
White with #D377EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377EA; }
p { color: rgb(211,119,234); }
H1.HeaderClassName
{
color: #D377EA;
}
.AnyTagClassName
{
color: #D377EA;
}
</style>
background-color css
<style>
a { background-color: #D377EA; }
a { background-color: rgb(211,119,234); }
div.DivClassName
{
background-color: #D377EA;
}
.BgClassName
{
background-color: #D377EA;
}
</style>
border-color css
<style>
span { border-color: #D377EA; }
span { border-color: rgb(211,119,234); }
td.TdClassName
{
border-color: #D377EA;
}
.TagClassName
{
border-color: #D377EA;
}
</style>