Shades of Fuchsia #D555BB
Tints of Fuchsia #D555BB
RGB
CMYK
RGB Variations
Color information
#D555BB (or 0xD555BB) is known color: Fuchsia. HEX triplet: D5, 55 and BB. RGB value is (213,85,187). Sum of RGB (Red+Green+Blue) = 213+85+187=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D555BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555BB is #2AAA44. Grayscale: #868686. Windows color (decimal): -2796101 or 12277205. OLE color: 12277205.
HSL color Cylindrical-coordinate representation of color #D555BB: hue angle of 312.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555BB is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 187 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.16 |
| HSL | 312.19º | 0.6% | 0.58% | - |
| HSV(B) | 312.19º | 0.6% | 0.84% | - |
| XYZ | 39.66 | 24.23 | 49.6 | - |
| YUV | 134.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 187 | 0 | 0.60 | 0.12 | 0.16 | 312.19 | 0.6 | 0.58 |
| Hex | D5 | 55 | BB | 0 | 3C | C | 10 | 138 | 3C | 3A |
| Octal | 325 | 125 | 273 | 0 | 74 | 14 | 20 | 470 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10111011 | 0 | 111100 | 1100 | 10000 | 100111000 | 111100 | 111010 |
Color Harmonies of #D555BB
Complementary color
Monochromatic Colors of #D555BB
Black with #D555BB
Text Example
Text Example
White with #D555BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555BB; }
p { color: rgb(213,85,187); }
H1.HeaderClassName
{
color: #D555BB;
}
.AnyTagClassName
{
color: #D555BB;
}
</style>
background-color css
<style>
a { background-color: #D555BB; }
a { background-color: rgb(213,85,187); }
div.DivClassName
{
background-color: #D555BB;
}
.BgClassName
{
background-color: #D555BB;
}
</style>
border-color css
<style>
span { border-color: #D555BB; }
span { border-color: rgb(213,85,187); }
td.TdClassName
{
border-color: #D555BB;
}
.TagClassName
{
border-color: #D555BB;
}
</style>