Shades of Fuchsia #D43DC5
Tints of Fuchsia #D43DC5
RGB
CMYK
RGB Variations
Color information
#D43DC5 (or 0xD43DC5) is known color: Fuchsia. HEX triplet: D4, 3D and C5. RGB value is (212,61,197). Sum of RGB (Red+Green+Blue) = 212+61+197=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DC5 is #2BC23A. Grayscale: #797979. Windows color (decimal): -2867771 or 12926420. OLE color: 12926420.
HSL color Cylindrical-coordinate representation of color #D43DC5: hue angle of 305.96º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43DC5 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 197 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.17 |
| HSL | 305.96º | 0.64% | 0.54% | - |
| HSV(B) | 305.96º | 0.71% | 0.83% | - |
| XYZ | 38.9 | 21.37 | 54.9 | - |
| YUV | 121.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 197 | 0 | 0.71 | 0.07 | 0.17 | 305.96 | 0.64 | 0.54 |
| Hex | D4 | 3D | C5 | 0 | 47 | 7 | 11 | 132 | 40 | 36 |
| Octal | 324 | 75 | 305 | 0 | 107 | 7 | 21 | 462 | 100 | 66 |
| Binary | 11010100 | 111101 | 11000101 | 0 | 1000111 | 111 | 10001 | 100110010 | 1000000 | 110110 |
Color Harmonies of #D43DC5
Complementary color
Monochromatic Colors of #D43DC5
Black with #D43DC5
Text Example
Text Example
White with #D43DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DC5; }
p { color: rgb(212,61,197); }
H1.HeaderClassName
{
color: #D43DC5;
}
.AnyTagClassName
{
color: #D43DC5;
}
</style>
background-color css
<style>
a { background-color: #D43DC5; }
a { background-color: rgb(212,61,197); }
div.DivClassName
{
background-color: #D43DC5;
}
.BgClassName
{
background-color: #D43DC5;
}
</style>
border-color css
<style>
span { border-color: #D43DC5; }
span { border-color: rgb(212,61,197); }
td.TdClassName
{
border-color: #D43DC5;
}
.TagClassName
{
border-color: #D43DC5;
}
</style>