Shades of Fuchsia #D43CD1
Tints of Fuchsia #D43CD1
RGB
CMYK
RGB Variations
Color information
#D43CD1 (or 0xD43CD1) is known color: Fuchsia. HEX triplet: D4, 3C and D1. RGB value is (212,60,209). Sum of RGB (Red+Green+Blue) = 212+60+209=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CD1 is #2BC32E. Grayscale: #797979. Windows color (decimal): -2868015 or 13712596. OLE color: 13712596.
HSL color Cylindrical-coordinate representation of color #D43CD1: hue angle of 301.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CD1 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 209 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.17 |
| HSL | 301.18º | 0.64% | 0.53% | - |
| HSV(B) | 301.18º | 0.72% | 0.83% | - |
| XYZ | 40.28 | 21.83 | 62.41 | - |
| YUV | 122.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 209 | 0 | 0.72 | 0.01 | 0.17 | 301.18 | 0.64 | 0.53 |
| Hex | D4 | 3C | D1 | 0 | 48 | 1 | 11 | 12D | 40 | 35 |
| Octal | 324 | 74 | 321 | 0 | 110 | 1 | 21 | 455 | 100 | 65 |
| Binary | 11010100 | 111100 | 11010001 | 0 | 1001000 | 1 | 10001 | 100101101 | 1000000 | 110101 |
Color Harmonies of #D43CD1
Complementary color
Monochromatic Colors of #D43CD1
Black with #D43CD1
Text Example
Text Example
White with #D43CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CD1; }
p { color: rgb(212,60,209); }
H1.HeaderClassName
{
color: #D43CD1;
}
.AnyTagClassName
{
color: #D43CD1;
}
</style>
background-color css
<style>
a { background-color: #D43CD1; }
a { background-color: rgb(212,60,209); }
div.DivClassName
{
background-color: #D43CD1;
}
.BgClassName
{
background-color: #D43CD1;
}
</style>
border-color css
<style>
span { border-color: #D43CD1; }
span { border-color: rgb(212,60,209); }
td.TdClassName
{
border-color: #D43CD1;
}
.TagClassName
{
border-color: #D43CD1;
}
</style>