Shades of Heliotrope #D356FA
Tints of Heliotrope #D356FA
RGB
CMYK
RGB Variations
Color information
#D356FA (or 0xD356FA) is known color: Heliotrope. HEX triplet: D3, 56 and FA. RGB value is (211,86,250). Sum of RGB (Red+Green+Blue) = 211+86+250=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D356FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356FA is #2CA905. Grayscale: #8D8D8D. Windows color (decimal): -2926854 or 16406227. OLE color: 16406227.
HSL color Cylindrical-coordinate representation of color #D356FA: hue angle of 285.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D356FA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 86 | 250 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.02 |
| HSL | 285.73º | 0.94% | 0.66% | - |
| HSV(B) | 285.73º | 0.66% | 0.98% | - |
| XYZ | 47.45 | 27.41 | 93.23 | - |
| YUV | 142.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 250 | 0.16 | 0.66 | 0 | 0.02 | 285.73 | 0.94 | 0.66 |
| Hex | D3 | 56 | FA | 10 | 42 | 0 | 2 | 11E | 5E | 42 |
| Octal | 323 | 126 | 372 | 20 | 102 | 0 | 2 | 436 | 136 | 102 |
| Binary | 11010011 | 1010110 | 11111010 | 10000 | 1000010 | 0 | 10 | 100011110 | 1011110 | 1000010 |
Color Harmonies of #D356FA
Complementary color
Monochromatic Colors of #D356FA
Black with #D356FA
Text Example
Text Example
White with #D356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356FA; }
p { color: rgb(211,86,250); }
H1.HeaderClassName
{
color: #D356FA;
}
.AnyTagClassName
{
color: #D356FA;
}
</style>
background-color css
<style>
a { background-color: #D356FA; }
a { background-color: rgb(211,86,250); }
div.DivClassName
{
background-color: #D356FA;
}
.BgClassName
{
background-color: #D356FA;
}
</style>
border-color css
<style>
span { border-color: #D356FA; }
span { border-color: rgb(211,86,250); }
td.TdClassName
{
border-color: #D356FA;
}
.TagClassName
{
border-color: #D356FA;
}
</style>