Shades of Fuchsia #D431BF
Tints of Fuchsia #D431BF
RGB
CMYK
RGB Variations
Color information
#D431BF (or 0xD431BF) is known color: Fuchsia. HEX triplet: D4, 31 and BF. RGB value is (212,49,191). Sum of RGB (Red+Green+Blue) = 212+49+191=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D431BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431BF is #2BCE40. Grayscale: #717171. Windows color (decimal): -2870849 or 12530132. OLE color: 12530132.
HSL color Cylindrical-coordinate representation of color #D431BF: hue angle of 307.73º 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 #D431BF is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 191 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.17 |
| HSL | 307.73º | 0.65% | 0.51% | - |
| HSV(B) | 307.73º | 0.77% | 0.83% | - |
| XYZ | 37.65 | 19.96 | 51.16 | - |
| YUV | 113.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 191 | 0 | 0.77 | 0.10 | 0.17 | 307.73 | 0.65 | 0.51 |
| Hex | D4 | 31 | BF | 0 | 4D | A | 11 | 134 | 41 | 33 |
| Octal | 324 | 61 | 277 | 0 | 115 | 12 | 21 | 464 | 101 | 63 |
| Binary | 11010100 | 110001 | 10111111 | 0 | 1001101 | 1010 | 10001 | 100110100 | 1000001 | 110011 |
Color Harmonies of #D431BF
Complementary color
Monochromatic Colors of #D431BF
Black with #D431BF
Text Example
Text Example
White with #D431BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431BF; }
p { color: rgb(212,49,191); }
H1.HeaderClassName
{
color: #D431BF;
}
.AnyTagClassName
{
color: #D431BF;
}
</style>
background-color css
<style>
a { background-color: #D431BF; }
a { background-color: rgb(212,49,191); }
div.DivClassName
{
background-color: #D431BF;
}
.BgClassName
{
background-color: #D431BF;
}
</style>
border-color css
<style>
span { border-color: #D431BF; }
span { border-color: rgb(212,49,191); }
td.TdClassName
{
border-color: #D431BF;
}
.TagClassName
{
border-color: #D431BF;
}
</style>