Shades of Fuchsia #D32FCA
Tints of Fuchsia #D32FCA
RGB
CMYK
RGB Variations
Color information
#D32FCA (or 0xD32FCA) is known color: Fuchsia. HEX triplet: D3, 2F and CA. RGB value is (211,47,202). Sum of RGB (Red+Green+Blue) = 211+47+202=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FCA is #2CD035. Grayscale: #717171. Windows color (decimal): -2936886 or 13250515. OLE color: 13250515.
HSL color Cylindrical-coordinate representation of color #D32FCA: hue angle of 303.29º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FCA is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 202 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.17 |
| HSL | 303.29º | 0.65% | 0.51% | - |
| HSV(B) | 303.29º | 0.78% | 0.83% | - |
| XYZ | 38.54 | 20.15 | 57.73 | - |
| YUV | 113.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 202 | 0 | 0.78 | 0.04 | 0.17 | 303.29 | 0.65 | 0.51 |
| Hex | D3 | 2F | CA | 0 | 4E | 4 | 11 | 12F | 41 | 33 |
| Octal | 323 | 57 | 312 | 0 | 116 | 4 | 21 | 457 | 101 | 63 |
| Binary | 11010011 | 101111 | 11001010 | 0 | 1001110 | 100 | 10001 | 100101111 | 1000001 | 110011 |
Color Harmonies of #D32FCA
Complementary color
Monochromatic Colors of #D32FCA
Black with #D32FCA
Text Example
Text Example
White with #D32FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FCA; }
p { color: rgb(211,47,202); }
H1.HeaderClassName
{
color: #D32FCA;
}
.AnyTagClassName
{
color: #D32FCA;
}
</style>
background-color css
<style>
a { background-color: #D32FCA; }
a { background-color: rgb(211,47,202); }
div.DivClassName
{
background-color: #D32FCA;
}
.BgClassName
{
background-color: #D32FCA;
}
</style>
border-color css
<style>
span { border-color: #D32FCA; }
span { border-color: rgb(211,47,202); }
td.TdClassName
{
border-color: #D32FCA;
}
.TagClassName
{
border-color: #D32FCA;
}
</style>