Shades of Fuchsia #D32AB7
Tints of Fuchsia #D32AB7
RGB
CMYK
RGB Variations
Color information
#D32AB7 (or 0xD32AB7) is known color: Fuchsia. HEX triplet: D3, 2A and B7. RGB value is (211,42,183). Sum of RGB (Red+Green+Blue) = 211+42+183=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D32AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32AB7 is #2CD548. Grayscale: #6C6C6C. Windows color (decimal): -2938185 or 12004051. OLE color: 12004051.
HSL color Cylindrical-coordinate representation of color #D32AB7: hue angle of 309.94º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32AB7 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 183 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.17 |
| HSL | 309.94º | 0.67% | 0.5% | - |
| HSV(B) | 309.94º | 0.8% | 0.83% | - |
| XYZ | 36.24 | 18.92 | 46.54 | - |
| YUV | 108.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 183 | 0 | 0.80 | 0.13 | 0.17 | 309.94 | 0.67 | 0.5 |
| Hex | D3 | 2A | B7 | 0 | 50 | D | 11 | 136 | 43 | 32 |
| Octal | 323 | 52 | 267 | 0 | 120 | 15 | 21 | 466 | 103 | 62 |
| Binary | 11010011 | 101010 | 10110111 | 0 | 1010000 | 1101 | 10001 | 100110110 | 1000011 | 110010 |
Color Harmonies of #D32AB7
Complementary color
Monochromatic Colors of #D32AB7
Black with #D32AB7
Text Example
Text Example
White with #D32AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AB7; }
p { color: rgb(211,42,183); }
H1.HeaderClassName
{
color: #D32AB7;
}
.AnyTagClassName
{
color: #D32AB7;
}
</style>
background-color css
<style>
a { background-color: #D32AB7; }
a { background-color: rgb(211,42,183); }
div.DivClassName
{
background-color: #D32AB7;
}
.BgClassName
{
background-color: #D32AB7;
}
</style>
border-color css
<style>
span { border-color: #D32AB7; }
span { border-color: rgb(211,42,183); }
td.TdClassName
{
border-color: #D32AB7;
}
.TagClassName
{
border-color: #D32AB7;
}
</style>