Shades of Fuchsia #D561BC
Tints of Fuchsia #D561BC
RGB
CMYK
RGB Variations
Color information
#D561BC (or 0xD561BC) is known color: Fuchsia. HEX triplet: D5, 61 and BC. RGB value is (213,97,188). Sum of RGB (Red+Green+Blue) = 213+97+188=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D561BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561BC is #2A9E43. Grayscale: #8D8D8D. Windows color (decimal): -2793028 or 12345813. OLE color: 12345813.
HSL color Cylindrical-coordinate representation of color #D561BC: hue angle of 312.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561BC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 188 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 312.93º | 0.58% | 0.61% | - |
| HSV(B) | 312.93º | 0.54% | 0.84% | - |
| XYZ | 40.79 | 26.33 | 50.51 | - |
| YUV | 142.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 188 | 0 | 0.54 | 0.12 | 0.16 | 312.93 | 0.58 | 0.61 |
| Hex | D5 | 61 | BC | 0 | 36 | C | 10 | 139 | 3A | 3D |
| Octal | 325 | 141 | 274 | 0 | 66 | 14 | 20 | 471 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10111100 | 0 | 110110 | 1100 | 10000 | 100111001 | 111010 | 111101 |
Color Harmonies of #D561BC
Complementary color
Monochromatic Colors of #D561BC
Black with #D561BC
Text Example
Text Example
White with #D561BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561BC; }
p { color: rgb(213,97,188); }
H1.HeaderClassName
{
color: #D561BC;
}
.AnyTagClassName
{
color: #D561BC;
}
</style>
background-color css
<style>
a { background-color: #D561BC; }
a { background-color: rgb(213,97,188); }
div.DivClassName
{
background-color: #D561BC;
}
.BgClassName
{
background-color: #D561BC;
}
</style>
border-color css
<style>
span { border-color: #D561BC; }
span { border-color: rgb(213,97,188); }
td.TdClassName
{
border-color: #D561BC;
}
.TagClassName
{
border-color: #D561BC;
}
</style>