Shades of Fuchsia #D131D7
Tints of Fuchsia #D131D7
RGB
CMYK
RGB Variations
Color information
#D131D7 (or 0xD131D7) is known color: Fuchsia. HEX triplet: D1, 31 and D7. RGB value is (209,49,215). Sum of RGB (Red+Green+Blue) = 209+49+215=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #D131D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131D7 is #2ECE28. Grayscale: #737373. Windows color (decimal): -3067433 or 14102993. OLE color: 14102993.
HSL color Cylindrical-coordinate representation of color #D131D7: hue angle of 297.83º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131D7 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 49 | 215 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.16 |
| HSL | 297.83º | 0.67% | 0.52% | - |
| HSV(B) | 297.83º | 0.77% | 0.84% | - |
| XYZ | 39.66 | 20.66 | 66.19 | - |
| YUV | 115.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 215 | 0.03 | 0.77 | 0 | 0.16 | 297.83 | 0.67 | 0.52 |
| Hex | D1 | 31 | D7 | 3 | 4D | 0 | 10 | 12A | 43 | 34 |
| Octal | 321 | 61 | 327 | 3 | 115 | 0 | 20 | 452 | 103 | 64 |
| Binary | 11010001 | 110001 | 11010111 | 11 | 1001101 | 0 | 10000 | 100101010 | 1000011 | 110100 |
Color Harmonies of #D131D7
Complementary color
Monochromatic Colors of #D131D7
Black with #D131D7
Text Example
Text Example
White with #D131D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131D7; }
p { color: rgb(209,49,215); }
H1.HeaderClassName
{
color: #D131D7;
}
.AnyTagClassName
{
color: #D131D7;
}
</style>
background-color css
<style>
a { background-color: #D131D7; }
a { background-color: rgb(209,49,215); }
div.DivClassName
{
background-color: #D131D7;
}
.BgClassName
{
background-color: #D131D7;
}
</style>
border-color css
<style>
span { border-color: #D131D7; }
span { border-color: rgb(209,49,215); }
td.TdClassName
{
border-color: #D131D7;
}
.TagClassName
{
border-color: #D131D7;
}
</style>