Shades of Fuchsia #D143C8
Tints of Fuchsia #D143C8
RGB
CMYK
RGB Variations
Color information
#D143C8 (or 0xD143C8) is known color: Fuchsia. HEX triplet: D1, 43 and C8. RGB value is (209,67,200). Sum of RGB (Red+Green+Blue) = 209+67+200=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D143C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143C8 is #2EBC37. Grayscale: #7C7C7C. Windows color (decimal): -3062840 or 13124561. OLE color: 13124561.
HSL color Cylindrical-coordinate representation of color #D143C8: hue angle of 303.8º 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 #D143C8 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 200 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.18 |
| HSL | 303.8º | 0.61% | 0.54% | - |
| HSV(B) | 303.8º | 0.68% | 0.82% | - |
| XYZ | 38.73 | 21.74 | 56.8 | - |
| YUV | 124.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 200 | 0 | 0.68 | 0.04 | 0.18 | 303.8 | 0.61 | 0.54 |
| Hex | D1 | 43 | C8 | 0 | 44 | 4 | 12 | 130 | 3D | 36 |
| Octal | 321 | 103 | 310 | 0 | 104 | 4 | 22 | 460 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001000 | 0 | 1000100 | 100 | 10010 | 100110000 | 111101 | 110110 |
Color Harmonies of #D143C8
Complementary color
Monochromatic Colors of #D143C8
Black with #D143C8
Text Example
Text Example
White with #D143C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143C8; }
p { color: rgb(209,67,200); }
H1.HeaderClassName
{
color: #D143C8;
}
.AnyTagClassName
{
color: #D143C8;
}
</style>
background-color css
<style>
a { background-color: #D143C8; }
a { background-color: rgb(209,67,200); }
div.DivClassName
{
background-color: #D143C8;
}
.BgClassName
{
background-color: #D143C8;
}
</style>
border-color css
<style>
span { border-color: #D143C8; }
span { border-color: rgb(209,67,200); }
td.TdClassName
{
border-color: #D143C8;
}
.TagClassName
{
border-color: #D143C8;
}
</style>