Shades of Fuchsia #D551BC
Tints of Fuchsia #D551BC
RGB
CMYK
RGB Variations
Color information
#D551BC (or 0xD551BC) is known color: Fuchsia. HEX triplet: D5, 51 and BC. RGB value is (213,81,188). Sum of RGB (Red+Green+Blue) = 213+81+188=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D551BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551BC is #2AAE43. Grayscale: #848484. Windows color (decimal): -2797124 or 12341717. OLE color: 12341717.
HSL color Cylindrical-coordinate representation of color #D551BC: hue angle of 311.36º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551BC is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 188 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.16 |
| HSL | 311.36º | 0.61% | 0.58% | - |
| HSV(B) | 311.36º | 0.62% | 0.84% | - |
| XYZ | 39.46 | 23.66 | 50.06 | - |
| YUV | 132.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 188 | 0 | 0.62 | 0.12 | 0.16 | 311.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | BC | 0 | 3E | C | 10 | 137 | 3D | 3A |
| Octal | 325 | 121 | 274 | 0 | 76 | 14 | 20 | 467 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10111100 | 0 | 111110 | 1100 | 10000 | 100110111 | 111101 | 111010 |
Color Harmonies of #D551BC
Complementary color
Monochromatic Colors of #D551BC
Black with #D551BC
Text Example
Text Example
White with #D551BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551BC; }
p { color: rgb(213,81,188); }
H1.HeaderClassName
{
color: #D551BC;
}
.AnyTagClassName
{
color: #D551BC;
}
</style>
background-color css
<style>
a { background-color: #D551BC; }
a { background-color: rgb(213,81,188); }
div.DivClassName
{
background-color: #D551BC;
}
.BgClassName
{
background-color: #D551BC;
}
</style>
border-color css
<style>
span { border-color: #D551BC; }
span { border-color: rgb(213,81,188); }
td.TdClassName
{
border-color: #D551BC;
}
.TagClassName
{
border-color: #D551BC;
}
</style>