Shades of Fuchsia #D131BB
Tints of Fuchsia #D131BB
RGB
CMYK
RGB Variations
Color information
#D131BB (or 0xD131BB) is known color: Fuchsia. HEX triplet: D1, 31 and BB. RGB value is (209,49,187). Sum of RGB (Red+Green+Blue) = 209+49+187=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D131BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131BB is #2ECE44. Grayscale: #707070. Windows color (decimal): -3067461 or 12267985. OLE color: 12267985.
HSL color Cylindrical-coordinate representation of color #D131BB: hue angle of 308.25º 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 #D131BB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 187 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 308.25º | 0.63% | 0.51% | - |
| HSV(B) | 308.25º | 0.77% | 0.82% | - |
| XYZ | 36.36 | 19.34 | 48.83 | - |
| YUV | 112.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 187 | 0 | 0.77 | 0.11 | 0.18 | 308.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | BB | 0 | 4D | B | 12 | 134 | 3F | 33 |
| Octal | 321 | 61 | 273 | 0 | 115 | 13 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110001 | 10111011 | 0 | 1001101 | 1011 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D131BB
Complementary color
Monochromatic Colors of #D131BB
Black with #D131BB
Text Example
Text Example
White with #D131BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131BB; }
p { color: rgb(209,49,187); }
H1.HeaderClassName
{
color: #D131BB;
}
.AnyTagClassName
{
color: #D131BB;
}
</style>
background-color css
<style>
a { background-color: #D131BB; }
a { background-color: rgb(209,49,187); }
div.DivClassName
{
background-color: #D131BB;
}
.BgClassName
{
background-color: #D131BB;
}
</style>
border-color css
<style>
span { border-color: #D131BB; }
span { border-color: rgb(209,49,187); }
td.TdClassName
{
border-color: #D131BB;
}
.TagClassName
{
border-color: #D131BB;
}
</style>