Shades of Fuchsia #D543BF
Tints of Fuchsia #D543BF
RGB
CMYK
RGB Variations
Color information
#D543BF (or 0xD543BF) is known color: Fuchsia. HEX triplet: D5, 43 and BF. RGB value is (213,67,191). Sum of RGB (Red+Green+Blue) = 213+67+191=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D543BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543BF is #2ABC40. Grayscale: #7C7C7C. Windows color (decimal): -2800705 or 12534741. OLE color: 12534741.
HSL color Cylindrical-coordinate representation of color #D543BF: hue angle of 309.04º 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 #D543BF is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 191 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.16 |
| HSL | 309.04º | 0.63% | 0.55% | - |
| HSV(B) | 309.04º | 0.69% | 0.84% | - |
| XYZ | 38.85 | 21.92 | 51.47 | - |
| YUV | 124.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 191 | 0 | 0.69 | 0.10 | 0.16 | 309.04 | 0.63 | 0.55 |
| Hex | D5 | 43 | BF | 0 | 45 | A | 10 | 135 | 3F | 37 |
| Octal | 325 | 103 | 277 | 0 | 105 | 12 | 20 | 465 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10111111 | 0 | 1000101 | 1010 | 10000 | 100110101 | 111111 | 110111 |
Color Harmonies of #D543BF
Complementary color
Monochromatic Colors of #D543BF
Black with #D543BF
Text Example
Text Example
White with #D543BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543BF; }
p { color: rgb(213,67,191); }
H1.HeaderClassName
{
color: #D543BF;
}
.AnyTagClassName
{
color: #D543BF;
}
</style>
background-color css
<style>
a { background-color: #D543BF; }
a { background-color: rgb(213,67,191); }
div.DivClassName
{
background-color: #D543BF;
}
.BgClassName
{
background-color: #D543BF;
}
</style>
border-color css
<style>
span { border-color: #D543BF; }
span { border-color: rgb(213,67,191); }
td.TdClassName
{
border-color: #D543BF;
}
.TagClassName
{
border-color: #D543BF;
}
</style>