Shades of Fuchsia #D461BA
Tints of Fuchsia #D461BA
RGB
CMYK
RGB Variations
Color information
#D461BA (or 0xD461BA) is known color: Fuchsia. HEX triplet: D4, 61 and BA. RGB value is (212,97,186). Sum of RGB (Red+Green+Blue) = 212+97+186=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D461BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461BA is #2B9E45. Grayscale: #8D8D8D. Windows color (decimal): -2858566 or 12214740. OLE color: 12214740.
HSL color Cylindrical-coordinate representation of color #D461BA: hue angle of 313.57º 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 #D461BA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 186 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.17 |
| HSL | 313.57º | 0.57% | 0.61% | - |
| HSV(B) | 313.57º | 0.54% | 0.83% | - |
| XYZ | 40.29 | 26.09 | 49.37 | - |
| YUV | 141.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 186 | 0 | 0.54 | 0.12 | 0.17 | 313.57 | 0.57 | 0.61 |
| Hex | D4 | 61 | BA | 0 | 36 | C | 11 | 13A | 39 | 3D |
| Octal | 324 | 141 | 272 | 0 | 66 | 14 | 21 | 472 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10111010 | 0 | 110110 | 1100 | 10001 | 100111010 | 111001 | 111101 |
Color Harmonies of #D461BA
Complementary color
Monochromatic Colors of #D461BA
Black with #D461BA
Text Example
Text Example
White with #D461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461BA; }
p { color: rgb(212,97,186); }
H1.HeaderClassName
{
color: #D461BA;
}
.AnyTagClassName
{
color: #D461BA;
}
</style>
background-color css
<style>
a { background-color: #D461BA; }
a { background-color: rgb(212,97,186); }
div.DivClassName
{
background-color: #D461BA;
}
.BgClassName
{
background-color: #D461BA;
}
</style>
border-color css
<style>
span { border-color: #D461BA; }
span { border-color: rgb(212,97,186); }
td.TdClassName
{
border-color: #D461BA;
}
.TagClassName
{
border-color: #D461BA;
}
</style>