Shades of Fuchsia #D43DBF
Tints of Fuchsia #D43DBF
RGB
CMYK
RGB Variations
Color information
#D43DBF (or 0xD43DBF) is known color: Fuchsia. HEX triplet: D4, 3D and BF. RGB value is (212,61,191). Sum of RGB (Red+Green+Blue) = 212+61+191=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DBF is #2BC240. Grayscale: #787878. Windows color (decimal): -2867777 or 12533204. OLE color: 12533204.
HSL color Cylindrical-coordinate representation of color #D43DBF: hue angle of 308.34º 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 #D43DBF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 191 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.17 |
| HSL | 308.34º | 0.64% | 0.54% | - |
| HSV(B) | 308.34º | 0.71% | 0.83% | - |
| XYZ | 38.22 | 21.1 | 51.35 | - |
| YUV | 120.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 191 | 0 | 0.71 | 0.10 | 0.17 | 308.34 | 0.64 | 0.54 |
| Hex | D4 | 3D | BF | 0 | 47 | A | 11 | 134 | 40 | 36 |
| Octal | 324 | 75 | 277 | 0 | 107 | 12 | 21 | 464 | 100 | 66 |
| Binary | 11010100 | 111101 | 10111111 | 0 | 1000111 | 1010 | 10001 | 100110100 | 1000000 | 110110 |
Color Harmonies of #D43DBF
Complementary color
Monochromatic Colors of #D43DBF
Black with #D43DBF
Text Example
Text Example
White with #D43DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DBF; }
p { color: rgb(212,61,191); }
H1.HeaderClassName
{
color: #D43DBF;
}
.AnyTagClassName
{
color: #D43DBF;
}
</style>
background-color css
<style>
a { background-color: #D43DBF; }
a { background-color: rgb(212,61,191); }
div.DivClassName
{
background-color: #D43DBF;
}
.BgClassName
{
background-color: #D43DBF;
}
</style>
border-color css
<style>
span { border-color: #D43DBF; }
span { border-color: rgb(212,61,191); }
td.TdClassName
{
border-color: #D43DBF;
}
.TagClassName
{
border-color: #D43DBF;
}
</style>