Shades of Fuchsia #D43BC7
Tints of Fuchsia #D43BC7
RGB
CMYK
RGB Variations
Color information
#D43BC7 (or 0xD43BC7) is known color: Fuchsia. HEX triplet: D4, 3B and C7. RGB value is (212,59,199). Sum of RGB (Red+Green+Blue) = 212+59+199=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BC7 is #2BC438. Grayscale: #787878. Windows color (decimal): -2868281 or 13056980. OLE color: 13056980.
HSL color Cylindrical-coordinate representation of color #D43BC7: hue angle of 305.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BC7 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 199 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.17 |
| HSL | 305.1º | 0.64% | 0.53% | - |
| HSV(B) | 305.1º | 0.72% | 0.83% | - |
| XYZ | 39.02 | 21.25 | 56.08 | - |
| YUV | 120.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 199 | 0 | 0.72 | 0.06 | 0.17 | 305.1 | 0.64 | 0.53 |
| Hex | D4 | 3B | C7 | 0 | 48 | 6 | 11 | 131 | 40 | 35 |
| Octal | 324 | 73 | 307 | 0 | 110 | 6 | 21 | 461 | 100 | 65 |
| Binary | 11010100 | 111011 | 11000111 | 0 | 1001000 | 110 | 10001 | 100110001 | 1000000 | 110101 |
Color Harmonies of #D43BC7
Complementary color
Monochromatic Colors of #D43BC7
Black with #D43BC7
Text Example
Text Example
White with #D43BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BC7; }
p { color: rgb(212,59,199); }
H1.HeaderClassName
{
color: #D43BC7;
}
.AnyTagClassName
{
color: #D43BC7;
}
</style>
background-color css
<style>
a { background-color: #D43BC7; }
a { background-color: rgb(212,59,199); }
div.DivClassName
{
background-color: #D43BC7;
}
.BgClassName
{
background-color: #D43BC7;
}
</style>
border-color css
<style>
span { border-color: #D43BC7; }
span { border-color: rgb(212,59,199); }
td.TdClassName
{
border-color: #D43BC7;
}
.TagClassName
{
border-color: #D43BC7;
}
</style>