Shades of Fuchsia #D543C4
Tints of Fuchsia #D543C4
RGB
CMYK
RGB Variations
Color information
#D543C4 (or 0xD543C4) is known color: Fuchsia. HEX triplet: D5, 43 and C4. RGB value is (213,67,196). Sum of RGB (Red+Green+Blue) = 213+67+196=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D543C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543C4 is #2ABC3B. Grayscale: #7C7C7C. Windows color (decimal): -2800700 or 12862421. OLE color: 12862421.
HSL color Cylindrical-coordinate representation of color #D543C4: hue angle of 306.99º 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 #D543C4 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 196 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.16 |
| HSL | 306.99º | 0.63% | 0.55% | - |
| HSV(B) | 306.99º | 0.69% | 0.84% | - |
| XYZ | 39.41 | 22.15 | 54.42 | - |
| YUV | 125.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 196 | 0 | 0.69 | 0.08 | 0.16 | 306.99 | 0.63 | 0.55 |
| Hex | D5 | 43 | C4 | 0 | 45 | 8 | 10 | 133 | 3F | 37 |
| Octal | 325 | 103 | 304 | 0 | 105 | 10 | 20 | 463 | 77 | 67 |
| Binary | 11010101 | 1000011 | 11000100 | 0 | 1000101 | 1000 | 10000 | 100110011 | 111111 | 110111 |
Color Harmonies of #D543C4
Complementary color
Monochromatic Colors of #D543C4
Black with #D543C4
Text Example
Text Example
White with #D543C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543C4; }
p { color: rgb(213,67,196); }
H1.HeaderClassName
{
color: #D543C4;
}
.AnyTagClassName
{
color: #D543C4;
}
</style>
background-color css
<style>
a { background-color: #D543C4; }
a { background-color: rgb(213,67,196); }
div.DivClassName
{
background-color: #D543C4;
}
.BgClassName
{
background-color: #D543C4;
}
</style>
border-color css
<style>
span { border-color: #D543C4; }
span { border-color: rgb(213,67,196); }
td.TdClassName
{
border-color: #D543C4;
}
.TagClassName
{
border-color: #D543C4;
}
</style>