Shades of Heliotrope #D356FC
Tints of Heliotrope #D356FC
RGB
CMYK
RGB Variations
Color information
#D356FC (or 0xD356FC) is known color: Heliotrope. HEX triplet: D3, 56 and FC. RGB value is (211,86,252). Sum of RGB (Red+Green+Blue) = 211+86+252=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D356FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356FC is #2CA903. Grayscale: #8D8D8D. Windows color (decimal): -2926852 or 16537299. OLE color: 16537299.
HSL color Cylindrical-coordinate representation of color #D356FC: hue angle of 285.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D356FC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 86 | 252 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.01 |
| HSL | 285.18º | 0.97% | 0.66% | - |
| HSV(B) | 285.18º | 0.66% | 0.99% | - |
| XYZ | 47.76 | 27.53 | 94.89 | - |
| YUV | 142.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 252 | 0.16 | 0.66 | 0 | 0.01 | 285.18 | 0.97 | 0.66 |
| Hex | D3 | 56 | FC | 10 | 42 | 0 | 1 | 11D | 61 | 42 |
| Octal | 323 | 126 | 374 | 20 | 102 | 0 | 1 | 435 | 141 | 102 |
| Binary | 11010011 | 1010110 | 11111100 | 10000 | 1000010 | 0 | 1 | 100011101 | 1100001 | 1000010 |
Color Harmonies of #D356FC
Complementary color
Monochromatic Colors of #D356FC
Black with #D356FC
Text Example
Text Example
White with #D356FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356FC; }
p { color: rgb(211,86,252); }
H1.HeaderClassName
{
color: #D356FC;
}
.AnyTagClassName
{
color: #D356FC;
}
</style>
background-color css
<style>
a { background-color: #D356FC; }
a { background-color: rgb(211,86,252); }
div.DivClassName
{
background-color: #D356FC;
}
.BgClassName
{
background-color: #D356FC;
}
</style>
border-color css
<style>
span { border-color: #D356FC; }
span { border-color: rgb(211,86,252); }
td.TdClassName
{
border-color: #D356FC;
}
.TagClassName
{
border-color: #D356FC;
}
</style>