Shades of Fuchsia #D557BF
Tints of Fuchsia #D557BF
RGB
CMYK
RGB Variations
Color information
#D557BF (or 0xD557BF) is known color: Fuchsia. HEX triplet: D5, 57 and BF. RGB value is (213,87,191). Sum of RGB (Red+Green+Blue) = 213+87+191=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D557BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557BF is #2AA840. Grayscale: #888888. Windows color (decimal): -2795585 or 12539861. OLE color: 12539861.
HSL color Cylindrical-coordinate representation of color #D557BF: hue angle of 310.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D557BF is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 191 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.16 |
| HSL | 310.48º | 0.6% | 0.59% | - |
| HSV(B) | 310.48º | 0.59% | 0.84% | - |
| XYZ | 40.25 | 24.72 | 51.94 | - |
| YUV | 136.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 191 | 0 | 0.59 | 0.10 | 0.16 | 310.48 | 0.6 | 0.59 |
| Hex | D5 | 57 | BF | 0 | 3B | A | 10 | 136 | 3C | 3B |
| Octal | 325 | 127 | 277 | 0 | 73 | 12 | 20 | 466 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10111111 | 0 | 111011 | 1010 | 10000 | 100110110 | 111100 | 111011 |
Color Harmonies of #D557BF
Complementary color
Monochromatic Colors of #D557BF
Black with #D557BF
Text Example
Text Example
White with #D557BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557BF; }
p { color: rgb(213,87,191); }
H1.HeaderClassName
{
color: #D557BF;
}
.AnyTagClassName
{
color: #D557BF;
}
</style>
background-color css
<style>
a { background-color: #D557BF; }
a { background-color: rgb(213,87,191); }
div.DivClassName
{
background-color: #D557BF;
}
.BgClassName
{
background-color: #D557BF;
}
</style>
border-color css
<style>
span { border-color: #D557BF; }
span { border-color: rgb(213,87,191); }
td.TdClassName
{
border-color: #D557BF;
}
.TagClassName
{
border-color: #D557BF;
}
</style>