Shades of Fuchsia #D543C3
Tints of Fuchsia #D543C3
RGB
CMYK
RGB Variations
Color information
#D543C3 (or 0xD543C3) is known color: Fuchsia. HEX triplet: D5, 43 and C3. RGB value is (213,67,195). Sum of RGB (Red+Green+Blue) = 213+67+195=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D543C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543C3 is #2ABC3C. Grayscale: #7C7C7C. Windows color (decimal): -2800701 or 12796885. OLE color: 12796885.
HSL color Cylindrical-coordinate representation of color #D543C3: hue angle of 307.4º 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 #D543C3 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 195 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.16 |
| HSL | 307.4º | 0.63% | 0.55% | - |
| HSV(B) | 307.4º | 0.69% | 0.84% | - |
| XYZ | 39.3 | 22.1 | 53.82 | - |
| YUV | 125.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 195 | 0 | 0.69 | 0.08 | 0.16 | 307.4 | 0.63 | 0.55 |
| Hex | D5 | 43 | C3 | 0 | 45 | 8 | 10 | 133 | 3F | 37 |
| Octal | 325 | 103 | 303 | 0 | 105 | 10 | 20 | 463 | 77 | 67 |
| Binary | 11010101 | 1000011 | 11000011 | 0 | 1000101 | 1000 | 10000 | 100110011 | 111111 | 110111 |
Color Harmonies of #D543C3
Complementary color
Monochromatic Colors of #D543C3
Black with #D543C3
Text Example
Text Example
White with #D543C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543C3; }
p { color: rgb(213,67,195); }
H1.HeaderClassName
{
color: #D543C3;
}
.AnyTagClassName
{
color: #D543C3;
}
</style>
background-color css
<style>
a { background-color: #D543C3; }
a { background-color: rgb(213,67,195); }
div.DivClassName
{
background-color: #D543C3;
}
.BgClassName
{
background-color: #D543C3;
}
</style>
border-color css
<style>
span { border-color: #D543C3; }
span { border-color: rgb(213,67,195); }
td.TdClassName
{
border-color: #D543C3;
}
.TagClassName
{
border-color: #D543C3;
}
</style>