Shades of Heliotrope #D376FB
Tints of Heliotrope #D376FB
RGB
CMYK
RGB Variations
Color information
#D376FB (or 0xD376FB) is known color: Heliotrope. HEX triplet: D3, 76 and FB. RGB value is (211,118,251). Sum of RGB (Red+Green+Blue) = 211+118+251=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #D376FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376FB is #2C8904. Grayscale: #A0A0A0. Windows color (decimal): -2918661 or 16479955. OLE color: 16479955.
HSL color Cylindrical-coordinate representation of color #D376FB: hue angle of 281.95º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D376FB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 118 | 251 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.95º | 0.94% | 0.72% | - |
| HSV(B) | 281.95º | 0.53% | 0.98% | - |
| XYZ | 50.75 | 33.77 | 95.11 | - |
| YUV | 160.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 251 | 0.16 | 0.53 | 0 | 0.02 | 281.95 | 0.94 | 0.72 |
| Hex | D3 | 76 | FB | 10 | 35 | 0 | 2 | 11A | 5E | 48 |
| Octal | 323 | 166 | 373 | 20 | 65 | 0 | 2 | 432 | 136 | 110 |
| Binary | 11010011 | 1110110 | 11111011 | 10000 | 110101 | 0 | 10 | 100011010 | 1011110 | 1001000 |
Color Harmonies of #D376FB
Complementary color
Monochromatic Colors of #D376FB
Black with #D376FB
Text Example
Text Example
White with #D376FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376FB; }
p { color: rgb(211,118,251); }
H1.HeaderClassName
{
color: #D376FB;
}
.AnyTagClassName
{
color: #D376FB;
}
</style>
background-color css
<style>
a { background-color: #D376FB; }
a { background-color: rgb(211,118,251); }
div.DivClassName
{
background-color: #D376FB;
}
.BgClassName
{
background-color: #D376FB;
}
</style>
border-color css
<style>
span { border-color: #D376FB; }
span { border-color: rgb(211,118,251); }
td.TdClassName
{
border-color: #D376FB;
}
.TagClassName
{
border-color: #D376FB;
}
</style>