Shades of Fuchsia #D43DC7
Tints of Fuchsia #D43DC7
RGB
CMYK
RGB Variations
Color information
#D43DC7 (or 0xD43DC7) is known color: Fuchsia. HEX triplet: D4, 3D and C7. RGB value is (212,61,199). Sum of RGB (Red+Green+Blue) = 212+61+199=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DC7 is #2BC238. Grayscale: #797979. Windows color (decimal): -2867769 or 13057492. OLE color: 13057492.
HSL color Cylindrical-coordinate representation of color #D43DC7: hue angle of 305.17º 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 #D43DC7 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 199 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.17 |
| HSL | 305.17º | 0.64% | 0.54% | - |
| HSV(B) | 305.17º | 0.71% | 0.83% | - |
| XYZ | 39.13 | 21.46 | 56.11 | - |
| YUV | 121.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 199 | 0 | 0.71 | 0.06 | 0.17 | 305.17 | 0.64 | 0.54 |
| Hex | D4 | 3D | C7 | 0 | 47 | 6 | 11 | 131 | 40 | 36 |
| Octal | 324 | 75 | 307 | 0 | 107 | 6 | 21 | 461 | 100 | 66 |
| Binary | 11010100 | 111101 | 11000111 | 0 | 1000111 | 110 | 10001 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D43DC7
Complementary color
Monochromatic Colors of #D43DC7
Black with #D43DC7
Text Example
Text Example
White with #D43DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DC7; }
p { color: rgb(212,61,199); }
H1.HeaderClassName
{
color: #D43DC7;
}
.AnyTagClassName
{
color: #D43DC7;
}
</style>
background-color css
<style>
a { background-color: #D43DC7; }
a { background-color: rgb(212,61,199); }
div.DivClassName
{
background-color: #D43DC7;
}
.BgClassName
{
background-color: #D43DC7;
}
</style>
border-color css
<style>
span { border-color: #D43DC7; }
span { border-color: rgb(212,61,199); }
td.TdClassName
{
border-color: #D43DC7;
}
.TagClassName
{
border-color: #D43DC7;
}
</style>