Shades of Fuchsia #D143C4
Tints of Fuchsia #D143C4
RGB
CMYK
RGB Variations
Color information
#D143C4 (or 0xD143C4) is known color: Fuchsia. HEX triplet: D1, 43 and C4. RGB value is (209,67,196). Sum of RGB (Red+Green+Blue) = 209+67+196=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D143C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143C4 is #2EBC3B. Grayscale: #7B7B7B. Windows color (decimal): -3062844 or 12862417. OLE color: 12862417.
HSL color Cylindrical-coordinate representation of color #D143C4: hue angle of 305.49º 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 #D143C4 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 196 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.18 |
| HSL | 305.49º | 0.61% | 0.54% | - |
| HSV(B) | 305.49º | 0.68% | 0.82% | - |
| XYZ | 38.27 | 21.56 | 54.37 | - |
| YUV | 124.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 196 | 0 | 0.68 | 0.06 | 0.18 | 305.49 | 0.61 | 0.54 |
| Hex | D1 | 43 | C4 | 0 | 44 | 6 | 12 | 131 | 3D | 36 |
| Octal | 321 | 103 | 304 | 0 | 104 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11000100 | 0 | 1000100 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D143C4
Complementary color
Monochromatic Colors of #D143C4
Black with #D143C4
Text Example
Text Example
White with #D143C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143C4; }
p { color: rgb(209,67,196); }
H1.HeaderClassName
{
color: #D143C4;
}
.AnyTagClassName
{
color: #D143C4;
}
</style>
background-color css
<style>
a { background-color: #D143C4; }
a { background-color: rgb(209,67,196); }
div.DivClassName
{
background-color: #D143C4;
}
.BgClassName
{
background-color: #D143C4;
}
</style>
border-color css
<style>
span { border-color: #D143C4; }
span { border-color: rgb(209,67,196); }
td.TdClassName
{
border-color: #D143C4;
}
.TagClassName
{
border-color: #D143C4;
}
</style>