Shades of Fuchsia #D856BA
Tints of Fuchsia #D856BA
RGB
CMYK
RGB Variations
Color information
#D856BA (or 0xD856BA) is known color: Fuchsia. HEX triplet: D8, 56 and BA. RGB value is (216,86,186). Sum of RGB (Red+Green+Blue) = 216+86+186=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D856BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856BA is #27A945. Grayscale: #888888. Windows color (decimal): -2599238 or 12211928. OLE color: 12211928.
HSL color Cylindrical-coordinate representation of color #D856BA: hue angle of 313.85º 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 #D856BA is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 186 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.15 |
| HSL | 313.85º | 0.63% | 0.59% | - |
| HSV(B) | 313.85º | 0.6% | 0.85% | - |
| XYZ | 40.51 | 24.8 | 49.11 | - |
| YUV | 136.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 186 | 0 | 0.60 | 0.14 | 0.15 | 313.85 | 0.63 | 0.59 |
| Hex | D8 | 56 | BA | 0 | 3C | E | F | 13A | 3E | 3B |
| Octal | 330 | 126 | 272 | 0 | 74 | 16 | 17 | 472 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10111010 | 0 | 111100 | 1110 | 1111 | 100111010 | 111110 | 111011 |
Color Harmonies of #D856BA
Complementary color
Monochromatic Colors of #D856BA
Black with #D856BA
Text Example
Text Example
White with #D856BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856BA; }
p { color: rgb(216,86,186); }
H1.HeaderClassName
{
color: #D856BA;
}
.AnyTagClassName
{
color: #D856BA;
}
</style>
background-color css
<style>
a { background-color: #D856BA; }
a { background-color: rgb(216,86,186); }
div.DivClassName
{
background-color: #D856BA;
}
.BgClassName
{
background-color: #D856BA;
}
</style>
border-color css
<style>
span { border-color: #D856BA; }
span { border-color: rgb(216,86,186); }
td.TdClassName
{
border-color: #D856BA;
}
.TagClassName
{
border-color: #D856BA;
}
</style>