Shades of Heliotrope #D377F0
Tints of Heliotrope #D377F0
RGB
CMYK
RGB Variations
Color information
#D377F0 (or 0xD377F0) is known color: Heliotrope. HEX triplet: D3, 77 and F0. RGB value is (211,119,240). Sum of RGB (Red+Green+Blue) = 211+119+240=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #D377F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377F0 is #2C880F. Grayscale: #9F9F9F. Windows color (decimal): -2918416 or 15759315. OLE color: 15759315.
HSL color Cylindrical-coordinate representation of color #D377F0: hue angle of 285.62º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D377F0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 119 | 240 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.06 |
| HSL | 285.62º | 0.8% | 0.7% | - |
| HSV(B) | 285.62º | 0.5% | 0.94% | - |
| XYZ | 49.19 | 33.33 | 86.28 | - |
| YUV | 160.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 240 | 0.12 | 0.50 | 0 | 0.06 | 285.62 | 0.8 | 0.7 |
| Hex | D3 | 77 | F0 | C | 32 | 0 | 6 | 11E | 50 | 46 |
| Octal | 323 | 167 | 360 | 14 | 62 | 0 | 6 | 436 | 120 | 106 |
| Binary | 11010011 | 1110111 | 11110000 | 1100 | 110010 | 0 | 110 | 100011110 | 1010000 | 1000110 |
Color Harmonies of #D377F0
Complementary color
Monochromatic Colors of #D377F0
Black with #D377F0
Text Example
Text Example
White with #D377F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377F0; }
p { color: rgb(211,119,240); }
H1.HeaderClassName
{
color: #D377F0;
}
.AnyTagClassName
{
color: #D377F0;
}
</style>
background-color css
<style>
a { background-color: #D377F0; }
a { background-color: rgb(211,119,240); }
div.DivClassName
{
background-color: #D377F0;
}
.BgClassName
{
background-color: #D377F0;
}
</style>
border-color css
<style>
span { border-color: #D377F0; }
span { border-color: rgb(211,119,240); }
td.TdClassName
{
border-color: #D377F0;
}
.TagClassName
{
border-color: #D377F0;
}
</style>