Shades of Fuchsia #D131B5
Tints of Fuchsia #D131B5
RGB
CMYK
RGB Variations
Color information
#D131B5 (or 0xD131B5) is known color: Fuchsia. HEX triplet: D1, 31 and B5. RGB value is (209,49,181). Sum of RGB (Red+Green+Blue) = 209+49+181=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D131B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131B5 is #2ECE4A. Grayscale: #6F6F6F. Windows color (decimal): -3067467 or 11874769. OLE color: 11874769.
HSL color Cylindrical-coordinate representation of color #D131B5: hue angle of 310.5º 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 #D131B5 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 181 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.18 |
| HSL | 310.5º | 0.63% | 0.51% | - |
| HSV(B) | 310.5º | 0.77% | 0.82% | - |
| XYZ | 35.73 | 19.09 | 45.52 | - |
| YUV | 111.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 181 | 0 | 0.77 | 0.13 | 0.18 | 310.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | B5 | 0 | 4D | D | 12 | 136 | 3F | 33 |
| Octal | 321 | 61 | 265 | 0 | 115 | 15 | 22 | 466 | 77 | 63 |
| Binary | 11010001 | 110001 | 10110101 | 0 | 1001101 | 1101 | 10010 | 100110110 | 111111 | 110011 |
Color Harmonies of #D131B5
Complementary color
Monochromatic Colors of #D131B5
Black with #D131B5
Text Example
Text Example
White with #D131B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131B5; }
p { color: rgb(209,49,181); }
H1.HeaderClassName
{
color: #D131B5;
}
.AnyTagClassName
{
color: #D131B5;
}
</style>
background-color css
<style>
a { background-color: #D131B5; }
a { background-color: rgb(209,49,181); }
div.DivClassName
{
background-color: #D131B5;
}
.BgClassName
{
background-color: #D131B5;
}
</style>
border-color css
<style>
span { border-color: #D131B5; }
span { border-color: rgb(209,49,181); }
td.TdClassName
{
border-color: #D131B5;
}
.TagClassName
{
border-color: #D131B5;
}
</style>