Shades of Fuchsia #D543B1
Tints of Fuchsia #D543B1
RGB
CMYK
RGB Variations
Color information
#D543B1 (or 0xD543B1) is known color: Fuchsia. HEX triplet: D5, 43 and B1. RGB value is (213,67,177). Sum of RGB (Red+Green+Blue) = 213+67+177=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D543B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D543B1 is #2ABC4E. Grayscale: #7A7A7A. Windows color (decimal): -2800719 or 11617237. OLE color: 11617237.
HSL color Cylindrical-coordinate representation of color #D543B1: hue angle of 314.79º 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 #D543B1 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 177 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.16 |
| HSL | 314.79º | 0.63% | 0.55% | - |
| HSV(B) | 314.79º | 0.69% | 0.84% | - |
| XYZ | 37.38 | 21.33 | 43.74 | - |
| YUV | 123.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 177 | 0 | 0.69 | 0.17 | 0.16 | 314.79 | 0.63 | 0.55 |
| Hex | D5 | 43 | B1 | 0 | 45 | 11 | 10 | 13B | 3F | 37 |
| Octal | 325 | 103 | 261 | 0 | 105 | 21 | 20 | 473 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10110001 | 0 | 1000101 | 10001 | 10000 | 100111011 | 111111 | 110111 |
Color Harmonies of #D543B1
Complementary color
Monochromatic Colors of #D543B1
Black with #D543B1
Text Example
Text Example
White with #D543B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543B1; }
p { color: rgb(213,67,177); }
H1.HeaderClassName
{
color: #D543B1;
}
.AnyTagClassName
{
color: #D543B1;
}
</style>
background-color css
<style>
a { background-color: #D543B1; }
a { background-color: rgb(213,67,177); }
div.DivClassName
{
background-color: #D543B1;
}
.BgClassName
{
background-color: #D543B1;
}
</style>
border-color css
<style>
span { border-color: #D543B1; }
span { border-color: rgb(213,67,177); }
td.TdClassName
{
border-color: #D543B1;
}
.TagClassName
{
border-color: #D543B1;
}
</style>