Shades of Fuchsia #D547BD
Tints of Fuchsia #D547BD
RGB
CMYK
RGB Variations
Color information
#D547BD (or 0xD547BD) is known color: Fuchsia. HEX triplet: D5, 47 and BD. RGB value is (213,71,189). Sum of RGB (Red+Green+Blue) = 213+71+189=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D547BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547BD is #2AB842. Grayscale: #7E7E7E. Windows color (decimal): -2799683 or 12404693. OLE color: 12404693.
HSL color Cylindrical-coordinate representation of color #D547BD: hue angle of 310.14º 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 #D547BD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 189 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.16 |
| HSL | 310.14º | 0.63% | 0.56% | - |
| HSV(B) | 310.14º | 0.67% | 0.84% | - |
| XYZ | 38.88 | 22.33 | 50.4 | - |
| YUV | 126.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 189 | 0 | 0.67 | 0.11 | 0.16 | 310.14 | 0.63 | 0.56 |
| Hex | D5 | 47 | BD | 0 | 43 | B | 10 | 136 | 3F | 38 |
| Octal | 325 | 107 | 275 | 0 | 103 | 13 | 20 | 466 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10111101 | 0 | 1000011 | 1011 | 10000 | 100110110 | 111111 | 111000 |
Color Harmonies of #D547BD
Complementary color
Monochromatic Colors of #D547BD
Black with #D547BD
Text Example
Text Example
White with #D547BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547BD; }
p { color: rgb(213,71,189); }
H1.HeaderClassName
{
color: #D547BD;
}
.AnyTagClassName
{
color: #D547BD;
}
</style>
background-color css
<style>
a { background-color: #D547BD; }
a { background-color: rgb(213,71,189); }
div.DivClassName
{
background-color: #D547BD;
}
.BgClassName
{
background-color: #D547BD;
}
</style>
border-color css
<style>
span { border-color: #D547BD; }
span { border-color: rgb(213,71,189); }
td.TdClassName
{
border-color: #D547BD;
}
.TagClassName
{
border-color: #D547BD;
}
</style>