Shades of Fuchsia #D131CD
Tints of Fuchsia #D131CD
RGB
CMYK
RGB Variations
Color information
#D131CD (or 0xD131CD) is known color: Fuchsia. HEX triplet: D1, 31 and CD. RGB value is (209,49,205). Sum of RGB (Red+Green+Blue) = 209+49+205=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D131CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131CD is #2ECE32. Grayscale: #727272. Windows color (decimal): -3067443 or 13447633. OLE color: 13447633.
HSL color Cylindrical-coordinate representation of color #D131CD: hue angle of 301.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 #D131CD is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 205 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.18 |
| HSL | 301.5º | 0.63% | 0.51% | - |
| HSV(B) | 301.5º | 0.77% | 0.82% | - |
| XYZ | 38.41 | 20.16 | 59.62 | - |
| YUV | 114.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 205 | 0 | 0.77 | 0.02 | 0.18 | 301.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | CD | 0 | 4D | 2 | 12 | 12E | 3F | 33 |
| Octal | 321 | 61 | 315 | 0 | 115 | 2 | 22 | 456 | 77 | 63 |
| Binary | 11010001 | 110001 | 11001101 | 0 | 1001101 | 10 | 10010 | 100101110 | 111111 | 110011 |
Color Harmonies of #D131CD
Complementary color
Monochromatic Colors of #D131CD
Black with #D131CD
Text Example
Text Example
White with #D131CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131CD; }
p { color: rgb(209,49,205); }
H1.HeaderClassName
{
color: #D131CD;
}
.AnyTagClassName
{
color: #D131CD;
}
</style>
background-color css
<style>
a { background-color: #D131CD; }
a { background-color: rgb(209,49,205); }
div.DivClassName
{
background-color: #D131CD;
}
.BgClassName
{
background-color: #D131CD;
}
</style>
border-color css
<style>
span { border-color: #D131CD; }
span { border-color: rgb(209,49,205); }
td.TdClassName
{
border-color: #D131CD;
}
.TagClassName
{
border-color: #D131CD;
}
</style>