Shades of Fuchsia #D856B6
Tints of Fuchsia #D856B6
RGB
CMYK
RGB Variations
Color information
#D856B6 (or 0xD856B6) is known color: Fuchsia. HEX triplet: D8, 56 and B6. RGB value is (216,86,182). Sum of RGB (Red+Green+Blue) = 216+86+182=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D856B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856B6 is #27A949. Grayscale: #878787. Windows color (decimal): -2599242 or 11949784. OLE color: 11949784.
HSL color Cylindrical-coordinate representation of color #D856B6: hue angle of 315.69º 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 #D856B6 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 182 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.15 |
| HSL | 315.69º | 0.63% | 0.59% | - |
| HSV(B) | 315.69º | 0.6% | 0.85% | - |
| XYZ | 40.09 | 24.63 | 46.9 | - |
| YUV | 135.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 182 | 0 | 0.60 | 0.16 | 0.15 | 315.69 | 0.63 | 0.59 |
| Hex | D8 | 56 | B6 | 0 | 3C | 10 | F | 13C | 3E | 3B |
| Octal | 330 | 126 | 266 | 0 | 74 | 20 | 17 | 474 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10110110 | 0 | 111100 | 10000 | 1111 | 100111100 | 111110 | 111011 |
Color Harmonies of #D856B6
Complementary color
Monochromatic Colors of #D856B6
Black with #D856B6
Text Example
Text Example
White with #D856B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856B6; }
p { color: rgb(216,86,182); }
H1.HeaderClassName
{
color: #D856B6;
}
.AnyTagClassName
{
color: #D856B6;
}
</style>
background-color css
<style>
a { background-color: #D856B6; }
a { background-color: rgb(216,86,182); }
div.DivClassName
{
background-color: #D856B6;
}
.BgClassName
{
background-color: #D856B6;
}
</style>
border-color css
<style>
span { border-color: #D856B6; }
span { border-color: rgb(216,86,182); }
td.TdClassName
{
border-color: #D856B6;
}
.TagClassName
{
border-color: #D856B6;
}
</style>