Shades of Fuchsia #D547C5
Tints of Fuchsia #D547C5
RGB
CMYK
RGB Variations
Color information
#D547C5 (or 0xD547C5) is known color: Fuchsia. HEX triplet: D5, 47 and C5. RGB value is (213,71,197). Sum of RGB (Red+Green+Blue) = 213+71+197=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D547C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547C5 is #2AB83A. Grayscale: #7F7F7F. Windows color (decimal): -2799675 or 12928981. OLE color: 12928981.
HSL color Cylindrical-coordinate representation of color #D547C5: hue angle of 306.76º 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 #D547C5 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 197 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.16 |
| HSL | 306.76º | 0.63% | 0.56% | - |
| HSV(B) | 306.76º | 0.67% | 0.84% | - |
| XYZ | 39.77 | 22.68 | 55.11 | - |
| YUV | 127.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 197 | 0 | 0.67 | 0.08 | 0.16 | 306.76 | 0.63 | 0.56 |
| Hex | D5 | 47 | C5 | 0 | 43 | 8 | 10 | 133 | 3F | 38 |
| Octal | 325 | 107 | 305 | 0 | 103 | 10 | 20 | 463 | 77 | 70 |
| Binary | 11010101 | 1000111 | 11000101 | 0 | 1000011 | 1000 | 10000 | 100110011 | 111111 | 111000 |
Color Harmonies of #D547C5
Complementary color
Monochromatic Colors of #D547C5
Black with #D547C5
Text Example
Text Example
White with #D547C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547C5; }
p { color: rgb(213,71,197); }
H1.HeaderClassName
{
color: #D547C5;
}
.AnyTagClassName
{
color: #D547C5;
}
</style>
background-color css
<style>
a { background-color: #D547C5; }
a { background-color: rgb(213,71,197); }
div.DivClassName
{
background-color: #D547C5;
}
.BgClassName
{
background-color: #D547C5;
}
</style>
border-color css
<style>
span { border-color: #D547C5; }
span { border-color: rgb(213,71,197); }
td.TdClassName
{
border-color: #D547C5;
}
.TagClassName
{
border-color: #D547C5;
}
</style>