Shades of Fuchsia #D851BF
Tints of Fuchsia #D851BF
RGB
CMYK
RGB Variations
Color information
#D851BF (or 0xD851BF) is known color: Fuchsia. HEX triplet: D8, 51 and BF. RGB value is (216,81,191). Sum of RGB (Red+Green+Blue) = 216+81+191=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D851BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851BF is #27AE40. Grayscale: #858585. Windows color (decimal): -2600513 or 12538328. OLE color: 12538328.
HSL color Cylindrical-coordinate representation of color #D851BF: hue angle of 311.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851BF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 191 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.15 |
| HSL | 311.11º | 0.63% | 0.58% | - |
| HSV(B) | 311.11º | 0.63% | 0.85% | - |
| XYZ | 40.67 | 24.25 | 51.83 | - |
| YUV | 133.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 191 | 0 | 0.62 | 0.12 | 0.15 | 311.11 | 0.63 | 0.58 |
| Hex | D8 | 51 | BF | 0 | 3E | C | F | 137 | 3F | 3A |
| Octal | 330 | 121 | 277 | 0 | 76 | 14 | 17 | 467 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10111111 | 0 | 111110 | 1100 | 1111 | 100110111 | 111111 | 111010 |
Color Harmonies of #D851BF
Complementary color
Monochromatic Colors of #D851BF
Black with #D851BF
Text Example
Text Example
White with #D851BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851BF; }
p { color: rgb(216,81,191); }
H1.HeaderClassName
{
color: #D851BF;
}
.AnyTagClassName
{
color: #D851BF;
}
</style>
background-color css
<style>
a { background-color: #D851BF; }
a { background-color: rgb(216,81,191); }
div.DivClassName
{
background-color: #D851BF;
}
.BgClassName
{
background-color: #D851BF;
}
</style>
border-color css
<style>
span { border-color: #D851BF; }
span { border-color: rgb(216,81,191); }
td.TdClassName
{
border-color: #D851BF;
}
.TagClassName
{
border-color: #D851BF;
}
</style>