Shades of Fuchsia #D43CBF
Tints of Fuchsia #D43CBF
RGB
CMYK
RGB Variations
Color information
#D43CBF (or 0xD43CBF) is known color: Fuchsia. HEX triplet: D4, 3C and BF. RGB value is (212,60,191). Sum of RGB (Red+Green+Blue) = 212+60+191=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CBF is #2BC340. Grayscale: #787878. Windows color (decimal): -2868033 or 12532948. OLE color: 12532948.
HSL color Cylindrical-coordinate representation of color #D43CBF: hue angle of 308.29º 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 #D43CBF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 191 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.17 |
| HSL | 308.29º | 0.64% | 0.53% | - |
| HSV(B) | 308.29º | 0.72% | 0.83% | - |
| XYZ | 38.17 | 20.99 | 51.33 | - |
| YUV | 120.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 191 | 0 | 0.72 | 0.10 | 0.17 | 308.29 | 0.64 | 0.53 |
| Hex | D4 | 3C | BF | 0 | 48 | A | 11 | 134 | 40 | 35 |
| Octal | 324 | 74 | 277 | 0 | 110 | 12 | 21 | 464 | 100 | 65 |
| Binary | 11010100 | 111100 | 10111111 | 0 | 1001000 | 1010 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D43CBF
Complementary color
Monochromatic Colors of #D43CBF
Black with #D43CBF
Text Example
Text Example
White with #D43CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CBF; }
p { color: rgb(212,60,191); }
H1.HeaderClassName
{
color: #D43CBF;
}
.AnyTagClassName
{
color: #D43CBF;
}
</style>
background-color css
<style>
a { background-color: #D43CBF; }
a { background-color: rgb(212,60,191); }
div.DivClassName
{
background-color: #D43CBF;
}
.BgClassName
{
background-color: #D43CBF;
}
</style>
border-color css
<style>
span { border-color: #D43CBF; }
span { border-color: rgb(212,60,191); }
td.TdClassName
{
border-color: #D43CBF;
}
.TagClassName
{
border-color: #D43CBF;
}
</style>