Shades of Fuchsia #D32CBA
Tints of Fuchsia #D32CBA
RGB
CMYK
RGB Variations
Color information
#D32CBA (or 0xD32CBA) is known color: Fuchsia. HEX triplet: D3, 2C and BA. RGB value is (211,44,186). Sum of RGB (Red+Green+Blue) = 211+44+186=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D32CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CBA is #2CD345. Grayscale: #6D6D6D. Windows color (decimal): -2937670 or 12201171. OLE color: 12201171.
HSL color Cylindrical-coordinate representation of color #D32CBA: hue angle of 308.98º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32CBA is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 44 | 186 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.17 |
| HSL | 308.98º | 0.65% | 0.5% | - |
| HSV(B) | 308.98º | 0.79% | 0.83% | - |
| XYZ | 36.63 | 19.2 | 48.23 | - |
| YUV | 110.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 44 | 186 | 0 | 0.79 | 0.12 | 0.17 | 308.98 | 0.65 | 0.5 |
| Hex | D3 | 2C | BA | 0 | 4F | C | 11 | 135 | 41 | 32 |
| Octal | 323 | 54 | 272 | 0 | 117 | 14 | 21 | 465 | 101 | 62 |
| Binary | 11010011 | 101100 | 10111010 | 0 | 1001111 | 1100 | 10001 | 100110101 | 1000001 | 110010 |
Color Harmonies of #D32CBA
Complementary color
Monochromatic Colors of #D32CBA
Black with #D32CBA
Text Example
Text Example
White with #D32CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32CBA; }
p { color: rgb(211,44,186); }
H1.HeaderClassName
{
color: #D32CBA;
}
.AnyTagClassName
{
color: #D32CBA;
}
</style>
background-color css
<style>
a { background-color: #D32CBA; }
a { background-color: rgb(211,44,186); }
div.DivClassName
{
background-color: #D32CBA;
}
.BgClassName
{
background-color: #D32CBA;
}
</style>
border-color css
<style>
span { border-color: #D32CBA; }
span { border-color: rgb(211,44,186); }
td.TdClassName
{
border-color: #D32CBA;
}
.TagClassName
{
border-color: #D32CBA;
}
</style>