Shades of Fuchsia #D143AF
Tints of Fuchsia #D143AF
RGB
CMYK
RGB Variations
Color information
#D143AF (or 0xD143AF) is known color: Fuchsia. HEX triplet: D1, 43 and AF. RGB value is (209,67,175). Sum of RGB (Red+Green+Blue) = 209+67+175=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D143AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143AF is #2EBC50. Grayscale: #797979. Windows color (decimal): -3062865 or 11486161. OLE color: 11486161.
HSL color Cylindrical-coordinate representation of color #D143AF: hue angle of 314.37º 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 #D143AF is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 175 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.18 |
| HSL | 314.37º | 0.61% | 0.54% | - |
| HSV(B) | 314.37º | 0.68% | 0.82% | - |
| XYZ | 36.04 | 20.66 | 42.65 | - |
| YUV | 121.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 175 | 0 | 0.68 | 0.16 | 0.18 | 314.37 | 0.61 | 0.54 |
| Hex | D1 | 43 | AF | 0 | 44 | 10 | 12 | 13A | 3D | 36 |
| Octal | 321 | 103 | 257 | 0 | 104 | 20 | 22 | 472 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10101111 | 0 | 1000100 | 10000 | 10010 | 100111010 | 111101 | 110110 |
Color Harmonies of #D143AF
Complementary color
Monochromatic Colors of #D143AF
Black with #D143AF
Text Example
Text Example
White with #D143AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143AF; }
p { color: rgb(209,67,175); }
H1.HeaderClassName
{
color: #D143AF;
}
.AnyTagClassName
{
color: #D143AF;
}
</style>
background-color css
<style>
a { background-color: #D143AF; }
a { background-color: rgb(209,67,175); }
div.DivClassName
{
background-color: #D143AF;
}
.BgClassName
{
background-color: #D143AF;
}
</style>
border-color css
<style>
span { border-color: #D143AF; }
span { border-color: rgb(209,67,175); }
td.TdClassName
{
border-color: #D143AF;
}
.TagClassName
{
border-color: #D143AF;
}
</style>