Shades of Fuchsia #D143BA
Tints of Fuchsia #D143BA
RGB
CMYK
RGB Variations
Color information
#D143BA (or 0xD143BA) is known color: Fuchsia. HEX triplet: D1, 43 and BA. RGB value is (209,67,186). Sum of RGB (Red+Green+Blue) = 209+67+186=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D143BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143BA is #2EBC45. Grayscale: #7A7A7A. Windows color (decimal): -3062854 or 12207057. OLE color: 12207057.
HSL color Cylindrical-coordinate representation of color #D143BA: hue angle of 309.72º 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 #D143BA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 186 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.18 |
| HSL | 309.72º | 0.61% | 0.54% | - |
| HSV(B) | 309.72º | 0.68% | 0.82% | - |
| XYZ | 37.16 | 21.11 | 48.57 | - |
| YUV | 123.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 186 | 0 | 0.68 | 0.11 | 0.18 | 309.72 | 0.61 | 0.54 |
| Hex | D1 | 43 | BA | 0 | 44 | B | 12 | 136 | 3D | 36 |
| Octal | 321 | 103 | 272 | 0 | 104 | 13 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10111010 | 0 | 1000100 | 1011 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D143BA
Complementary color
Monochromatic Colors of #D143BA
Black with #D143BA
Text Example
Text Example
White with #D143BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143BA; }
p { color: rgb(209,67,186); }
H1.HeaderClassName
{
color: #D143BA;
}
.AnyTagClassName
{
color: #D143BA;
}
</style>
background-color css
<style>
a { background-color: #D143BA; }
a { background-color: rgb(209,67,186); }
div.DivClassName
{
background-color: #D143BA;
}
.BgClassName
{
background-color: #D143BA;
}
</style>
border-color css
<style>
span { border-color: #D143BA; }
span { border-color: rgb(209,67,186); }
td.TdClassName
{
border-color: #D143BA;
}
.TagClassName
{
border-color: #D143BA;
}
</style>