Shades of Fuchsia #D561BB
Tints of Fuchsia #D561BB
RGB
CMYK
RGB Variations
Color information
#D561BB (or 0xD561BB) is known color: Fuchsia. HEX triplet: D5, 61 and BB. RGB value is (213,97,187). Sum of RGB (Red+Green+Blue) = 213+97+187=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D561BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561BB is #2A9E44. Grayscale: #8D8D8D. Windows color (decimal): -2793029 or 12280277. OLE color: 12280277.
HSL color Cylindrical-coordinate representation of color #D561BB: hue angle of 313.45º 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 #D561BB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 187 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 313.45º | 0.58% | 0.61% | - |
| HSV(B) | 313.45º | 0.54% | 0.84% | - |
| XYZ | 40.68 | 26.28 | 49.94 | - |
| YUV | 141.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 187 | 0 | 0.54 | 0.12 | 0.16 | 313.45 | 0.58 | 0.61 |
| Hex | D5 | 61 | BB | 0 | 36 | C | 10 | 139 | 3A | 3D |
| Octal | 325 | 141 | 273 | 0 | 66 | 14 | 20 | 471 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10111011 | 0 | 110110 | 1100 | 10000 | 100111001 | 111010 | 111101 |
Color Harmonies of #D561BB
Complementary color
Monochromatic Colors of #D561BB
Black with #D561BB
Text Example
Text Example
White with #D561BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561BB; }
p { color: rgb(213,97,187); }
H1.HeaderClassName
{
color: #D561BB;
}
.AnyTagClassName
{
color: #D561BB;
}
</style>
background-color css
<style>
a { background-color: #D561BB; }
a { background-color: rgb(213,97,187); }
div.DivClassName
{
background-color: #D561BB;
}
.BgClassName
{
background-color: #D561BB;
}
</style>
border-color css
<style>
span { border-color: #D561BB; }
span { border-color: rgb(213,97,187); }
td.TdClassName
{
border-color: #D561BB;
}
.TagClassName
{
border-color: #D561BB;
}
</style>