Shades of Fuchsia #D545AF
Tints of Fuchsia #D545AF
RGB
CMYK
RGB Variations
Color information
#D545AF (or 0xD545AF) is known color: Fuchsia. HEX triplet: D5, 45 and AF. RGB value is (213,69,175). Sum of RGB (Red+Green+Blue) = 213+69+175=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AF is #2ABA50. Grayscale: #7B7B7B. Windows color (decimal): -2800209 or 11486677. OLE color: 11486677.
HSL color Cylindrical-coordinate representation of color #D545AF: hue angle of 315.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545AF is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 175 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.16 |
| HSL | 315.83º | 0.63% | 0.55% | - |
| HSV(B) | 315.83º | 0.68% | 0.84% | - |
| XYZ | 37.31 | 21.5 | 42.74 | - |
| YUV | 124.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 175 | 0 | 0.68 | 0.18 | 0.16 | 315.83 | 0.63 | 0.55 |
| Hex | D5 | 45 | AF | 0 | 44 | 12 | 10 | 13C | 3F | 37 |
| Octal | 325 | 105 | 257 | 0 | 104 | 22 | 20 | 474 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10101111 | 0 | 1000100 | 10010 | 10000 | 100111100 | 111111 | 110111 |
Color Harmonies of #D545AF
Complementary color
Monochromatic Colors of #D545AF
Black with #D545AF
Text Example
Text Example
White with #D545AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545AF; }
p { color: rgb(213,69,175); }
H1.HeaderClassName
{
color: #D545AF;
}
.AnyTagClassName
{
color: #D545AF;
}
</style>
background-color css
<style>
a { background-color: #D545AF; }
a { background-color: rgb(213,69,175); }
div.DivClassName
{
background-color: #D545AF;
}
.BgClassName
{
background-color: #D545AF;
}
</style>
border-color css
<style>
span { border-color: #D545AF; }
span { border-color: rgb(213,69,175); }
td.TdClassName
{
border-color: #D545AF;
}
.TagClassName
{
border-color: #D545AF;
}
</style>