Shades of Heliotrope #D377F1
Tints of Heliotrope #D377F1
RGB
CMYK
RGB Variations
Color information
#D377F1 (or 0xD377F1) is known color: Heliotrope. HEX triplet: D3, 77 and F1. RGB value is (211,119,241). Sum of RGB (Red+Green+Blue) = 211+119+241=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #D377F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377F1 is #2C880E. Grayscale: #A0A0A0. Windows color (decimal): -2918415 or 15824851. OLE color: 15824851.
HSL color Cylindrical-coordinate representation of color #D377F1: hue angle of 285.25º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D377F1 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 119 | 241 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.05 |
| HSL | 285.25º | 0.81% | 0.71% | - |
| HSV(B) | 285.25º | 0.51% | 0.95% | - |
| XYZ | 49.34 | 33.39 | 87.06 | - |
| YUV | 160.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 241 | 0.12 | 0.51 | 0 | 0.05 | 285.25 | 0.81 | 0.71 |
| Hex | D3 | 77 | F1 | C | 33 | 0 | 5 | 11D | 51 | 47 |
| Octal | 323 | 167 | 361 | 14 | 63 | 0 | 5 | 435 | 121 | 107 |
| Binary | 11010011 | 1110111 | 11110001 | 1100 | 110011 | 0 | 101 | 100011101 | 1010001 | 1000111 |
Color Harmonies of #D377F1
Complementary color
Monochromatic Colors of #D377F1
Black with #D377F1
Text Example
Text Example
White with #D377F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377F1; }
p { color: rgb(211,119,241); }
H1.HeaderClassName
{
color: #D377F1;
}
.AnyTagClassName
{
color: #D377F1;
}
</style>
background-color css
<style>
a { background-color: #D377F1; }
a { background-color: rgb(211,119,241); }
div.DivClassName
{
background-color: #D377F1;
}
.BgClassName
{
background-color: #D377F1;
}
</style>
border-color css
<style>
span { border-color: #D377F1; }
span { border-color: rgb(211,119,241); }
td.TdClassName
{
border-color: #D377F1;
}
.TagClassName
{
border-color: #D377F1;
}
</style>