Shades of Fuchsia #D143CA
Tints of Fuchsia #D143CA
RGB
CMYK
RGB Variations
Color information
#D143CA (or 0xD143CA) is known color: Fuchsia. HEX triplet: D1, 43 and CA. RGB value is (209,67,202). Sum of RGB (Red+Green+Blue) = 209+67+202=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CA is #2EBC35. Grayscale: #7C7C7C. Windows color (decimal): -3062838 or 13255633. OLE color: 13255633.
HSL color Cylindrical-coordinate representation of color #D143CA: hue angle of 302.96º 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 #D143CA is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 202 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.18 |
| HSL | 302.96º | 0.61% | 0.54% | - |
| HSV(B) | 302.96º | 0.68% | 0.82% | - |
| XYZ | 38.96 | 21.83 | 58.04 | - |
| YUV | 124.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 202 | 0 | 0.68 | 0.03 | 0.18 | 302.96 | 0.61 | 0.54 |
| Hex | D1 | 43 | CA | 0 | 44 | 3 | 12 | 12F | 3D | 36 |
| Octal | 321 | 103 | 312 | 0 | 104 | 3 | 22 | 457 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001010 | 0 | 1000100 | 11 | 10010 | 100101111 | 111101 | 110110 |
Color Harmonies of #D143CA
Complementary color
Monochromatic Colors of #D143CA
Black with #D143CA
Text Example
Text Example
White with #D143CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143CA; }
p { color: rgb(209,67,202); }
H1.HeaderClassName
{
color: #D143CA;
}
.AnyTagClassName
{
color: #D143CA;
}
</style>
background-color css
<style>
a { background-color: #D143CA; }
a { background-color: rgb(209,67,202); }
div.DivClassName
{
background-color: #D143CA;
}
.BgClassName
{
background-color: #D143CA;
}
</style>
border-color css
<style>
span { border-color: #D143CA; }
span { border-color: rgb(209,67,202); }
td.TdClassName
{
border-color: #D143CA;
}
.TagClassName
{
border-color: #D143CA;
}
</style>