Shades of Fuchsia #D554BC
Tints of Fuchsia #D554BC
RGB
CMYK
RGB Variations
Color information
#D554BC (or 0xD554BC) is known color: Fuchsia. HEX triplet: D5, 54 and BC. RGB value is (213,84,188). Sum of RGB (Red+Green+Blue) = 213+84+188=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D554BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554BC is #2AAB43. Grayscale: #868686. Windows color (decimal): -2796356 or 12342485. OLE color: 12342485.
HSL color Cylindrical-coordinate representation of color #D554BC: hue angle of 311.63º 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 #D554BC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 188 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 311.63º | 0.61% | 0.58% | - |
| HSV(B) | 311.63º | 0.61% | 0.84% | - |
| XYZ | 39.69 | 24.12 | 50.14 | - |
| YUV | 134.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 188 | 0 | 0.61 | 0.12 | 0.16 | 311.63 | 0.61 | 0.58 |
| Hex | D5 | 54 | BC | 0 | 3D | C | 10 | 138 | 3D | 3A |
| Octal | 325 | 124 | 274 | 0 | 75 | 14 | 20 | 470 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10111100 | 0 | 111101 | 1100 | 10000 | 100111000 | 111101 | 111010 |
Color Harmonies of #D554BC
Complementary color
Monochromatic Colors of #D554BC
Black with #D554BC
Text Example
Text Example
White with #D554BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554BC; }
p { color: rgb(213,84,188); }
H1.HeaderClassName
{
color: #D554BC;
}
.AnyTagClassName
{
color: #D554BC;
}
</style>
background-color css
<style>
a { background-color: #D554BC; }
a { background-color: rgb(213,84,188); }
div.DivClassName
{
background-color: #D554BC;
}
.BgClassName
{
background-color: #D554BC;
}
</style>
border-color css
<style>
span { border-color: #D554BC; }
span { border-color: rgb(213,84,188); }
td.TdClassName
{
border-color: #D554BC;
}
.TagClassName
{
border-color: #D554BC;
}
</style>