Shades of Fuchsia #D543AF
Tints of Fuchsia #D543AF
RGB
CMYK
RGB Variations
Color information
#D543AF (or 0xD543AF) is known color: Fuchsia. HEX triplet: D5, 43 and AF. RGB value is (213,67,175). Sum of RGB (Red+Green+Blue) = 213+67+175=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D543AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D543AF is #2ABC50. Grayscale: #7A7A7A. Windows color (decimal): -2800721 or 11486165. OLE color: 11486165.
HSL color Cylindrical-coordinate representation of color #D543AF: hue angle of 315.62º 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 #D543AF is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 175 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.16 |
| HSL | 315.62º | 0.63% | 0.55% | - |
| HSV(B) | 315.62º | 0.69% | 0.84% | - |
| XYZ | 37.19 | 21.26 | 42.7 | - |
| YUV | 122.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 175 | 0 | 0.69 | 0.18 | 0.16 | 315.62 | 0.63 | 0.55 |
| Hex | D5 | 43 | AF | 0 | 45 | 12 | 10 | 13C | 3F | 37 |
| Octal | 325 | 103 | 257 | 0 | 105 | 22 | 20 | 474 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10101111 | 0 | 1000101 | 10010 | 10000 | 100111100 | 111111 | 110111 |
Color Harmonies of #D543AF
Complementary color
Monochromatic Colors of #D543AF
Black with #D543AF
Text Example
Text Example
White with #D543AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543AF; }
p { color: rgb(213,67,175); }
H1.HeaderClassName
{
color: #D543AF;
}
.AnyTagClassName
{
color: #D543AF;
}
</style>
background-color css
<style>
a { background-color: #D543AF; }
a { background-color: rgb(213,67,175); }
div.DivClassName
{
background-color: #D543AF;
}
.BgClassName
{
background-color: #D543AF;
}
</style>
border-color css
<style>
span { border-color: #D543AF; }
span { border-color: rgb(213,67,175); }
td.TdClassName
{
border-color: #D543AF;
}
.TagClassName
{
border-color: #D543AF;
}
</style>