Shades of Fuchsia #D461BC
Tints of Fuchsia #D461BC
RGB
CMYK
RGB Variations
Color information
#D461BC (or 0xD461BC) is known color: Fuchsia. HEX triplet: D4, 61 and BC. RGB value is (212,97,188). Sum of RGB (Red+Green+Blue) = 212+97+188=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D461BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461BC is #2B9E43. Grayscale: #8D8D8D. Windows color (decimal): -2858564 or 12345812. OLE color: 12345812.
HSL color Cylindrical-coordinate representation of color #D461BC: hue angle of 312.52º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461BC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 188 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.17 |
| HSL | 312.52º | 0.57% | 0.61% | - |
| HSV(B) | 312.52º | 0.54% | 0.83% | - |
| XYZ | 40.5 | 26.18 | 50.49 | - |
| YUV | 141.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 188 | 0 | 0.54 | 0.11 | 0.17 | 312.52 | 0.57 | 0.61 |
| Hex | D4 | 61 | BC | 0 | 36 | B | 11 | 139 | 39 | 3D |
| Octal | 324 | 141 | 274 | 0 | 66 | 13 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10111100 | 0 | 110110 | 1011 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D461BC
Complementary color
Monochromatic Colors of #D461BC
Black with #D461BC
Text Example
Text Example
White with #D461BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461BC; }
p { color: rgb(212,97,188); }
H1.HeaderClassName
{
color: #D461BC;
}
.AnyTagClassName
{
color: #D461BC;
}
</style>
background-color css
<style>
a { background-color: #D461BC; }
a { background-color: rgb(212,97,188); }
div.DivClassName
{
background-color: #D461BC;
}
.BgClassName
{
background-color: #D461BC;
}
</style>
border-color css
<style>
span { border-color: #D461BC; }
span { border-color: rgb(212,97,188); }
td.TdClassName
{
border-color: #D461BC;
}
.TagClassName
{
border-color: #D461BC;
}
</style>