Shades of Heliotrope #D877F1
Tints of Heliotrope #D877F1
RGB
CMYK
RGB Variations
Color information
#D877F1 (or 0xD877F1) is known color: Heliotrope. HEX triplet: D8, 77 and F1. RGB value is (216,119,241). Sum of RGB (Red+Green+Blue) = 216+119+241=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #D877F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D877F1 is #27880E. Grayscale: #A1A1A1. Windows color (decimal): -2590735 or 15824856. OLE color: 15824856.
HSL color Cylindrical-coordinate representation of color #D877F1: hue angle of 287.7º 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 #D877F1 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 119 | 241 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.05 |
| HSL | 287.7º | 0.81% | 0.71% | - |
| HSV(B) | 287.7º | 0.51% | 0.95% | - |
| XYZ | 50.79 | 34.14 | 87.13 | - |
| YUV | 161.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 241 | 0.10 | 0.51 | 0 | 0.05 | 287.7 | 0.81 | 0.71 |
| Hex | D8 | 77 | F1 | A | 33 | 0 | 5 | 120 | 51 | 47 |
| Octal | 330 | 167 | 361 | 12 | 63 | 0 | 5 | 440 | 121 | 107 |
| Binary | 11011000 | 1110111 | 11110001 | 1010 | 110011 | 0 | 101 | 100100000 | 1010001 | 1000111 |
Color Harmonies of #D877F1
Complementary color
Monochromatic Colors of #D877F1
Black with #D877F1
Text Example
Text Example
White with #D877F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877F1; }
p { color: rgb(216,119,241); }
H1.HeaderClassName
{
color: #D877F1;
}
.AnyTagClassName
{
color: #D877F1;
}
</style>
background-color css
<style>
a { background-color: #D877F1; }
a { background-color: rgb(216,119,241); }
div.DivClassName
{
background-color: #D877F1;
}
.BgClassName
{
background-color: #D877F1;
}
</style>
border-color css
<style>
span { border-color: #D877F1; }
span { border-color: rgb(216,119,241); }
td.TdClassName
{
border-color: #D877F1;
}
.TagClassName
{
border-color: #D877F1;
}
</style>