Shades of Fuchsia #D131C0
Tints of Fuchsia #D131C0
RGB
CMYK
RGB Variations
Color information
#D131C0 (or 0xD131C0) is known color: Fuchsia. HEX triplet: D1, 31 and C0. RGB value is (209,49,192). Sum of RGB (Red+Green+Blue) = 209+49+192=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C0 is #2ECE3F. Grayscale: #707070. Windows color (decimal): -3067456 or 12595665. OLE color: 12595665.
HSL color Cylindrical-coordinate representation of color #D131C0: hue angle of 306.38º 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 #D131C0 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 192 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.18 |
| HSL | 306.38º | 0.63% | 0.51% | - |
| HSV(B) | 306.38º | 0.77% | 0.82% | - |
| XYZ | 36.91 | 19.56 | 51.7 | - |
| YUV | 113.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 192 | 0 | 0.77 | 0.08 | 0.18 | 306.38 | 0.63 | 0.51 |
| Hex | D1 | 31 | C0 | 0 | 4D | 8 | 12 | 132 | 3F | 33 |
| Octal | 321 | 61 | 300 | 0 | 115 | 10 | 22 | 462 | 77 | 63 |
| Binary | 11010001 | 110001 | 11000000 | 0 | 1001101 | 1000 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D131C0
Complementary color
Monochromatic Colors of #D131C0
Black with #D131C0
Text Example
Text Example
White with #D131C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131C0; }
p { color: rgb(209,49,192); }
H1.HeaderClassName
{
color: #D131C0;
}
.AnyTagClassName
{
color: #D131C0;
}
</style>
background-color css
<style>
a { background-color: #D131C0; }
a { background-color: rgb(209,49,192); }
div.DivClassName
{
background-color: #D131C0;
}
.BgClassName
{
background-color: #D131C0;
}
</style>
border-color css
<style>
span { border-color: #D131C0; }
span { border-color: rgb(209,49,192); }
td.TdClassName
{
border-color: #D131C0;
}
.TagClassName
{
border-color: #D131C0;
}
</style>