Shades of Heliotrope #D376F7
Tints of Heliotrope #D376F7
RGB
CMYK
RGB Variations
Color information
#D376F7 (or 0xD376F7) is known color: Heliotrope. HEX triplet: D3, 76 and F7. RGB value is (211,118,247). Sum of RGB (Red+Green+Blue) = 211+118+247=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #D376F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376F7 is #2C8908. Grayscale: #A0A0A0. Windows color (decimal): -2918665 or 16217811. OLE color: 16217811.
HSL color Cylindrical-coordinate representation of color #D376F7: hue angle of 283.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D376F7 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 118 | 247 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.03 |
| HSL | 283.26º | 0.89% | 0.72% | - |
| HSV(B) | 283.26º | 0.52% | 0.97% | - |
| XYZ | 50.13 | 33.52 | 91.82 | - |
| YUV | 160.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 247 | 0.15 | 0.52 | 0 | 0.03 | 283.26 | 0.89 | 0.72 |
| Hex | D3 | 76 | F7 | F | 34 | 0 | 3 | 11B | 59 | 48 |
| Octal | 323 | 166 | 367 | 17 | 64 | 0 | 3 | 433 | 131 | 110 |
| Binary | 11010011 | 1110110 | 11110111 | 1111 | 110100 | 0 | 11 | 100011011 | 1011001 | 1001000 |
Color Harmonies of #D376F7
Complementary color
Monochromatic Colors of #D376F7
Black with #D376F7
Text Example
Text Example
White with #D376F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376F7; }
p { color: rgb(211,118,247); }
H1.HeaderClassName
{
color: #D376F7;
}
.AnyTagClassName
{
color: #D376F7;
}
</style>
background-color css
<style>
a { background-color: #D376F7; }
a { background-color: rgb(211,118,247); }
div.DivClassName
{
background-color: #D376F7;
}
.BgClassName
{
background-color: #D376F7;
}
</style>
border-color css
<style>
span { border-color: #D376F7; }
span { border-color: rgb(211,118,247); }
td.TdClassName
{
border-color: #D376F7;
}
.TagClassName
{
border-color: #D376F7;
}
</style>