Shades of Fuchsia #D43DC8
Tints of Fuchsia #D43DC8
RGB
CMYK
RGB Variations
Color information
#D43DC8 (or 0xD43DC8) is known color: Fuchsia. HEX triplet: D4, 3D and C8. RGB value is (212,61,200). Sum of RGB (Red+Green+Blue) = 212+61+200=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DC8 is #2BC237. Grayscale: #797979. Windows color (decimal): -2867768 or 13123028. OLE color: 13123028.
HSL color Cylindrical-coordinate representation of color #D43DC8: hue angle of 304.77º 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 #D43DC8 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 200 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.17 |
| HSL | 304.77º | 0.64% | 0.54% | - |
| HSV(B) | 304.77º | 0.71% | 0.83% | - |
| XYZ | 39.25 | 21.5 | 56.73 | - |
| YUV | 122 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 200 | 0 | 0.71 | 0.06 | 0.17 | 304.77 | 0.64 | 0.54 |
| Hex | D4 | 3D | C8 | 0 | 47 | 6 | 11 | 131 | 40 | 36 |
| Octal | 324 | 75 | 310 | 0 | 107 | 6 | 21 | 461 | 100 | 66 |
| Binary | 11010100 | 111101 | 11001000 | 0 | 1000111 | 110 | 10001 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D43DC8
Complementary color
Monochromatic Colors of #D43DC8
Black with #D43DC8
Text Example
Text Example
White with #D43DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DC8; }
p { color: rgb(212,61,200); }
H1.HeaderClassName
{
color: #D43DC8;
}
.AnyTagClassName
{
color: #D43DC8;
}
</style>
background-color css
<style>
a { background-color: #D43DC8; }
a { background-color: rgb(212,61,200); }
div.DivClassName
{
background-color: #D43DC8;
}
.BgClassName
{
background-color: #D43DC8;
}
</style>
border-color css
<style>
span { border-color: #D43DC8; }
span { border-color: rgb(212,61,200); }
td.TdClassName
{
border-color: #D43DC8;
}
.TagClassName
{
border-color: #D43DC8;
}
</style>