Shades of Fuchsia #D554BB
Tints of Fuchsia #D554BB
RGB
CMYK
RGB Variations
Color information
#D554BB (or 0xD554BB) is known color: Fuchsia. HEX triplet: D5, 54 and BB. RGB value is (213,84,187). Sum of RGB (Red+Green+Blue) = 213+84+187=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D554BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554BB is #2AAB44. Grayscale: #868686. Windows color (decimal): -2796357 or 12276949. OLE color: 12276949.
HSL color Cylindrical-coordinate representation of color #D554BB: hue angle of 312.09º 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 #D554BB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 187 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 312.09º | 0.61% | 0.58% | - |
| HSV(B) | 312.09º | 0.61% | 0.84% | - |
| XYZ | 39.58 | 24.07 | 49.57 | - |
| YUV | 134.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 187 | 0 | 0.61 | 0.12 | 0.16 | 312.09 | 0.61 | 0.58 |
| Hex | D5 | 54 | BB | 0 | 3D | C | 10 | 138 | 3D | 3A |
| Octal | 325 | 124 | 273 | 0 | 75 | 14 | 20 | 470 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10111011 | 0 | 111101 | 1100 | 10000 | 100111000 | 111101 | 111010 |
Color Harmonies of #D554BB
Complementary color
Monochromatic Colors of #D554BB
Black with #D554BB
Text Example
Text Example
White with #D554BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554BB; }
p { color: rgb(213,84,187); }
H1.HeaderClassName
{
color: #D554BB;
}
.AnyTagClassName
{
color: #D554BB;
}
</style>
background-color css
<style>
a { background-color: #D554BB; }
a { background-color: rgb(213,84,187); }
div.DivClassName
{
background-color: #D554BB;
}
.BgClassName
{
background-color: #D554BB;
}
</style>
border-color css
<style>
span { border-color: #D554BB; }
span { border-color: rgb(213,84,187); }
td.TdClassName
{
border-color: #D554BB;
}
.TagClassName
{
border-color: #D554BB;
}
</style>