Shades of Fuchsia #D555BF
Tints of Fuchsia #D555BF
RGB
CMYK
RGB Variations
Color information
#D555BF (or 0xD555BF) is known color: Fuchsia. HEX triplet: D5, 55 and BF. RGB value is (213,85,191). Sum of RGB (Red+Green+Blue) = 213+85+191=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D555BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555BF is #2AAA40. Grayscale: #878787. Windows color (decimal): -2796097 or 12539349. OLE color: 12539349.
HSL color Cylindrical-coordinate representation of color #D555BF: hue angle of 310.31º 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 #D555BF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 191 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.16 |
| HSL | 310.31º | 0.6% | 0.58% | - |
| HSV(B) | 310.31º | 0.6% | 0.84% | - |
| XYZ | 40.09 | 24.4 | 51.89 | - |
| YUV | 135.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 191 | 0 | 0.60 | 0.10 | 0.16 | 310.31 | 0.6 | 0.58 |
| Hex | D5 | 55 | BF | 0 | 3C | A | 10 | 136 | 3C | 3A |
| Octal | 325 | 125 | 277 | 0 | 74 | 12 | 20 | 466 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10111111 | 0 | 111100 | 1010 | 10000 | 100110110 | 111100 | 111010 |
Color Harmonies of #D555BF
Complementary color
Monochromatic Colors of #D555BF
Black with #D555BF
Text Example
Text Example
White with #D555BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555BF; }
p { color: rgb(213,85,191); }
H1.HeaderClassName
{
color: #D555BF;
}
.AnyTagClassName
{
color: #D555BF;
}
</style>
background-color css
<style>
a { background-color: #D555BF; }
a { background-color: rgb(213,85,191); }
div.DivClassName
{
background-color: #D555BF;
}
.BgClassName
{
background-color: #D555BF;
}
</style>
border-color css
<style>
span { border-color: #D555BF; }
span { border-color: rgb(213,85,191); }
td.TdClassName
{
border-color: #D555BF;
}
.TagClassName
{
border-color: #D555BF;
}
</style>