Shades of Fuchsia #D43DC3
Tints of Fuchsia #D43DC3
RGB
CMYK
RGB Variations
Color information
#D43DC3 (or 0xD43DC3) is known color: Fuchsia. HEX triplet: D4, 3D and C3. RGB value is (212,61,195). Sum of RGB (Red+Green+Blue) = 212+61+195=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DC3 is #2BC23C. Grayscale: #797979. Windows color (decimal): -2867773 or 12795348. OLE color: 12795348.
HSL color Cylindrical-coordinate representation of color #D43DC3: hue angle of 306.75º 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 #D43DC3 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 195 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.17 |
| HSL | 306.76º | 0.64% | 0.54% | - |
| HSV(B) | 306.76º | 0.71% | 0.83% | - |
| XYZ | 38.67 | 21.27 | 53.7 | - |
| YUV | 121.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 195 | 0 | 0.71 | 0.08 | 0.17 | 306.76 | 0.64 | 0.54 |
| Hex | D4 | 3D | C3 | 0 | 47 | 8 | 11 | 133 | 40 | 36 |
| Octal | 324 | 75 | 303 | 0 | 107 | 10 | 21 | 463 | 100 | 66 |
| Binary | 11010100 | 111101 | 11000011 | 0 | 1000111 | 1000 | 10001 | 100110011 | 1000000 | 110110 |
Color Harmonies of #D43DC3
Complementary color
Monochromatic Colors of #D43DC3
Black with #D43DC3
Text Example
Text Example
White with #D43DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DC3; }
p { color: rgb(212,61,195); }
H1.HeaderClassName
{
color: #D43DC3;
}
.AnyTagClassName
{
color: #D43DC3;
}
</style>
background-color css
<style>
a { background-color: #D43DC3; }
a { background-color: rgb(212,61,195); }
div.DivClassName
{
background-color: #D43DC3;
}
.BgClassName
{
background-color: #D43DC3;
}
</style>
border-color css
<style>
span { border-color: #D43DC3; }
span { border-color: rgb(212,61,195); }
td.TdClassName
{
border-color: #D43DC3;
}
.TagClassName
{
border-color: #D43DC3;
}
</style>