Shades of Fuchsia #D336BA
Tints of Fuchsia #D336BA
RGB
CMYK
RGB Variations
Color information
#D336BA (or 0xD336BA) is known color: Fuchsia. HEX triplet: D3, 36 and BA. RGB value is (211,54,186). Sum of RGB (Red+Green+Blue) = 211+54+186=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D336BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336BA is #2CC945. Grayscale: #737373. Windows color (decimal): -2935110 or 12203731. OLE color: 12203731.
HSL color Cylindrical-coordinate representation of color #D336BA: hue angle of 309.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D336BA is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 186 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.17 |
| HSL | 309.55º | 0.64% | 0.52% | - |
| HSV(B) | 309.55º | 0.74% | 0.83% | - |
| XYZ | 37.05 | 20.03 | 48.37 | - |
| YUV | 115.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 186 | 0 | 0.74 | 0.12 | 0.17 | 309.55 | 0.64 | 0.52 |
| Hex | D3 | 36 | BA | 0 | 4A | C | 11 | 136 | 40 | 34 |
| Octal | 323 | 66 | 272 | 0 | 112 | 14 | 21 | 466 | 100 | 64 |
| Binary | 11010011 | 110110 | 10111010 | 0 | 1001010 | 1100 | 10001 | 100110110 | 1000000 | 110100 |
Color Harmonies of #D336BA
Complementary color
Monochromatic Colors of #D336BA
Black with #D336BA
Text Example
Text Example
White with #D336BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336BA; }
p { color: rgb(211,54,186); }
H1.HeaderClassName
{
color: #D336BA;
}
.AnyTagClassName
{
color: #D336BA;
}
</style>
background-color css
<style>
a { background-color: #D336BA; }
a { background-color: rgb(211,54,186); }
div.DivClassName
{
background-color: #D336BA;
}
.BgClassName
{
background-color: #D336BA;
}
</style>
border-color css
<style>
span { border-color: #D336BA; }
span { border-color: rgb(211,54,186); }
td.TdClassName
{
border-color: #D336BA;
}
.TagClassName
{
border-color: #D336BA;
}
</style>