Shades of Fuchsia #D547AF
Tints of Fuchsia #D547AF
RGB
CMYK
RGB Variations
Color information
#D547AF (or 0xD547AF) is known color: Fuchsia. HEX triplet: D5, 47 and AF. RGB value is (213,71,175). Sum of RGB (Red+Green+Blue) = 213+71+175=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D547AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D547AF is #2AB850. Grayscale: #7D7D7D. Windows color (decimal): -2799697 or 11487189. OLE color: 11487189.
HSL color Cylindrical-coordinate representation of color #D547AF: hue angle of 316.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547AF is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 175 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.16 |
| HSL | 316.06º | 0.63% | 0.56% | - |
| HSV(B) | 316.06º | 0.67% | 0.84% | - |
| XYZ | 37.43 | 21.75 | 42.78 | - |
| YUV | 125.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 175 | 0 | 0.67 | 0.18 | 0.16 | 316.06 | 0.63 | 0.56 |
| Hex | D5 | 47 | AF | 0 | 43 | 12 | 10 | 13C | 3F | 38 |
| Octal | 325 | 107 | 257 | 0 | 103 | 22 | 20 | 474 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10101111 | 0 | 1000011 | 10010 | 10000 | 100111100 | 111111 | 111000 |
Color Harmonies of #D547AF
Complementary color
Monochromatic Colors of #D547AF
Black with #D547AF
Text Example
Text Example
White with #D547AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547AF; }
p { color: rgb(213,71,175); }
H1.HeaderClassName
{
color: #D547AF;
}
.AnyTagClassName
{
color: #D547AF;
}
</style>
background-color css
<style>
a { background-color: #D547AF; }
a { background-color: rgb(213,71,175); }
div.DivClassName
{
background-color: #D547AF;
}
.BgClassName
{
background-color: #D547AF;
}
</style>
border-color css
<style>
span { border-color: #D547AF; }
span { border-color: rgb(213,71,175); }
td.TdClassName
{
border-color: #D547AF;
}
.TagClassName
{
border-color: #D547AF;
}
</style>