Shades of Fuchsia #D356BF
Tints of Fuchsia #D356BF
RGB
CMYK
RGB Variations
Color information
#D356BF (or 0xD356BF) is known color: Fuchsia. HEX triplet: D3, 56 and BF. RGB value is (211,86,191). Sum of RGB (Red+Green+Blue) = 211+86+191=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D356BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356BF is #2CA940. Grayscale: #878787. Windows color (decimal): -2926913 or 12539603. OLE color: 12539603.
HSL color Cylindrical-coordinate representation of color #D356BF: hue angle of 309.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356BF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 191 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.17 |
| HSL | 309.6º | 0.59% | 0.58% | - |
| HSV(B) | 309.6º | 0.59% | 0.83% | - |
| XYZ | 39.6 | 24.27 | 51.89 | - |
| YUV | 135.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 191 | 0 | 0.59 | 0.09 | 0.17 | 309.6 | 0.59 | 0.58 |
| Hex | D3 | 56 | BF | 0 | 3B | 9 | 11 | 136 | 3B | 3A |
| Octal | 323 | 126 | 277 | 0 | 73 | 11 | 21 | 466 | 73 | 72 |
| Binary | 11010011 | 1010110 | 10111111 | 0 | 111011 | 1001 | 10001 | 100110110 | 111011 | 111010 |
Color Harmonies of #D356BF
Complementary color
Monochromatic Colors of #D356BF
Black with #D356BF
Text Example
Text Example
White with #D356BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356BF; }
p { color: rgb(211,86,191); }
H1.HeaderClassName
{
color: #D356BF;
}
.AnyTagClassName
{
color: #D356BF;
}
</style>
background-color css
<style>
a { background-color: #D356BF; }
a { background-color: rgb(211,86,191); }
div.DivClassName
{
background-color: #D356BF;
}
.BgClassName
{
background-color: #D356BF;
}
</style>
border-color css
<style>
span { border-color: #D356BF; }
span { border-color: rgb(211,86,191); }
td.TdClassName
{
border-color: #D356BF;
}
.TagClassName
{
border-color: #D356BF;
}
</style>