Shades of Fuchsia #D461BF
Tints of Fuchsia #D461BF
RGB
CMYK
RGB Variations
Color information
#D461BF (or 0xD461BF) is known color: Fuchsia. HEX triplet: D4, 61 and BF. RGB value is (212,97,191). Sum of RGB (Red+Green+Blue) = 212+97+191=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D461BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461BF is #2B9E40. Grayscale: #8D8D8D. Windows color (decimal): -2858561 or 12542420. OLE color: 12542420.
HSL color Cylindrical-coordinate representation of color #D461BF: hue angle of 310.96º 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 #D461BF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 191 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.17 |
| HSL | 310.96º | 0.57% | 0.61% | - |
| HSV(B) | 310.96º | 0.54% | 0.83% | - |
| XYZ | 40.83 | 26.31 | 52.22 | - |
| YUV | 142.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 191 | 0 | 0.54 | 0.10 | 0.17 | 310.96 | 0.57 | 0.61 |
| Hex | D4 | 61 | BF | 0 | 36 | A | 11 | 137 | 39 | 3D |
| Octal | 324 | 141 | 277 | 0 | 66 | 12 | 21 | 467 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10111111 | 0 | 110110 | 1010 | 10001 | 100110111 | 111001 | 111101 |
Color Harmonies of #D461BF
Complementary color
Monochromatic Colors of #D461BF
Black with #D461BF
Text Example
Text Example
White with #D461BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461BF; }
p { color: rgb(212,97,191); }
H1.HeaderClassName
{
color: #D461BF;
}
.AnyTagClassName
{
color: #D461BF;
}
</style>
background-color css
<style>
a { background-color: #D461BF; }
a { background-color: rgb(212,97,191); }
div.DivClassName
{
background-color: #D461BF;
}
.BgClassName
{
background-color: #D461BF;
}
</style>
border-color css
<style>
span { border-color: #D461BF; }
span { border-color: rgb(212,97,191); }
td.TdClassName
{
border-color: #D461BF;
}
.TagClassName
{
border-color: #D461BF;
}
</style>