Shades of Fuchsia #D141BA
Tints of Fuchsia #D141BA
RGB
CMYK
RGB Variations
Color information
#D141BA (or 0xD141BA) is known color: Fuchsia. HEX triplet: D1, 41 and BA. RGB value is (209,65,186). Sum of RGB (Red+Green+Blue) = 209+65+186=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D141BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141BA is #2EBE45. Grayscale: #797979. Windows color (decimal): -3063366 or 12206545. OLE color: 12206545.
HSL color Cylindrical-coordinate representation of color #D141BA: hue angle of 309.58º 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 #D141BA is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 186 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.18 |
| HSL | 309.58º | 0.61% | 0.54% | - |
| HSV(B) | 309.58º | 0.69% | 0.82% | - |
| XYZ | 37.05 | 20.88 | 48.53 | - |
| YUV | 121.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 186 | 0 | 0.69 | 0.11 | 0.18 | 309.58 | 0.61 | 0.54 |
| Hex | D1 | 41 | BA | 0 | 45 | B | 12 | 136 | 3D | 36 |
| Octal | 321 | 101 | 272 | 0 | 105 | 13 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10111010 | 0 | 1000101 | 1011 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D141BA
Complementary color
Monochromatic Colors of #D141BA
Black with #D141BA
Text Example
Text Example
White with #D141BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141BA; }
p { color: rgb(209,65,186); }
H1.HeaderClassName
{
color: #D141BA;
}
.AnyTagClassName
{
color: #D141BA;
}
</style>
background-color css
<style>
a { background-color: #D141BA; }
a { background-color: rgb(209,65,186); }
div.DivClassName
{
background-color: #D141BA;
}
.BgClassName
{
background-color: #D141BA;
}
</style>
border-color css
<style>
span { border-color: #D141BA; }
span { border-color: rgb(209,65,186); }
td.TdClassName
{
border-color: #D141BA;
}
.TagClassName
{
border-color: #D141BA;
}
</style>