Shades of Fuchsia #D547BA
Tints of Fuchsia #D547BA
RGB
CMYK
RGB Variations
Color information
#D547BA (or 0xD547BA) is known color: Fuchsia. HEX triplet: D5, 47 and BA. RGB value is (213,71,186). Sum of RGB (Red+Green+Blue) = 213+71+186=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D547BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547BA is #2AB845. Grayscale: #7E7E7E. Windows color (decimal): -2799686 or 12208085. OLE color: 12208085.
HSL color Cylindrical-coordinate representation of color #D547BA: hue angle of 311.41º 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 #D547BA is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 186 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.16 |
| HSL | 311.41º | 0.63% | 0.56% | - |
| HSV(B) | 311.41º | 0.67% | 0.84% | - |
| XYZ | 38.56 | 22.2 | 48.71 | - |
| YUV | 126.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 186 | 0 | 0.67 | 0.13 | 0.16 | 311.41 | 0.63 | 0.56 |
| Hex | D5 | 47 | BA | 0 | 43 | D | 10 | 137 | 3F | 38 |
| Octal | 325 | 107 | 272 | 0 | 103 | 15 | 20 | 467 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10111010 | 0 | 1000011 | 1101 | 10000 | 100110111 | 111111 | 111000 |
Color Harmonies of #D547BA
Complementary color
Monochromatic Colors of #D547BA
Black with #D547BA
Text Example
Text Example
White with #D547BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547BA; }
p { color: rgb(213,71,186); }
H1.HeaderClassName
{
color: #D547BA;
}
.AnyTagClassName
{
color: #D547BA;
}
</style>
background-color css
<style>
a { background-color: #D547BA; }
a { background-color: rgb(213,71,186); }
div.DivClassName
{
background-color: #D547BA;
}
.BgClassName
{
background-color: #D547BA;
}
</style>
border-color css
<style>
span { border-color: #D547BA; }
span { border-color: rgb(213,71,186); }
td.TdClassName
{
border-color: #D547BA;
}
.TagClassName
{
border-color: #D547BA;
}
</style>