Shades of Fuchsia #D856B2
Tints of Fuchsia #D856B2
RGB
CMYK
RGB Variations
Color information
#D856B2 (or 0xD856B2) is known color: Fuchsia. HEX triplet: D8, 56 and B2. RGB value is (216,86,178). Sum of RGB (Red+Green+Blue) = 216+86+178=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D856B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D856B2 is #27A94D. Grayscale: #878787. Windows color (decimal): -2599246 or 11687640. OLE color: 11687640.
HSL color Cylindrical-coordinate representation of color #D856B2: hue angle of 317.54º 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 #D856B2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 178 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.15 |
| HSL | 317.54º | 0.63% | 0.59% | - |
| HSV(B) | 317.54º | 0.6% | 0.85% | - |
| XYZ | 39.68 | 24.47 | 44.75 | - |
| YUV | 135.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 178 | 0 | 0.60 | 0.18 | 0.15 | 317.54 | 0.63 | 0.59 |
| Hex | D8 | 56 | B2 | 0 | 3C | 12 | F | 13E | 3E | 3B |
| Octal | 330 | 126 | 262 | 0 | 74 | 22 | 17 | 476 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10110010 | 0 | 111100 | 10010 | 1111 | 100111110 | 111110 | 111011 |
Color Harmonies of #D856B2
Complementary color
Monochromatic Colors of #D856B2
Black with #D856B2
Text Example
Text Example
White with #D856B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856B2; }
p { color: rgb(216,86,178); }
H1.HeaderClassName
{
color: #D856B2;
}
.AnyTagClassName
{
color: #D856B2;
}
</style>
background-color css
<style>
a { background-color: #D856B2; }
a { background-color: rgb(216,86,178); }
div.DivClassName
{
background-color: #D856B2;
}
.BgClassName
{
background-color: #D856B2;
}
</style>
border-color css
<style>
span { border-color: #D856B2; }
span { border-color: rgb(216,86,178); }
td.TdClassName
{
border-color: #D856B2;
}
.TagClassName
{
border-color: #D856B2;
}
</style>