Shades of Fuchsia #D141B2
Tints of Fuchsia #D141B2
RGB
CMYK
RGB Variations
Color information
#D141B2 (or 0xD141B2) is known color: Fuchsia. HEX triplet: D1, 41 and B2. RGB value is (209,65,178). Sum of RGB (Red+Green+Blue) = 209+65+178=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D141B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141B2 is #2EBE4D. Grayscale: #787878. Windows color (decimal): -3063374 or 11682257. OLE color: 11682257.
HSL color Cylindrical-coordinate representation of color #D141B2: hue angle of 312.92º 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 #D141B2 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 178 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.18 |
| HSL | 312.92º | 0.61% | 0.54% | - |
| HSV(B) | 312.92º | 0.69% | 0.82% | - |
| XYZ | 36.22 | 20.55 | 44.18 | - |
| YUV | 120.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 178 | 0 | 0.69 | 0.15 | 0.18 | 312.92 | 0.61 | 0.54 |
| Hex | D1 | 41 | B2 | 0 | 45 | F | 12 | 139 | 3D | 36 |
| Octal | 321 | 101 | 262 | 0 | 105 | 17 | 22 | 471 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10110010 | 0 | 1000101 | 1111 | 10010 | 100111001 | 111101 | 110110 |
Color Harmonies of #D141B2
Complementary color
Monochromatic Colors of #D141B2
Black with #D141B2
Text Example
Text Example
White with #D141B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141B2; }
p { color: rgb(209,65,178); }
H1.HeaderClassName
{
color: #D141B2;
}
.AnyTagClassName
{
color: #D141B2;
}
</style>
background-color css
<style>
a { background-color: #D141B2; }
a { background-color: rgb(209,65,178); }
div.DivClassName
{
background-color: #D141B2;
}
.BgClassName
{
background-color: #D141B2;
}
</style>
border-color css
<style>
span { border-color: #D141B2; }
span { border-color: rgb(209,65,178); }
td.TdClassName
{
border-color: #D141B2;
}
.TagClassName
{
border-color: #D141B2;
}
</style>