Shades of Fuchsia #D32FBA
Tints of Fuchsia #D32FBA
RGB
CMYK
RGB Variations
Color information
#D32FBA (or 0xD32FBA) is known color: Fuchsia. HEX triplet: D3, 2F and BA. RGB value is (211,47,186). Sum of RGB (Red+Green+Blue) = 211+47+186=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FBA is #2CD045. Grayscale: #6F6F6F. Windows color (decimal): -2936902 or 12201939. OLE color: 12201939.
HSL color Cylindrical-coordinate representation of color #D32FBA: hue angle of 309.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FBA is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 186 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.17 |
| HSL | 309.15º | 0.65% | 0.51% | - |
| HSV(B) | 309.15º | 0.78% | 0.83% | - |
| XYZ | 36.74 | 19.43 | 48.27 | - |
| YUV | 111.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 186 | 0 | 0.78 | 0.12 | 0.17 | 309.15 | 0.65 | 0.51 |
| Hex | D3 | 2F | BA | 0 | 4E | C | 11 | 135 | 41 | 33 |
| Octal | 323 | 57 | 272 | 0 | 116 | 14 | 21 | 465 | 101 | 63 |
| Binary | 11010011 | 101111 | 10111010 | 0 | 1001110 | 1100 | 10001 | 100110101 | 1000001 | 110011 |
Color Harmonies of #D32FBA
Complementary color
Monochromatic Colors of #D32FBA
Black with #D32FBA
Text Example
Text Example
White with #D32FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FBA; }
p { color: rgb(211,47,186); }
H1.HeaderClassName
{
color: #D32FBA;
}
.AnyTagClassName
{
color: #D32FBA;
}
</style>
background-color css
<style>
a { background-color: #D32FBA; }
a { background-color: rgb(211,47,186); }
div.DivClassName
{
background-color: #D32FBA;
}
.BgClassName
{
background-color: #D32FBA;
}
</style>
border-color css
<style>
span { border-color: #D32FBA; }
span { border-color: rgb(211,47,186); }
td.TdClassName
{
border-color: #D32FBA;
}
.TagClassName
{
border-color: #D32FBA;
}
</style>