Shades of Fuchsia #D32EBC
Tints of Fuchsia #D32EBC
RGB
CMYK
RGB Variations
Color information
#D32EBC (or 0xD32EBC) is known color: Fuchsia. HEX triplet: D3, 2E and BC. RGB value is (211,46,188). Sum of RGB (Red+Green+Blue) = 211+46+188=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EBC is #2CD143. Grayscale: #6F6F6F. Windows color (decimal): -2937156 or 12332755. OLE color: 12332755.
HSL color Cylindrical-coordinate representation of color #D32EBC: hue angle of 308.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32EBC is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 188 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.17 |
| HSL | 308.36º | 0.65% | 0.5% | - |
| HSV(B) | 308.36º | 0.78% | 0.83% | - |
| XYZ | 36.92 | 19.43 | 49.38 | - |
| YUV | 111.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 188 | 0 | 0.78 | 0.11 | 0.17 | 308.36 | 0.65 | 0.5 |
| Hex | D3 | 2E | BC | 0 | 4E | B | 11 | 134 | 41 | 32 |
| Octal | 323 | 56 | 274 | 0 | 116 | 13 | 21 | 464 | 101 | 62 |
| Binary | 11010011 | 101110 | 10111100 | 0 | 1001110 | 1011 | 10001 | 100110100 | 1000001 | 110010 |
Color Harmonies of #D32EBC
Complementary color
Monochromatic Colors of #D32EBC
Black with #D32EBC
Text Example
Text Example
White with #D32EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EBC; }
p { color: rgb(211,46,188); }
H1.HeaderClassName
{
color: #D32EBC;
}
.AnyTagClassName
{
color: #D32EBC;
}
</style>
background-color css
<style>
a { background-color: #D32EBC; }
a { background-color: rgb(211,46,188); }
div.DivClassName
{
background-color: #D32EBC;
}
.BgClassName
{
background-color: #D32EBC;
}
</style>
border-color css
<style>
span { border-color: #D32EBC; }
span { border-color: rgb(211,46,188); }
td.TdClassName
{
border-color: #D32EBC;
}
.TagClassName
{
border-color: #D32EBC;
}
</style>