Shades of Fuchsia #D543C6
Tints of Fuchsia #D543C6
RGB
CMYK
RGB Variations
Color information
#D543C6 (or 0xD543C6) is known color: Fuchsia. HEX triplet: D5, 43 and C6. RGB value is (213,67,198). Sum of RGB (Red+Green+Blue) = 213+67+198=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D543C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543C6 is #2ABC39. Grayscale: #7D7D7D. Windows color (decimal): -2800698 or 12993493. OLE color: 12993493.
HSL color Cylindrical-coordinate representation of color #D543C6: hue angle of 306.16º 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 #D543C6 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 198 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.16 |
| HSL | 306.16º | 0.63% | 0.55% | - |
| HSV(B) | 306.16º | 0.69% | 0.84% | - |
| XYZ | 39.64 | 22.24 | 55.63 | - |
| YUV | 125.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 198 | 0 | 0.69 | 0.07 | 0.16 | 306.16 | 0.63 | 0.55 |
| Hex | D5 | 43 | C6 | 0 | 45 | 7 | 10 | 132 | 3F | 37 |
| Octal | 325 | 103 | 306 | 0 | 105 | 7 | 20 | 462 | 77 | 67 |
| Binary | 11010101 | 1000011 | 11000110 | 0 | 1000101 | 111 | 10000 | 100110010 | 111111 | 110111 |
Color Harmonies of #D543C6
Complementary color
Monochromatic Colors of #D543C6
Black with #D543C6
Text Example
Text Example
White with #D543C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543C6; }
p { color: rgb(213,67,198); }
H1.HeaderClassName
{
color: #D543C6;
}
.AnyTagClassName
{
color: #D543C6;
}
</style>
background-color css
<style>
a { background-color: #D543C6; }
a { background-color: rgb(213,67,198); }
div.DivClassName
{
background-color: #D543C6;
}
.BgClassName
{
background-color: #D543C6;
}
</style>
border-color css
<style>
span { border-color: #D543C6; }
span { border-color: rgb(213,67,198); }
td.TdClassName
{
border-color: #D543C6;
}
.TagClassName
{
border-color: #D543C6;
}
</style>