Shades of Fuchsia #D142BA
Tints of Fuchsia #D142BA
RGB
CMYK
RGB Variations
Color information
#D142BA (or 0xD142BA) is known color: Fuchsia. HEX triplet: D1, 42 and BA. RGB value is (209,66,186). Sum of RGB (Red+Green+Blue) = 209+66+186=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D142BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D142BA is #2EBD45. Grayscale: #7A7A7A. Windows color (decimal): -3063110 or 12206801. OLE color: 12206801.
HSL color Cylindrical-coordinate representation of color #D142BA: hue angle of 309.65º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D142BA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 186 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.18 |
| HSL | 309.65º | 0.61% | 0.54% | - |
| HSV(B) | 309.65º | 0.68% | 0.82% | - |
| XYZ | 37.11 | 21 | 48.55 | - |
| YUV | 122.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 186 | 0 | 0.68 | 0.11 | 0.18 | 309.65 | 0.61 | 0.54 |
| Hex | D1 | 42 | BA | 0 | 44 | B | 12 | 136 | 3D | 36 |
| Octal | 321 | 102 | 272 | 0 | 104 | 13 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000010 | 10111010 | 0 | 1000100 | 1011 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D142BA
Complementary color
Monochromatic Colors of #D142BA
Black with #D142BA
Text Example
Text Example
White with #D142BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D142BA; }
p { color: rgb(209,66,186); }
H1.HeaderClassName
{
color: #D142BA;
}
.AnyTagClassName
{
color: #D142BA;
}
</style>
background-color css
<style>
a { background-color: #D142BA; }
a { background-color: rgb(209,66,186); }
div.DivClassName
{
background-color: #D142BA;
}
.BgClassName
{
background-color: #D142BA;
}
</style>
border-color css
<style>
span { border-color: #D142BA; }
span { border-color: rgb(209,66,186); }
td.TdClassName
{
border-color: #D142BA;
}
.TagClassName
{
border-color: #D142BA;
}
</style>