Shades of Fuchsia #D856B1
Tints of Fuchsia #D856B1
RGB
CMYK
RGB Variations
Color information
#D856B1 (or 0xD856B1) is known color: Fuchsia. HEX triplet: D8, 56 and B1. RGB value is (216,86,177). Sum of RGB (Red+Green+Blue) = 216+86+177=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D856B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D856B1 is #27A94E. Grayscale: #878787. Windows color (decimal): -2599247 or 11622104. OLE color: 11622104.
HSL color Cylindrical-coordinate representation of color #D856B1: hue angle of 318º 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 #D856B1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 177 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.15 |
| HSL | 318º | 0.63% | 0.59% | - |
| HSV(B) | 318º | 0.6% | 0.85% | - |
| XYZ | 39.58 | 24.43 | 44.22 | - |
| YUV | 135.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 177 | 0 | 0.60 | 0.18 | 0.15 | 318 | 0.63 | 0.59 |
| Hex | D8 | 56 | B1 | 0 | 3C | 12 | F | 13E | 3E | 3B |
| Octal | 330 | 126 | 261 | 0 | 74 | 22 | 17 | 476 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10110001 | 0 | 111100 | 10010 | 1111 | 100111110 | 111110 | 111011 |
Color Harmonies of #D856B1
Complementary color
Monochromatic Colors of #D856B1
Black with #D856B1
Text Example
Text Example
White with #D856B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856B1; }
p { color: rgb(216,86,177); }
H1.HeaderClassName
{
color: #D856B1;
}
.AnyTagClassName
{
color: #D856B1;
}
</style>
background-color css
<style>
a { background-color: #D856B1; }
a { background-color: rgb(216,86,177); }
div.DivClassName
{
background-color: #D856B1;
}
.BgClassName
{
background-color: #D856B1;
}
</style>
border-color css
<style>
span { border-color: #D856B1; }
span { border-color: rgb(216,86,177); }
td.TdClassName
{
border-color: #D856B1;
}
.TagClassName
{
border-color: #D856B1;
}
</style>