Shades of Fuchsia #D543B3
Tints of Fuchsia #D543B3
RGB
CMYK
RGB Variations
Color information
#D543B3 (or 0xD543B3) is known color: Fuchsia. HEX triplet: D5, 43 and B3. RGB value is (213,67,179). Sum of RGB (Red+Green+Blue) = 213+67+179=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D543B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543B3 is #2ABC4C. Grayscale: #7B7B7B. Windows color (decimal): -2800717 or 11748309. OLE color: 11748309.
HSL color Cylindrical-coordinate representation of color #D543B3: hue angle of 313.97º 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 #D543B3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 179 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.16 |
| HSL | 313.97º | 0.63% | 0.55% | - |
| HSV(B) | 313.97º | 0.69% | 0.84% | - |
| XYZ | 37.58 | 21.42 | 44.8 | - |
| YUV | 123.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 179 | 0 | 0.69 | 0.16 | 0.16 | 313.97 | 0.63 | 0.55 |
| Hex | D5 | 43 | B3 | 0 | 45 | 10 | 10 | 13A | 3F | 37 |
| Octal | 325 | 103 | 263 | 0 | 105 | 20 | 20 | 472 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10110011 | 0 | 1000101 | 10000 | 10000 | 100111010 | 111111 | 110111 |
Color Harmonies of #D543B3
Complementary color
Monochromatic Colors of #D543B3
Black with #D543B3
Text Example
Text Example
White with #D543B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543B3; }
p { color: rgb(213,67,179); }
H1.HeaderClassName
{
color: #D543B3;
}
.AnyTagClassName
{
color: #D543B3;
}
</style>
background-color css
<style>
a { background-color: #D543B3; }
a { background-color: rgb(213,67,179); }
div.DivClassName
{
background-color: #D543B3;
}
.BgClassName
{
background-color: #D543B3;
}
</style>
border-color css
<style>
span { border-color: #D543B3; }
span { border-color: rgb(213,67,179); }
td.TdClassName
{
border-color: #D543B3;
}
.TagClassName
{
border-color: #D543B3;
}
</style>