Shades of Fuchsia #D856B0
Tints of Fuchsia #D856B0
RGB
CMYK
RGB Variations
Color information
#D856B0 (or 0xD856B0) is known color: Fuchsia. HEX triplet: D8, 56 and B0. RGB value is (216,86,176). Sum of RGB (Red+Green+Blue) = 216+86+176=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D856B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D856B0 is #27A94F. Grayscale: #868686. Windows color (decimal): -2599248 or 11556568. OLE color: 11556568.
HSL color Cylindrical-coordinate representation of color #D856B0: hue angle of 318.46º 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 #D856B0 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 176 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.15 |
| HSL | 318.46º | 0.63% | 0.59% | - |
| HSV(B) | 318.46º | 0.6% | 0.85% | - |
| XYZ | 39.48 | 24.39 | 43.7 | - |
| YUV | 135.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 176 | 0 | 0.60 | 0.19 | 0.15 | 318.46 | 0.63 | 0.59 |
| Hex | D8 | 56 | B0 | 0 | 3C | 13 | F | 13E | 3E | 3B |
| Octal | 330 | 126 | 260 | 0 | 74 | 23 | 17 | 476 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10110000 | 0 | 111100 | 10011 | 1111 | 100111110 | 111110 | 111011 |
Color Harmonies of #D856B0
Complementary color
Monochromatic Colors of #D856B0
Black with #D856B0
Text Example
Text Example
White with #D856B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856B0; }
p { color: rgb(216,86,176); }
H1.HeaderClassName
{
color: #D856B0;
}
.AnyTagClassName
{
color: #D856B0;
}
</style>
background-color css
<style>
a { background-color: #D856B0; }
a { background-color: rgb(216,86,176); }
div.DivClassName
{
background-color: #D856B0;
}
.BgClassName
{
background-color: #D856B0;
}
</style>
border-color css
<style>
span { border-color: #D856B0; }
span { border-color: rgb(216,86,176); }
td.TdClassName
{
border-color: #D856B0;
}
.TagClassName
{
border-color: #D856B0;
}
</style>