Shades of Fuchsia #D32EC6
Tints of Fuchsia #D32EC6
RGB
CMYK
RGB Variations
Color information
#D32EC6 (or 0xD32EC6) is known color: Fuchsia. HEX triplet: D3, 2E and C6. RGB value is (211,46,198). Sum of RGB (Red+Green+Blue) = 211+46+198=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EC6 is #2CD139. Grayscale: #707070. Windows color (decimal): -2937146 or 12988115. OLE color: 12988115.
HSL color Cylindrical-coordinate representation of color #D32EC6: hue angle of 304.73º 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 #D32EC6 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 198 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.17 |
| HSL | 304.73º | 0.65% | 0.5% | - |
| HSV(B) | 304.73º | 0.78% | 0.83% | - |
| XYZ | 38.03 | 19.88 | 55.26 | - |
| YUV | 112.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 198 | 0 | 0.78 | 0.06 | 0.17 | 304.73 | 0.65 | 0.5 |
| Hex | D3 | 2E | C6 | 0 | 4E | 6 | 11 | 131 | 41 | 32 |
| Octal | 323 | 56 | 306 | 0 | 116 | 6 | 21 | 461 | 101 | 62 |
| Binary | 11010011 | 101110 | 11000110 | 0 | 1001110 | 110 | 10001 | 100110001 | 1000001 | 110010 |
Color Harmonies of #D32EC6
Complementary color
Monochromatic Colors of #D32EC6
Black with #D32EC6
Text Example
Text Example
White with #D32EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EC6; }
p { color: rgb(211,46,198); }
H1.HeaderClassName
{
color: #D32EC6;
}
.AnyTagClassName
{
color: #D32EC6;
}
</style>
background-color css
<style>
a { background-color: #D32EC6; }
a { background-color: rgb(211,46,198); }
div.DivClassName
{
background-color: #D32EC6;
}
.BgClassName
{
background-color: #D32EC6;
}
</style>
border-color css
<style>
span { border-color: #D32EC6; }
span { border-color: rgb(211,46,198); }
td.TdClassName
{
border-color: #D32EC6;
}
.TagClassName
{
border-color: #D32EC6;
}
</style>