Shades of Fuchsia #D856BF
Tints of Fuchsia #D856BF
RGB
CMYK
RGB Variations
Color information
#D856BF (or 0xD856BF) is known color: Fuchsia. HEX triplet: D8, 56 and BF. RGB value is (216,86,191). Sum of RGB (Red+Green+Blue) = 216+86+191=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D856BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856BF is #27A940. Grayscale: #888888. Windows color (decimal): -2599233 or 12539608. OLE color: 12539608.
HSL color Cylindrical-coordinate representation of color #D856BF: hue angle of 311.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D856BF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 191 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.15 |
| HSL | 311.54º | 0.63% | 0.59% | - |
| HSV(B) | 311.54º | 0.6% | 0.85% | - |
| XYZ | 41.05 | 25.02 | 51.96 | - |
| YUV | 136.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 191 | 0 | 0.60 | 0.12 | 0.15 | 311.54 | 0.63 | 0.59 |
| Hex | D8 | 56 | BF | 0 | 3C | C | F | 138 | 3E | 3B |
| Octal | 330 | 126 | 277 | 0 | 74 | 14 | 17 | 470 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10111111 | 0 | 111100 | 1100 | 1111 | 100111000 | 111110 | 111011 |
Color Harmonies of #D856BF
Complementary color
Monochromatic Colors of #D856BF
Black with #D856BF
Text Example
Text Example
White with #D856BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856BF; }
p { color: rgb(216,86,191); }
H1.HeaderClassName
{
color: #D856BF;
}
.AnyTagClassName
{
color: #D856BF;
}
</style>
background-color css
<style>
a { background-color: #D856BF; }
a { background-color: rgb(216,86,191); }
div.DivClassName
{
background-color: #D856BF;
}
.BgClassName
{
background-color: #D856BF;
}
</style>
border-color css
<style>
span { border-color: #D856BF; }
span { border-color: rgb(216,86,191); }
td.TdClassName
{
border-color: #D856BF;
}
.TagClassName
{
border-color: #D856BF;
}
</style>