Shades of Fuchsia #D551BA
Tints of Fuchsia #D551BA
RGB
CMYK
RGB Variations
Color information
#D551BA (or 0xD551BA) is known color: Fuchsia. HEX triplet: D5, 51 and BA. RGB value is (213,81,186). Sum of RGB (Red+Green+Blue) = 213+81+186=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D551BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551BA is #2AAE45. Grayscale: #848484. Windows color (decimal): -2797126 or 12210645. OLE color: 12210645.
HSL color Cylindrical-coordinate representation of color #D551BA: hue angle of 312.27º 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 #D551BA is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 186 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.16 |
| HSL | 312.27º | 0.61% | 0.58% | - |
| HSV(B) | 312.27º | 0.62% | 0.84% | - |
| XYZ | 39.25 | 23.58 | 48.94 | - |
| YUV | 132.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 186 | 0 | 0.62 | 0.13 | 0.16 | 312.27 | 0.61 | 0.58 |
| Hex | D5 | 51 | BA | 0 | 3E | D | 10 | 138 | 3D | 3A |
| Octal | 325 | 121 | 272 | 0 | 76 | 15 | 20 | 470 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10111010 | 0 | 111110 | 1101 | 10000 | 100111000 | 111101 | 111010 |
Color Harmonies of #D551BA
Complementary color
Monochromatic Colors of #D551BA
Black with #D551BA
Text Example
Text Example
White with #D551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551BA; }
p { color: rgb(213,81,186); }
H1.HeaderClassName
{
color: #D551BA;
}
.AnyTagClassName
{
color: #D551BA;
}
</style>
background-color css
<style>
a { background-color: #D551BA; }
a { background-color: rgb(213,81,186); }
div.DivClassName
{
background-color: #D551BA;
}
.BgClassName
{
background-color: #D551BA;
}
</style>
border-color css
<style>
span { border-color: #D551BA; }
span { border-color: rgb(213,81,186); }
td.TdClassName
{
border-color: #D551BA;
}
.TagClassName
{
border-color: #D551BA;
}
</style>