Shades of Fuchsia #D43ABF
Tints of Fuchsia #D43ABF
RGB
CMYK
RGB Variations
Color information
#D43ABF (or 0xD43ABF) is known color: Fuchsia. HEX triplet: D4, 3A and BF. RGB value is (212,58,191). Sum of RGB (Red+Green+Blue) = 212+58+191=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ABF is #2BC540. Grayscale: #767676. Windows color (decimal): -2868545 or 12532436. OLE color: 12532436.
HSL color Cylindrical-coordinate representation of color #D43ABF: hue angle of 308.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43ABF is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 191 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.17 |
| HSL | 308.18º | 0.64% | 0.53% | - |
| HSV(B) | 308.18º | 0.73% | 0.83% | - |
| XYZ | 38.07 | 20.78 | 51.3 | - |
| YUV | 119.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 191 | 0 | 0.73 | 0.10 | 0.17 | 308.18 | 0.64 | 0.53 |
| Hex | D4 | 3A | BF | 0 | 49 | A | 11 | 134 | 40 | 35 |
| Octal | 324 | 72 | 277 | 0 | 111 | 12 | 21 | 464 | 100 | 65 |
| Binary | 11010100 | 111010 | 10111111 | 0 | 1001001 | 1010 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D43ABF
Complementary color
Monochromatic Colors of #D43ABF
Black with #D43ABF
Text Example
Text Example
White with #D43ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43ABF; }
p { color: rgb(212,58,191); }
H1.HeaderClassName
{
color: #D43ABF;
}
.AnyTagClassName
{
color: #D43ABF;
}
</style>
background-color css
<style>
a { background-color: #D43ABF; }
a { background-color: rgb(212,58,191); }
div.DivClassName
{
background-color: #D43ABF;
}
.BgClassName
{
background-color: #D43ABF;
}
</style>
border-color css
<style>
span { border-color: #D43ABF; }
span { border-color: rgb(212,58,191); }
td.TdClassName
{
border-color: #D43ABF;
}
.TagClassName
{
border-color: #D43ABF;
}
</style>