Shades of Fuchsia #D43FCD
Tints of Fuchsia #D43FCD
RGB
CMYK
RGB Variations
Color information
#D43FCD (or 0xD43FCD) is known color: Fuchsia. HEX triplet: D4, 3F and CD. RGB value is (212,63,205). Sum of RGB (Red+Green+Blue) = 212+63+205=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FCD is #2BC032. Grayscale: #7B7B7B. Windows color (decimal): -2867251 or 13451220. OLE color: 13451220.
HSL color Cylindrical-coordinate representation of color #D43FCD: hue angle of 302.82º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FCD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 205 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.17 |
| HSL | 302.82º | 0.63% | 0.54% | - |
| HSV(B) | 302.82º | 0.7% | 0.83% | - |
| XYZ | 39.95 | 21.96 | 59.89 | - |
| YUV | 123.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 205 | 0 | 0.70 | 0.03 | 0.17 | 302.82 | 0.63 | 0.54 |
| Hex | D4 | 3F | CD | 0 | 46 | 3 | 11 | 12F | 3F | 36 |
| Octal | 324 | 77 | 315 | 0 | 106 | 3 | 21 | 457 | 77 | 66 |
| Binary | 11010100 | 111111 | 11001101 | 0 | 1000110 | 11 | 10001 | 100101111 | 111111 | 110110 |
Color Harmonies of #D43FCD
Complementary color
Monochromatic Colors of #D43FCD
Black with #D43FCD
Text Example
Text Example
White with #D43FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FCD; }
p { color: rgb(212,63,205); }
H1.HeaderClassName
{
color: #D43FCD;
}
.AnyTagClassName
{
color: #D43FCD;
}
</style>
background-color css
<style>
a { background-color: #D43FCD; }
a { background-color: rgb(212,63,205); }
div.DivClassName
{
background-color: #D43FCD;
}
.BgClassName
{
background-color: #D43FCD;
}
</style>
border-color css
<style>
span { border-color: #D43FCD; }
span { border-color: rgb(212,63,205); }
td.TdClassName
{
border-color: #D43FCD;
}
.TagClassName
{
border-color: #D43FCD;
}
</style>