Shades of Fuchsia #D431BA
Tints of Fuchsia #D431BA
RGB
CMYK
RGB Variations
Color information
#D431BA (or 0xD431BA) is known color: Fuchsia. HEX triplet: D4, 31 and BA. RGB value is (212,49,186). Sum of RGB (Red+Green+Blue) = 212+49+186=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D431BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431BA is #2BCE45. Grayscale: #707070. Windows color (decimal): -2870854 or 12202452. OLE color: 12202452.
HSL color Cylindrical-coordinate representation of color #D431BA: hue angle of 309.57º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D431BA is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 186 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.17 |
| HSL | 309.57º | 0.65% | 0.51% | - |
| HSV(B) | 309.57º | 0.77% | 0.83% | - |
| XYZ | 37.11 | 19.74 | 48.31 | - |
| YUV | 113.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 186 | 0 | 0.77 | 0.12 | 0.17 | 309.57 | 0.65 | 0.51 |
| Hex | D4 | 31 | BA | 0 | 4D | C | 11 | 136 | 41 | 33 |
| Octal | 324 | 61 | 272 | 0 | 115 | 14 | 21 | 466 | 101 | 63 |
| Binary | 11010100 | 110001 | 10111010 | 0 | 1001101 | 1100 | 10001 | 100110110 | 1000001 | 110011 |
Color Harmonies of #D431BA
Complementary color
Monochromatic Colors of #D431BA
Black with #D431BA
Text Example
Text Example
White with #D431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431BA; }
p { color: rgb(212,49,186); }
H1.HeaderClassName
{
color: #D431BA;
}
.AnyTagClassName
{
color: #D431BA;
}
</style>
background-color css
<style>
a { background-color: #D431BA; }
a { background-color: rgb(212,49,186); }
div.DivClassName
{
background-color: #D431BA;
}
.BgClassName
{
background-color: #D431BA;
}
</style>
border-color css
<style>
span { border-color: #D431BA; }
span { border-color: rgb(212,49,186); }
td.TdClassName
{
border-color: #D431BA;
}
.TagClassName
{
border-color: #D431BA;
}
</style>