Shades of Fuchsia #D551B1
Tints of Fuchsia #D551B1
RGB
CMYK
RGB Variations
Color information
#D551B1 (or 0xD551B1) is known color: Fuchsia. HEX triplet: D5, 51 and B1. RGB value is (213,81,177). Sum of RGB (Red+Green+Blue) = 213+81+177=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D551B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D551B1 is #2AAE4E. Grayscale: #838383. Windows color (decimal): -2797135 or 11620821. OLE color: 11620821.
HSL color Cylindrical-coordinate representation of color #D551B1: hue angle of 316.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 #D551B1 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 177 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.16 |
| HSL | 316.36º | 0.61% | 0.58% | - |
| HSV(B) | 316.36º | 0.62% | 0.84% | - |
| XYZ | 38.32 | 23.21 | 44.05 | - |
| YUV | 131.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 177 | 0 | 0.62 | 0.17 | 0.16 | 316.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | B1 | 0 | 3E | 11 | 10 | 13C | 3D | 3A |
| Octal | 325 | 121 | 261 | 0 | 76 | 21 | 20 | 474 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10110001 | 0 | 111110 | 10001 | 10000 | 100111100 | 111101 | 111010 |
Color Harmonies of #D551B1
Complementary color
Monochromatic Colors of #D551B1
Black with #D551B1
Text Example
Text Example
White with #D551B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551B1; }
p { color: rgb(213,81,177); }
H1.HeaderClassName
{
color: #D551B1;
}
.AnyTagClassName
{
color: #D551B1;
}
</style>
background-color css
<style>
a { background-color: #D551B1; }
a { background-color: rgb(213,81,177); }
div.DivClassName
{
background-color: #D551B1;
}
.BgClassName
{
background-color: #D551B1;
}
</style>
border-color css
<style>
span { border-color: #D551B1; }
span { border-color: rgb(213,81,177); }
td.TdClassName
{
border-color: #D551B1;
}
.TagClassName
{
border-color: #D551B1;
}
</style>