Shades of Fuchsia #D143BC
Tints of Fuchsia #D143BC
RGB
CMYK
RGB Variations
Color information
#D143BC (or 0xD143BC) is known color: Fuchsia. HEX triplet: D1, 43 and BC. RGB value is (209,67,188). Sum of RGB (Red+Green+Blue) = 209+67+188=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D143BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143BC is #2EBC43. Grayscale: #7A7A7A. Windows color (decimal): -3062852 or 12338129. OLE color: 12338129.
HSL color Cylindrical-coordinate representation of color #D143BC: hue angle of 308.87º 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 #D143BC is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 188 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 308.87º | 0.61% | 0.54% | - |
| HSV(B) | 308.87º | 0.68% | 0.82% | - |
| XYZ | 37.38 | 21.2 | 49.7 | - |
| YUV | 123.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 188 | 0 | 0.68 | 0.10 | 0.18 | 308.87 | 0.61 | 0.54 |
| Hex | D1 | 43 | BC | 0 | 44 | A | 12 | 135 | 3D | 36 |
| Octal | 321 | 103 | 274 | 0 | 104 | 12 | 22 | 465 | 75 | 66 |
| Binary | 11010001 | 1000011 | 10111100 | 0 | 1000100 | 1010 | 10010 | 100110101 | 111101 | 110110 |
Color Harmonies of #D143BC
Complementary color
Monochromatic Colors of #D143BC
Black with #D143BC
Text Example
Text Example
White with #D143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143BC; }
p { color: rgb(209,67,188); }
H1.HeaderClassName
{
color: #D143BC;
}
.AnyTagClassName
{
color: #D143BC;
}
</style>
background-color css
<style>
a { background-color: #D143BC; }
a { background-color: rgb(209,67,188); }
div.DivClassName
{
background-color: #D143BC;
}
.BgClassName
{
background-color: #D143BC;
}
</style>
border-color css
<style>
span { border-color: #D143BC; }
span { border-color: rgb(209,67,188); }
td.TdClassName
{
border-color: #D143BC;
}
.TagClassName
{
border-color: #D143BC;
}
</style>