Shades of Fuchsia #D13FCB
Tints of Fuchsia #D13FCB
RGB
CMYK
RGB Variations
Color information
#D13FCB (or 0xD13FCB) is known color: Fuchsia. HEX triplet: D1, 3F and CB. RGB value is (209,63,203). Sum of RGB (Red+Green+Blue) = 209+63+203=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FCB is #2EC034. Grayscale: #7A7A7A. Windows color (decimal): -3063861 or 13320145. OLE color: 13320145.
HSL color Cylindrical-coordinate representation of color #D13FCB: hue angle of 302.47º 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 #D13FCB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 203 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.18 |
| HSL | 302.47º | 0.61% | 0.53% | - |
| HSV(B) | 302.47º | 0.7% | 0.82% | - |
| XYZ | 38.85 | 21.42 | 58.59 | - |
| YUV | 122.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 203 | 0 | 0.70 | 0.03 | 0.18 | 302.47 | 0.61 | 0.53 |
| Hex | D1 | 3F | CB | 0 | 46 | 3 | 12 | 12E | 3D | 35 |
| Octal | 321 | 77 | 313 | 0 | 106 | 3 | 22 | 456 | 75 | 65 |
| Binary | 11010001 | 111111 | 11001011 | 0 | 1000110 | 11 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D13FCB
Complementary color
Monochromatic Colors of #D13FCB
Black with #D13FCB
Text Example
Text Example
White with #D13FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FCB; }
p { color: rgb(209,63,203); }
H1.HeaderClassName
{
color: #D13FCB;
}
.AnyTagClassName
{
color: #D13FCB;
}
</style>
background-color css
<style>
a { background-color: #D13FCB; }
a { background-color: rgb(209,63,203); }
div.DivClassName
{
background-color: #D13FCB;
}
.BgClassName
{
background-color: #D13FCB;
}
</style>
border-color css
<style>
span { border-color: #D13FCB; }
span { border-color: rgb(209,63,203); }
td.TdClassName
{
border-color: #D13FCB;
}
.TagClassName
{
border-color: #D13FCB;
}
</style>