Shades of Fuchsia #D131BD
Tints of Fuchsia #D131BD
RGB
CMYK
RGB Variations
Color information
#D131BD (or 0xD131BD) is known color: Fuchsia. HEX triplet: D1, 31 and BD. RGB value is (209,49,189). Sum of RGB (Red+Green+Blue) = 209+49+189=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D131BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131BD is #2ECE42. Grayscale: #707070. Windows color (decimal): -3067459 or 12399057. OLE color: 12399057.
HSL color Cylindrical-coordinate representation of color #D131BD: hue angle of 307.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 #D131BD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 189 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.18 |
| HSL | 307.5º | 0.63% | 0.51% | - |
| HSV(B) | 307.5º | 0.77% | 0.82% | - |
| XYZ | 36.58 | 19.43 | 49.97 | - |
| YUV | 112.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 189 | 0 | 0.77 | 0.10 | 0.18 | 307.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | BD | 0 | 4D | A | 12 | 134 | 3F | 33 |
| Octal | 321 | 61 | 275 | 0 | 115 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110001 | 10111101 | 0 | 1001101 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D131BD
Complementary color
Monochromatic Colors of #D131BD
Black with #D131BD
Text Example
Text Example
White with #D131BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131BD; }
p { color: rgb(209,49,189); }
H1.HeaderClassName
{
color: #D131BD;
}
.AnyTagClassName
{
color: #D131BD;
}
</style>
background-color css
<style>
a { background-color: #D131BD; }
a { background-color: rgb(209,49,189); }
div.DivClassName
{
background-color: #D131BD;
}
.BgClassName
{
background-color: #D131BD;
}
</style>
border-color css
<style>
span { border-color: #D131BD; }
span { border-color: rgb(209,49,189); }
td.TdClassName
{
border-color: #D131BD;
}
.TagClassName
{
border-color: #D131BD;
}
</style>