Shades of Fuchsia #D143C6
Tints of Fuchsia #D143C6
RGB
CMYK
RGB Variations
Color information
#D143C6 (or 0xD143C6) is known color: Fuchsia. HEX triplet: D1, 43 and C6. RGB value is (209,67,198). Sum of RGB (Red+Green+Blue) = 209+67+198=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D143C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143C6 is #2EBC39. Grayscale: #7C7C7C. Windows color (decimal): -3062842 or 12993489. OLE color: 12993489.
HSL color Cylindrical-coordinate representation of color #D143C6: hue angle of 304.65º 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 #D143C6 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 198 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.18 |
| HSL | 304.65º | 0.61% | 0.54% | - |
| HSV(B) | 304.65º | 0.68% | 0.82% | - |
| XYZ | 38.49 | 21.65 | 55.58 | - |
| YUV | 124.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 198 | 0 | 0.68 | 0.05 | 0.18 | 304.65 | 0.61 | 0.54 |
| Hex | D1 | 43 | C6 | 0 | 44 | 5 | 12 | 131 | 3D | 36 |
| Octal | 321 | 103 | 306 | 0 | 104 | 5 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11000110 | 0 | 1000100 | 101 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D143C6
Complementary color
Monochromatic Colors of #D143C6
Black with #D143C6
Text Example
Text Example
White with #D143C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143C6; }
p { color: rgb(209,67,198); }
H1.HeaderClassName
{
color: #D143C6;
}
.AnyTagClassName
{
color: #D143C6;
}
</style>
background-color css
<style>
a { background-color: #D143C6; }
a { background-color: rgb(209,67,198); }
div.DivClassName
{
background-color: #D143C6;
}
.BgClassName
{
background-color: #D143C6;
}
</style>
border-color css
<style>
span { border-color: #D143C6; }
span { border-color: rgb(209,67,198); }
td.TdClassName
{
border-color: #D143C6;
}
.TagClassName
{
border-color: #D143C6;
}
</style>