Shades of Fuchsia #D554B0
Tints of Fuchsia #D554B0
RGB
CMYK
RGB Variations
Color information
#D554B0 (or 0xD554B0) is known color: Fuchsia. HEX triplet: D5, 54 and B0. RGB value is (213,84,176). Sum of RGB (Red+Green+Blue) = 213+84+176=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D554B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D554B0 is #2AAB4F. Grayscale: #848484. Windows color (decimal): -2796368 or 11556053. OLE color: 11556053.
HSL color Cylindrical-coordinate representation of color #D554B0: hue angle of 317.21º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554B0 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 176 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.16 |
| HSL | 317.21º | 0.61% | 0.58% | - |
| HSV(B) | 317.21º | 0.61% | 0.84% | - |
| XYZ | 38.45 | 23.62 | 43.61 | - |
| YUV | 133.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 176 | 0 | 0.61 | 0.17 | 0.16 | 317.21 | 0.61 | 0.58 |
| Hex | D5 | 54 | B0 | 0 | 3D | 11 | 10 | 13D | 3D | 3A |
| Octal | 325 | 124 | 260 | 0 | 75 | 21 | 20 | 475 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10110000 | 0 | 111101 | 10001 | 10000 | 100111101 | 111101 | 111010 |
Color Harmonies of #D554B0
Complementary color
Monochromatic Colors of #D554B0
Black with #D554B0
Text Example
Text Example
White with #D554B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554B0; }
p { color: rgb(213,84,176); }
H1.HeaderClassName
{
color: #D554B0;
}
.AnyTagClassName
{
color: #D554B0;
}
</style>
background-color css
<style>
a { background-color: #D554B0; }
a { background-color: rgb(213,84,176); }
div.DivClassName
{
background-color: #D554B0;
}
.BgClassName
{
background-color: #D554B0;
}
</style>
border-color css
<style>
span { border-color: #D554B0; }
span { border-color: rgb(213,84,176); }
td.TdClassName
{
border-color: #D554B0;
}
.TagClassName
{
border-color: #D554B0;
}
</style>