Shades of Fuchsia #D543CC
Tints of Fuchsia #D543CC
RGB
CMYK
RGB Variations
Color information
#D543CC (or 0xD543CC) is known color: Fuchsia. HEX triplet: D5, 43 and CC. RGB value is (213,67,204). Sum of RGB (Red+Green+Blue) = 213+67+204=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D543CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543CC is #2ABC33. Grayscale: #7D7D7D. Windows color (decimal): -2800692 or 13386709. OLE color: 13386709.
HSL color Cylindrical-coordinate representation of color #D543CC: hue angle of 303.7º 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 #D543CC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 204 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.16 |
| HSL | 303.7º | 0.63% | 0.55% | - |
| HSV(B) | 303.7º | 0.69% | 0.84% | - |
| XYZ | 40.35 | 22.52 | 59.35 | - |
| YUV | 126.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 204 | 0 | 0.69 | 0.04 | 0.16 | 303.7 | 0.63 | 0.55 |
| Hex | D5 | 43 | CC | 0 | 45 | 4 | 10 | 130 | 3F | 37 |
| Octal | 325 | 103 | 314 | 0 | 105 | 4 | 20 | 460 | 77 | 67 |
| Binary | 11010101 | 1000011 | 11001100 | 0 | 1000101 | 100 | 10000 | 100110000 | 111111 | 110111 |
Color Harmonies of #D543CC
Complementary color
Monochromatic Colors of #D543CC
Black with #D543CC
Text Example
Text Example
White with #D543CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543CC; }
p { color: rgb(213,67,204); }
H1.HeaderClassName
{
color: #D543CC;
}
.AnyTagClassName
{
color: #D543CC;
}
</style>
background-color css
<style>
a { background-color: #D543CC; }
a { background-color: rgb(213,67,204); }
div.DivClassName
{
background-color: #D543CC;
}
.BgClassName
{
background-color: #D543CC;
}
</style>
border-color css
<style>
span { border-color: #D543CC; }
span { border-color: rgb(213,67,204); }
td.TdClassName
{
border-color: #D543CC;
}
.TagClassName
{
border-color: #D543CC;
}
</style>