Shades of Fuchsia #D856C0
Tints of Fuchsia #D856C0
RGB
CMYK
RGB Variations
Color information
#D856C0 (or 0xD856C0) is known color: Fuchsia. HEX triplet: D8, 56 and C0. RGB value is (216,86,192). Sum of RGB (Red+Green+Blue) = 216+86+192=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D856C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856C0 is #27A93F. Grayscale: #888888. Windows color (decimal): -2599232 or 12605144. OLE color: 12605144.
HSL color Cylindrical-coordinate representation of color #D856C0: hue angle of 311.08º 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 #D856C0 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 192 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.15 |
| HSL | 311.08º | 0.63% | 0.59% | - |
| HSV(B) | 311.08º | 0.6% | 0.85% | - |
| XYZ | 41.16 | 25.06 | 52.54 | - |
| YUV | 136.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 192 | 0 | 0.60 | 0.11 | 0.15 | 311.08 | 0.63 | 0.59 |
| Hex | D8 | 56 | C0 | 0 | 3C | B | F | 137 | 3E | 3B |
| Octal | 330 | 126 | 300 | 0 | 74 | 13 | 17 | 467 | 76 | 73 |
| Binary | 11011000 | 1010110 | 11000000 | 0 | 111100 | 1011 | 1111 | 100110111 | 111110 | 111011 |
Color Harmonies of #D856C0
Complementary color
Monochromatic Colors of #D856C0
Black with #D856C0
Text Example
Text Example
White with #D856C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856C0; }
p { color: rgb(216,86,192); }
H1.HeaderClassName
{
color: #D856C0;
}
.AnyTagClassName
{
color: #D856C0;
}
</style>
background-color css
<style>
a { background-color: #D856C0; }
a { background-color: rgb(216,86,192); }
div.DivClassName
{
background-color: #D856C0;
}
.BgClassName
{
background-color: #D856C0;
}
</style>
border-color css
<style>
span { border-color: #D856C0; }
span { border-color: rgb(216,86,192); }
td.TdClassName
{
border-color: #D856C0;
}
.TagClassName
{
border-color: #D856C0;
}
</style>