Shades of Fuchsia #D43BBA
Tints of Fuchsia #D43BBA
RGB
CMYK
RGB Variations
Color information
#D43BBA (or 0xD43BBA) is known color: Fuchsia. HEX triplet: D4, 3B and BA. RGB value is (212,59,186). Sum of RGB (Red+Green+Blue) = 212+59+186=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BBA is #2BC445. Grayscale: #767676. Windows color (decimal): -2868294 or 12205012. OLE color: 12205012.
HSL color Cylindrical-coordinate representation of color #D43BBA: hue angle of 310.2º 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 #D43BBA is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 186 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.17 |
| HSL | 310.2º | 0.64% | 0.53% | - |
| HSV(B) | 310.2º | 0.72% | 0.83% | - |
| XYZ | 37.58 | 20.67 | 48.46 | - |
| YUV | 119.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 186 | 0 | 0.72 | 0.12 | 0.17 | 310.2 | 0.64 | 0.53 |
| Hex | D4 | 3B | BA | 0 | 48 | C | 11 | 136 | 40 | 35 |
| Octal | 324 | 73 | 272 | 0 | 110 | 14 | 21 | 466 | 100 | 65 |
| Binary | 11010100 | 111011 | 10111010 | 0 | 1001000 | 1100 | 10001 | 100110110 | 1000000 | 110101 |
Color Harmonies of #D43BBA
Complementary color
Monochromatic Colors of #D43BBA
Black with #D43BBA
Text Example
Text Example
White with #D43BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BBA; }
p { color: rgb(212,59,186); }
H1.HeaderClassName
{
color: #D43BBA;
}
.AnyTagClassName
{
color: #D43BBA;
}
</style>
background-color css
<style>
a { background-color: #D43BBA; }
a { background-color: rgb(212,59,186); }
div.DivClassName
{
background-color: #D43BBA;
}
.BgClassName
{
background-color: #D43BBA;
}
</style>
border-color css
<style>
span { border-color: #D43BBA; }
span { border-color: rgb(212,59,186); }
td.TdClassName
{
border-color: #D43BBA;
}
.TagClassName
{
border-color: #D43BBA;
}
</style>