Shades of Fuchsia #D131B9
Tints of Fuchsia #D131B9
RGB
CMYK
RGB Variations
Color information
#D131B9 (or 0xD131B9) is known color: Fuchsia. HEX triplet: D1, 31 and B9. RGB value is (209,49,185). Sum of RGB (Red+Green+Blue) = 209+49+185=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D131B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131B9 is #2ECE46. Grayscale: #6F6F6F. Windows color (decimal): -3067463 or 12136913. OLE color: 12136913.
HSL color Cylindrical-coordinate representation of color #D131B9: hue angle of 309º 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 #D131B9 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 185 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 309º | 0.63% | 0.51% | - |
| HSV(B) | 309º | 0.77% | 0.82% | - |
| XYZ | 36.15 | 19.25 | 47.71 | - |
| YUV | 112.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 185 | 0 | 0.77 | 0.11 | 0.18 | 309 | 0.63 | 0.51 |
| Hex | D1 | 31 | B9 | 0 | 4D | B | 12 | 135 | 3F | 33 |
| Octal | 321 | 61 | 271 | 0 | 115 | 13 | 22 | 465 | 77 | 63 |
| Binary | 11010001 | 110001 | 10111001 | 0 | 1001101 | 1011 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D131B9
Complementary color
Monochromatic Colors of #D131B9
Black with #D131B9
Text Example
Text Example
White with #D131B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131B9; }
p { color: rgb(209,49,185); }
H1.HeaderClassName
{
color: #D131B9;
}
.AnyTagClassName
{
color: #D131B9;
}
</style>
background-color css
<style>
a { background-color: #D131B9; }
a { background-color: rgb(209,49,185); }
div.DivClassName
{
background-color: #D131B9;
}
.BgClassName
{
background-color: #D131B9;
}
</style>
border-color css
<style>
span { border-color: #D131B9; }
span { border-color: rgb(209,49,185); }
td.TdClassName
{
border-color: #D131B9;
}
.TagClassName
{
border-color: #D131B9;
}
</style>