Shades of Heliotrope #D876F0
Tints of Heliotrope #D876F0
RGB
CMYK
RGB Variations
Color information
#D876F0 (or 0xD876F0) is known color: Heliotrope. HEX triplet: D8, 76 and F0. RGB value is (216,118,240). Sum of RGB (Red+Green+Blue) = 216+118+240=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #D876F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D876F0 is #27890F. Grayscale: #A0A0A0. Windows color (decimal): -2590992 or 15759064. OLE color: 15759064.
HSL color Cylindrical-coordinate representation of color #D876F0: hue angle of 288.2º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D876F0 is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 118 | 240 | - |
| CMYK | 0.1 | 0.51 | 0 | 0.06 |
| HSL | 288.2º | 0.8% | 0.7% | - |
| HSV(B) | 288.2º | 0.51% | 0.94% | - |
| XYZ | 50.53 | 33.85 | 86.31 | - |
| YUV | 161.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 240 | 0.1 | 0.51 | 0 | 0.06 | 288.2 | 0.8 | 0.7 |
| Hex | D8 | 76 | F0 | A | 33 | 0 | 6 | 120 | 50 | 46 |
| Octal | 330 | 166 | 360 | 12 | 63 | 0 | 6 | 440 | 120 | 106 |
| Binary | 11011000 | 1110110 | 11110000 | 1010 | 110011 | 0 | 110 | 100100000 | 1010000 | 1000110 |
Color Harmonies of #D876F0
Complementary color
Monochromatic Colors of #D876F0
Black with #D876F0
Text Example
Text Example
White with #D876F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876F0; }
p { color: rgb(216,118,240); }
H1.HeaderClassName
{
color: #D876F0;
}
.AnyTagClassName
{
color: #D876F0;
}
</style>
background-color css
<style>
a { background-color: #D876F0; }
a { background-color: rgb(216,118,240); }
div.DivClassName
{
background-color: #D876F0;
}
.BgClassName
{
background-color: #D876F0;
}
</style>
border-color css
<style>
span { border-color: #D876F0; }
span { border-color: rgb(216,118,240); }
td.TdClassName
{
border-color: #D876F0;
}
.TagClassName
{
border-color: #D876F0;
}
</style>