Shades of Fuchsia #D43AD3
Tints of Fuchsia #D43AD3
RGB
CMYK
RGB Variations
Color information
#D43AD3 (or 0xD43AD3) is known color: Fuchsia. HEX triplet: D4, 3A and D3. RGB value is (212,58,211). Sum of RGB (Red+Green+Blue) = 212+58+211=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43AD3 is #2BC52C. Grayscale: #797979. Windows color (decimal): -2868525 or 13843156. OLE color: 13843156.
HSL color Cylindrical-coordinate representation of color #D43AD3: hue angle of 300.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43AD3 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 211 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.17 |
| HSL | 300.39º | 0.64% | 0.53% | - |
| HSV(B) | 300.39º | 0.73% | 0.83% | - |
| XYZ | 40.42 | 21.73 | 63.69 | - |
| YUV | 121.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 211 | 0 | 0.73 | 0.00 | 0.17 | 300.39 | 0.64 | 0.53 |
| Hex | D4 | 3A | D3 | 0 | 49 | 0 | 11 | 12C | 40 | 35 |
| Octal | 324 | 72 | 323 | 0 | 111 | 0 | 21 | 454 | 100 | 65 |
| Binary | 11010100 | 111010 | 11010011 | 0 | 1001001 | 0 | 10001 | 100101100 | 1000000 | 110101 |
Color Harmonies of #D43AD3
Complementary color
Monochromatic Colors of #D43AD3
Black with #D43AD3
Text Example
Text Example
White with #D43AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AD3; }
p { color: rgb(212,58,211); }
H1.HeaderClassName
{
color: #D43AD3;
}
.AnyTagClassName
{
color: #D43AD3;
}
</style>
background-color css
<style>
a { background-color: #D43AD3; }
a { background-color: rgb(212,58,211); }
div.DivClassName
{
background-color: #D43AD3;
}
.BgClassName
{
background-color: #D43AD3;
}
</style>
border-color css
<style>
span { border-color: #D43AD3; }
span { border-color: rgb(212,58,211); }
td.TdClassName
{
border-color: #D43AD3;
}
.TagClassName
{
border-color: #D43AD3;
}
</style>