Shades of Fuchsia #D141B0
Tints of Fuchsia #D141B0
RGB
CMYK
RGB Variations
Color information
#D141B0 (or 0xD141B0) is known color: Fuchsia. HEX triplet: D1, 41 and B0. RGB value is (209,65,176). Sum of RGB (Red+Green+Blue) = 209+65+176=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D141B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141B0 is #2EBE4F. Grayscale: #787878. Windows color (decimal): -3063376 or 11551185. OLE color: 11551185.
HSL color Cylindrical-coordinate representation of color #D141B0: hue angle of 313.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141B0 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 176 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.18 |
| HSL | 313.75º | 0.61% | 0.54% | - |
| HSV(B) | 313.75º | 0.69% | 0.82% | - |
| XYZ | 36.02 | 20.47 | 43.13 | - |
| YUV | 120.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 176 | 0 | 0.69 | 0.16 | 0.18 | 313.75 | 0.61 | 0.54 |
| Hex | D1 | 41 | B0 | 0 | 45 | 10 | 12 | 13A | 3D | 36 |
| Octal | 321 | 101 | 260 | 0 | 105 | 20 | 22 | 472 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10110000 | 0 | 1000101 | 10000 | 10010 | 100111010 | 111101 | 110110 |
Color Harmonies of #D141B0
Complementary color
Monochromatic Colors of #D141B0
Black with #D141B0
Text Example
Text Example
White with #D141B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141B0; }
p { color: rgb(209,65,176); }
H1.HeaderClassName
{
color: #D141B0;
}
.AnyTagClassName
{
color: #D141B0;
}
</style>
background-color css
<style>
a { background-color: #D141B0; }
a { background-color: rgb(209,65,176); }
div.DivClassName
{
background-color: #D141B0;
}
.BgClassName
{
background-color: #D141B0;
}
</style>
border-color css
<style>
span { border-color: #D141B0; }
span { border-color: rgb(209,65,176); }
td.TdClassName
{
border-color: #D141B0;
}
.TagClassName
{
border-color: #D141B0;
}
</style>