Shades of Fuchsia #D43AC2
Tints of Fuchsia #D43AC2
RGB
CMYK
RGB Variations
Color information
#D43AC2 (or 0xD43AC2) is known color: Fuchsia. HEX triplet: D4, 3A and C2. RGB value is (212,58,194). Sum of RGB (Red+Green+Blue) = 212+58+194=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43AC2 is #2BC53D. Grayscale: #777777. Windows color (decimal): -2868542 or 12729044. OLE color: 12729044.
HSL color Cylindrical-coordinate representation of color #D43AC2: hue angle of 307.01º 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 #D43AC2 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 194 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.17 |
| HSL | 307.01º | 0.64% | 0.53% | - |
| HSV(B) | 307.01º | 0.73% | 0.83% | - |
| XYZ | 38.4 | 20.92 | 53.05 | - |
| YUV | 119.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 194 | 0 | 0.73 | 0.08 | 0.17 | 307.01 | 0.64 | 0.53 |
| Hex | D4 | 3A | C2 | 0 | 49 | 8 | 11 | 133 | 40 | 35 |
| Octal | 324 | 72 | 302 | 0 | 111 | 10 | 21 | 463 | 100 | 65 |
| Binary | 11010100 | 111010 | 11000010 | 0 | 1001001 | 1000 | 10001 | 100110011 | 1000000 | 110101 |
Color Harmonies of #D43AC2
Complementary color
Monochromatic Colors of #D43AC2
Black with #D43AC2
Text Example
Text Example
White with #D43AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43AC2; }
p { color: rgb(212,58,194); }
H1.HeaderClassName
{
color: #D43AC2;
}
.AnyTagClassName
{
color: #D43AC2;
}
</style>
background-color css
<style>
a { background-color: #D43AC2; }
a { background-color: rgb(212,58,194); }
div.DivClassName
{
background-color: #D43AC2;
}
.BgClassName
{
background-color: #D43AC2;
}
</style>
border-color css
<style>
span { border-color: #D43AC2; }
span { border-color: rgb(212,58,194); }
td.TdClassName
{
border-color: #D43AC2;
}
.TagClassName
{
border-color: #D43AC2;
}
</style>