Shades of Fuchsia #D543B6
Tints of Fuchsia #D543B6
RGB
CMYK
RGB Variations
Color information
#D543B6 (or 0xD543B6) is known color: Fuchsia. HEX triplet: D5, 43 and B6. RGB value is (213,67,182). Sum of RGB (Red+Green+Blue) = 213+67+182=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D543B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543B6 is #2ABC49. Grayscale: #7B7B7B. Windows color (decimal): -2800714 or 11944917. OLE color: 11944917.
HSL color Cylindrical-coordinate representation of color #D543B6: hue angle of 312.74º 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 #D543B6 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 182 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.16 |
| HSL | 312.74º | 0.63% | 0.55% | - |
| HSV(B) | 312.74º | 0.69% | 0.84% | - |
| XYZ | 37.89 | 21.54 | 46.42 | - |
| YUV | 123.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 182 | 0 | 0.69 | 0.15 | 0.16 | 312.74 | 0.63 | 0.55 |
| Hex | D5 | 43 | B6 | 0 | 45 | F | 10 | 139 | 3F | 37 |
| Octal | 325 | 103 | 266 | 0 | 105 | 17 | 20 | 471 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10110110 | 0 | 1000101 | 1111 | 10000 | 100111001 | 111111 | 110111 |
Color Harmonies of #D543B6
Complementary color
Monochromatic Colors of #D543B6
Black with #D543B6
Text Example
Text Example
White with #D543B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543B6; }
p { color: rgb(213,67,182); }
H1.HeaderClassName
{
color: #D543B6;
}
.AnyTagClassName
{
color: #D543B6;
}
</style>
background-color css
<style>
a { background-color: #D543B6; }
a { background-color: rgb(213,67,182); }
div.DivClassName
{
background-color: #D543B6;
}
.BgClassName
{
background-color: #D543B6;
}
</style>
border-color css
<style>
span { border-color: #D543B6; }
span { border-color: rgb(213,67,182); }
td.TdClassName
{
border-color: #D543B6;
}
.TagClassName
{
border-color: #D543B6;
}
</style>