Shades of Fuchsia #D13FB1
Tints of Fuchsia #D13FB1
RGB
CMYK
RGB Variations
Color information
#D13FB1 (or 0xD13FB1) is known color: Fuchsia. HEX triplet: D1, 3F and B1. RGB value is (209,63,177). Sum of RGB (Red+Green+Blue) = 209+63+177=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FB1 is #2EC04E. Grayscale: #777777. Windows color (decimal): -3063887 or 11616209. OLE color: 11616209.
HSL color Cylindrical-coordinate representation of color #D13FB1: hue angle of 313.15º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13FB1 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 177 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.18 |
| HSL | 313.15º | 0.61% | 0.53% | - |
| HSV(B) | 313.15º | 0.7% | 0.82% | - |
| XYZ | 36.01 | 20.28 | 43.61 | - |
| YUV | 119.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 177 | 0 | 0.70 | 0.15 | 0.18 | 313.15 | 0.61 | 0.53 |
| Hex | D1 | 3F | B1 | 0 | 46 | F | 12 | 139 | 3D | 35 |
| Octal | 321 | 77 | 261 | 0 | 106 | 17 | 22 | 471 | 75 | 65 |
| Binary | 11010001 | 111111 | 10110001 | 0 | 1000110 | 1111 | 10010 | 100111001 | 111101 | 110101 |
Color Harmonies of #D13FB1
Complementary color
Monochromatic Colors of #D13FB1
Black with #D13FB1
Text Example
Text Example
White with #D13FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FB1; }
p { color: rgb(209,63,177); }
H1.HeaderClassName
{
color: #D13FB1;
}
.AnyTagClassName
{
color: #D13FB1;
}
</style>
background-color css
<style>
a { background-color: #D13FB1; }
a { background-color: rgb(209,63,177); }
div.DivClassName
{
background-color: #D13FB1;
}
.BgClassName
{
background-color: #D13FB1;
}
</style>
border-color css
<style>
span { border-color: #D13FB1; }
span { border-color: rgb(209,63,177); }
td.TdClassName
{
border-color: #D13FB1;
}
.TagClassName
{
border-color: #D13FB1;
}
</style>