Shades of Fuchsia #D543C1
Tints of Fuchsia #D543C1
RGB
CMYK
RGB Variations
Color information
#D543C1 (or 0xD543C1) is known color: Fuchsia. HEX triplet: D5, 43 and C1. RGB value is (213,67,193). Sum of RGB (Red+Green+Blue) = 213+67+193=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D543C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543C1 is #2ABC3E. Grayscale: #7C7C7C. Windows color (decimal): -2800703 or 12665813. OLE color: 12665813.
HSL color Cylindrical-coordinate representation of color #D543C1: hue angle of 308.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D543C1 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 193 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.16 |
| HSL | 308.22º | 0.63% | 0.55% | - |
| HSV(B) | 308.22º | 0.69% | 0.84% | - |
| XYZ | 39.07 | 22.01 | 52.64 | - |
| YUV | 125.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 193 | 0 | 0.69 | 0.09 | 0.16 | 308.22 | 0.63 | 0.55 |
| Hex | D5 | 43 | C1 | 0 | 45 | 9 | 10 | 134 | 3F | 37 |
| Octal | 325 | 103 | 301 | 0 | 105 | 11 | 20 | 464 | 77 | 67 |
| Binary | 11010101 | 1000011 | 11000001 | 0 | 1000101 | 1001 | 10000 | 100110100 | 111111 | 110111 |
Color Harmonies of #D543C1
Complementary color
Monochromatic Colors of #D543C1
Black with #D543C1
Text Example
Text Example
White with #D543C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543C1; }
p { color: rgb(213,67,193); }
H1.HeaderClassName
{
color: #D543C1;
}
.AnyTagClassName
{
color: #D543C1;
}
</style>
background-color css
<style>
a { background-color: #D543C1; }
a { background-color: rgb(213,67,193); }
div.DivClassName
{
background-color: #D543C1;
}
.BgClassName
{
background-color: #D543C1;
}
</style>
border-color css
<style>
span { border-color: #D543C1; }
span { border-color: rgb(213,67,193); }
td.TdClassName
{
border-color: #D543C1;
}
.TagClassName
{
border-color: #D543C1;
}
</style>