Shades of Fuchsia #D32FCD
Tints of Fuchsia #D32FCD
RGB
CMYK
RGB Variations
Color information
#D32FCD (or 0xD32FCD) is known color: Fuchsia. HEX triplet: D3, 2F and CD. RGB value is (211,47,205). Sum of RGB (Red+Green+Blue) = 211+47+205=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FCD is #2CD032. Grayscale: #717171. Windows color (decimal): -2936883 or 13447123. OLE color: 13447123.
HSL color Cylindrical-coordinate representation of color #D32FCD: hue angle of 302.2º 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 #D32FCD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 205 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.17 |
| HSL | 302.2º | 0.65% | 0.51% | - |
| HSV(B) | 302.2º | 0.78% | 0.83% | - |
| XYZ | 38.9 | 20.29 | 59.62 | - |
| YUV | 114.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 205 | 0 | 0.78 | 0.03 | 0.17 | 302.2 | 0.65 | 0.51 |
| Hex | D3 | 2F | CD | 0 | 4E | 3 | 11 | 12E | 41 | 33 |
| Octal | 323 | 57 | 315 | 0 | 116 | 3 | 21 | 456 | 101 | 63 |
| Binary | 11010011 | 101111 | 11001101 | 0 | 1001110 | 11 | 10001 | 100101110 | 1000001 | 110011 |
Color Harmonies of #D32FCD
Complementary color
Monochromatic Colors of #D32FCD
Black with #D32FCD
Text Example
Text Example
White with #D32FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FCD; }
p { color: rgb(211,47,205); }
H1.HeaderClassName
{
color: #D32FCD;
}
.AnyTagClassName
{
color: #D32FCD;
}
</style>
background-color css
<style>
a { background-color: #D32FCD; }
a { background-color: rgb(211,47,205); }
div.DivClassName
{
background-color: #D32FCD;
}
.BgClassName
{
background-color: #D32FCD;
}
</style>
border-color css
<style>
span { border-color: #D32FCD; }
span { border-color: rgb(211,47,205); }
td.TdClassName
{
border-color: #D32FCD;
}
.TagClassName
{
border-color: #D32FCD;
}
</style>