Shades of Fuchsia #D143C9
Tints of Fuchsia #D143C9
RGB
CMYK
RGB Variations
Color information
#D143C9 (or 0xD143C9) is known color: Fuchsia. HEX triplet: D1, 43 and C9. RGB value is (209,67,201). Sum of RGB (Red+Green+Blue) = 209+67+201=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D143C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143C9 is #2EBC36. Grayscale: #7C7C7C. Windows color (decimal): -3062839 or 13190097. OLE color: 13190097.
HSL color Cylindrical-coordinate representation of color #D143C9: hue angle of 303.38º 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 #D143C9 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 201 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.18 |
| HSL | 303.38º | 0.61% | 0.54% | - |
| HSV(B) | 303.38º | 0.68% | 0.82% | - |
| XYZ | 38.84 | 21.79 | 57.42 | - |
| YUV | 124.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 201 | 0 | 0.68 | 0.04 | 0.18 | 303.38 | 0.61 | 0.54 |
| Hex | D1 | 43 | C9 | 0 | 44 | 4 | 12 | 12F | 3D | 36 |
| Octal | 321 | 103 | 311 | 0 | 104 | 4 | 22 | 457 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001001 | 0 | 1000100 | 100 | 10010 | 100101111 | 111101 | 110110 |
Color Harmonies of #D143C9
Complementary color
Monochromatic Colors of #D143C9
Black with #D143C9
Text Example
Text Example
White with #D143C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143C9; }
p { color: rgb(209,67,201); }
H1.HeaderClassName
{
color: #D143C9;
}
.AnyTagClassName
{
color: #D143C9;
}
</style>
background-color css
<style>
a { background-color: #D143C9; }
a { background-color: rgb(209,67,201); }
div.DivClassName
{
background-color: #D143C9;
}
.BgClassName
{
background-color: #D143C9;
}
</style>
border-color css
<style>
span { border-color: #D143C9; }
span { border-color: rgb(209,67,201); }
td.TdClassName
{
border-color: #D143C9;
}
.TagClassName
{
border-color: #D143C9;
}
</style>