Shades of Fuchsia #D461BB
Tints of Fuchsia #D461BB
RGB
CMYK
RGB Variations
Color information
#D461BB (or 0xD461BB) is known color: Fuchsia. HEX triplet: D4, 61 and BB. RGB value is (212,97,187). Sum of RGB (Red+Green+Blue) = 212+97+187=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D461BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461BB is #2B9E44. Grayscale: #8D8D8D. Windows color (decimal): -2858565 or 12280276. OLE color: 12280276.
HSL color Cylindrical-coordinate representation of color #D461BB: hue angle of 313.04º 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 #D461BB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 187 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.17 |
| HSL | 313.04º | 0.57% | 0.61% | - |
| HSV(B) | 313.04º | 0.54% | 0.83% | - |
| XYZ | 40.4 | 26.13 | 49.93 | - |
| YUV | 141.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 187 | 0 | 0.54 | 0.12 | 0.17 | 313.04 | 0.57 | 0.61 |
| Hex | D4 | 61 | BB | 0 | 36 | C | 11 | 139 | 39 | 3D |
| Octal | 324 | 141 | 273 | 0 | 66 | 14 | 21 | 471 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10111011 | 0 | 110110 | 1100 | 10001 | 100111001 | 111001 | 111101 |
Color Harmonies of #D461BB
Complementary color
Monochromatic Colors of #D461BB
Black with #D461BB
Text Example
Text Example
White with #D461BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461BB; }
p { color: rgb(212,97,187); }
H1.HeaderClassName
{
color: #D461BB;
}
.AnyTagClassName
{
color: #D461BB;
}
</style>
background-color css
<style>
a { background-color: #D461BB; }
a { background-color: rgb(212,97,187); }
div.DivClassName
{
background-color: #D461BB;
}
.BgClassName
{
background-color: #D461BB;
}
</style>
border-color css
<style>
span { border-color: #D461BB; }
span { border-color: rgb(212,97,187); }
td.TdClassName
{
border-color: #D461BB;
}
.TagClassName
{
border-color: #D461BB;
}
</style>