Shades of Fuchsia #D131BA
Tints of Fuchsia #D131BA
RGB
CMYK
RGB Variations
Color information
#D131BA (or 0xD131BA) is known color: Fuchsia. HEX triplet: D1, 31 and BA. RGB value is (209,49,186). Sum of RGB (Red+Green+Blue) = 209+49+186=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D131BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131BA is #2ECE45. Grayscale: #707070. Windows color (decimal): -3067462 or 12202449. OLE color: 12202449.
HSL color Cylindrical-coordinate representation of color #D131BA: hue angle of 308.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131BA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 186 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 308.63º | 0.63% | 0.51% | - |
| HSV(B) | 308.63º | 0.77% | 0.82% | - |
| XYZ | 36.26 | 19.3 | 48.27 | - |
| YUV | 112.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 186 | 0 | 0.77 | 0.11 | 0.18 | 308.63 | 0.63 | 0.51 |
| Hex | D1 | 31 | BA | 0 | 4D | B | 12 | 135 | 3F | 33 |
| Octal | 321 | 61 | 272 | 0 | 115 | 13 | 22 | 465 | 77 | 63 |
| Binary | 11010001 | 110001 | 10111010 | 0 | 1001101 | 1011 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D131BA
Complementary color
Monochromatic Colors of #D131BA
Black with #D131BA
Text Example
Text Example
White with #D131BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131BA; }
p { color: rgb(209,49,186); }
H1.HeaderClassName
{
color: #D131BA;
}
.AnyTagClassName
{
color: #D131BA;
}
</style>
background-color css
<style>
a { background-color: #D131BA; }
a { background-color: rgb(209,49,186); }
div.DivClassName
{
background-color: #D131BA;
}
.BgClassName
{
background-color: #D131BA;
}
</style>
border-color css
<style>
span { border-color: #D131BA; }
span { border-color: rgb(209,49,186); }
td.TdClassName
{
border-color: #D131BA;
}
.TagClassName
{
border-color: #D131BA;
}
</style>