Shades of Fuchsia #D543BB
Tints of Fuchsia #D543BB
RGB
CMYK
RGB Variations
Color information
#D543BB (or 0xD543BB) is known color: Fuchsia. HEX triplet: D5, 43 and BB. RGB value is (213,67,187). Sum of RGB (Red+Green+Blue) = 213+67+187=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D543BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543BB is #2ABC44. Grayscale: #7C7C7C. Windows color (decimal): -2800709 or 12272597. OLE color: 12272597.
HSL color Cylindrical-coordinate representation of color #D543BB: hue angle of 310.68º 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 #D543BB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 187 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.16 |
| HSL | 310.68º | 0.63% | 0.55% | - |
| HSV(B) | 310.68º | 0.69% | 0.84% | - |
| XYZ | 38.42 | 21.75 | 49.19 | - |
| YUV | 124.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 187 | 0 | 0.69 | 0.12 | 0.16 | 310.68 | 0.63 | 0.55 |
| Hex | D5 | 43 | BB | 0 | 45 | C | 10 | 137 | 3F | 37 |
| Octal | 325 | 103 | 273 | 0 | 105 | 14 | 20 | 467 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10111011 | 0 | 1000101 | 1100 | 10000 | 100110111 | 111111 | 110111 |
Color Harmonies of #D543BB
Complementary color
Monochromatic Colors of #D543BB
Black with #D543BB
Text Example
Text Example
White with #D543BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543BB; }
p { color: rgb(213,67,187); }
H1.HeaderClassName
{
color: #D543BB;
}
.AnyTagClassName
{
color: #D543BB;
}
</style>
background-color css
<style>
a { background-color: #D543BB; }
a { background-color: rgb(213,67,187); }
div.DivClassName
{
background-color: #D543BB;
}
.BgClassName
{
background-color: #D543BB;
}
</style>
border-color css
<style>
span { border-color: #D543BB; }
span { border-color: rgb(213,67,187); }
td.TdClassName
{
border-color: #D543BB;
}
.TagClassName
{
border-color: #D543BB;
}
</style>