Shades of Fuchsia #D43CC6
Tints of Fuchsia #D43CC6
RGB
CMYK
RGB Variations
Color information
#D43CC6 (or 0xD43CC6) is known color: Fuchsia. HEX triplet: D4, 3C and C6. RGB value is (212,60,198). Sum of RGB (Red+Green+Blue) = 212+60+198=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CC6 is #2BC339. Grayscale: #787878. Windows color (decimal): -2868026 or 12991700. OLE color: 12991700.
HSL color Cylindrical-coordinate representation of color #D43CC6: hue angle of 305.53º 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 #D43CC6 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 198 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.17 |
| HSL | 305.53º | 0.64% | 0.53% | - |
| HSV(B) | 305.53º | 0.72% | 0.83% | - |
| XYZ | 38.96 | 21.31 | 55.49 | - |
| YUV | 121.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 198 | 0 | 0.72 | 0.07 | 0.17 | 305.53 | 0.64 | 0.53 |
| Hex | D4 | 3C | C6 | 0 | 48 | 7 | 11 | 132 | 40 | 35 |
| Octal | 324 | 74 | 306 | 0 | 110 | 7 | 21 | 462 | 100 | 65 |
| Binary | 11010100 | 111100 | 11000110 | 0 | 1001000 | 111 | 10001 | 100110010 | 1000000 | 110101 |
Color Harmonies of #D43CC6
Complementary color
Monochromatic Colors of #D43CC6
Black with #D43CC6
Text Example
Text Example
White with #D43CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CC6; }
p { color: rgb(212,60,198); }
H1.HeaderClassName
{
color: #D43CC6;
}
.AnyTagClassName
{
color: #D43CC6;
}
</style>
background-color css
<style>
a { background-color: #D43CC6; }
a { background-color: rgb(212,60,198); }
div.DivClassName
{
background-color: #D43CC6;
}
.BgClassName
{
background-color: #D43CC6;
}
</style>
border-color css
<style>
span { border-color: #D43CC6; }
span { border-color: rgb(212,60,198); }
td.TdClassName
{
border-color: #D43CC6;
}
.TagClassName
{
border-color: #D43CC6;
}
</style>