Shades of Fuchsia #D32EC4
Tints of Fuchsia #D32EC4
RGB
CMYK
RGB Variations
Color information
#D32EC4 (or 0xD32EC4) is known color: Fuchsia. HEX triplet: D3, 2E and C4. RGB value is (211,46,196). Sum of RGB (Red+Green+Blue) = 211+46+196=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EC4 is #2CD13B. Grayscale: #707070. Windows color (decimal): -2937148 or 12857043. OLE color: 12857043.
HSL color Cylindrical-coordinate representation of color #D32EC4: hue angle of 305.45º 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 #D32EC4 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 196 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.17 |
| HSL | 305.45º | 0.65% | 0.5% | - |
| HSV(B) | 305.45º | 0.78% | 0.83% | - |
| XYZ | 37.8 | 19.79 | 54.05 | - |
| YUV | 112.44 | 175.16 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 196 | 0 | 0.78 | 0.07 | 0.17 | 305.45 | 0.65 | 0.5 |
| Hex | D3 | 2E | C4 | 0 | 4E | 7 | 11 | 131 | 41 | 32 |
| Octal | 323 | 56 | 304 | 0 | 116 | 7 | 21 | 461 | 101 | 62 |
| Binary | 11010011 | 101110 | 11000100 | 0 | 1001110 | 111 | 10001 | 100110001 | 1000001 | 110010 |
Color Harmonies of #D32EC4
Complementary color
Monochromatic Colors of #D32EC4
Black with #D32EC4
Text Example
Text Example
White with #D32EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EC4; }
p { color: rgb(211,46,196); }
H1.HeaderClassName
{
color: #D32EC4;
}
.AnyTagClassName
{
color: #D32EC4;
}
</style>
background-color css
<style>
a { background-color: #D32EC4; }
a { background-color: rgb(211,46,196); }
div.DivClassName
{
background-color: #D32EC4;
}
.BgClassName
{
background-color: #D32EC4;
}
</style>
border-color css
<style>
span { border-color: #D32EC4; }
span { border-color: rgb(211,46,196); }
td.TdClassName
{
border-color: #D32EC4;
}
.TagClassName
{
border-color: #D32EC4;
}
</style>