Shades of Fuchsia #D461B9
Tints of Fuchsia #D461B9
RGB
CMYK
RGB Variations
Color information
#D461B9 (or 0xD461B9) is known color: Fuchsia. HEX triplet: D4, 61 and B9. RGB value is (212,97,185). Sum of RGB (Red+Green+Blue) = 212+97+185=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D461B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461B9 is #2B9E46. Grayscale: #8D8D8D. Windows color (decimal): -2858567 or 12149204. OLE color: 12149204.
HSL color Cylindrical-coordinate representation of color #D461B9: hue angle of 314.09º 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 #D461B9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 185 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.17 |
| HSL | 314.09º | 0.57% | 0.61% | - |
| HSV(B) | 314.09º | 0.54% | 0.83% | - |
| XYZ | 40.18 | 26.05 | 48.81 | - |
| YUV | 141.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 185 | 0 | 0.54 | 0.13 | 0.17 | 314.09 | 0.57 | 0.61 |
| Hex | D4 | 61 | B9 | 0 | 36 | D | 11 | 13A | 39 | 3D |
| Octal | 324 | 141 | 271 | 0 | 66 | 15 | 21 | 472 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10111001 | 0 | 110110 | 1101 | 10001 | 100111010 | 111001 | 111101 |
Color Harmonies of #D461B9
Complementary color
Monochromatic Colors of #D461B9
Black with #D461B9
Text Example
Text Example
White with #D461B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461B9; }
p { color: rgb(212,97,185); }
H1.HeaderClassName
{
color: #D461B9;
}
.AnyTagClassName
{
color: #D461B9;
}
</style>
background-color css
<style>
a { background-color: #D461B9; }
a { background-color: rgb(212,97,185); }
div.DivClassName
{
background-color: #D461B9;
}
.BgClassName
{
background-color: #D461B9;
}
</style>
border-color css
<style>
span { border-color: #D461B9; }
span { border-color: rgb(212,97,185); }
td.TdClassName
{
border-color: #D461B9;
}
.TagClassName
{
border-color: #D461B9;
}
</style>