Shades of Fuchsia #D856B5
Tints of Fuchsia #D856B5
RGB
CMYK
RGB Variations
Color information
#D856B5 (or 0xD856B5) is known color: Fuchsia. HEX triplet: D8, 56 and B5. RGB value is (216,86,181). Sum of RGB (Red+Green+Blue) = 216+86+181=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D856B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856B5 is #27A94A. Grayscale: #878787. Windows color (decimal): -2599243 or 11884248. OLE color: 11884248.
HSL color Cylindrical-coordinate representation of color #D856B5: hue angle of 316.15º 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 #D856B5 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 181 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.15 |
| HSL | 316.15º | 0.63% | 0.59% | - |
| HSV(B) | 316.15º | 0.6% | 0.85% | - |
| XYZ | 39.99 | 24.59 | 46.35 | - |
| YUV | 135.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 181 | 0 | 0.60 | 0.16 | 0.15 | 316.15 | 0.63 | 0.59 |
| Hex | D8 | 56 | B5 | 0 | 3C | 10 | F | 13C | 3E | 3B |
| Octal | 330 | 126 | 265 | 0 | 74 | 20 | 17 | 474 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10110101 | 0 | 111100 | 10000 | 1111 | 100111100 | 111110 | 111011 |
Color Harmonies of #D856B5
Complementary color
Monochromatic Colors of #D856B5
Black with #D856B5
Text Example
Text Example
White with #D856B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856B5; }
p { color: rgb(216,86,181); }
H1.HeaderClassName
{
color: #D856B5;
}
.AnyTagClassName
{
color: #D856B5;
}
</style>
background-color css
<style>
a { background-color: #D856B5; }
a { background-color: rgb(216,86,181); }
div.DivClassName
{
background-color: #D856B5;
}
.BgClassName
{
background-color: #D856B5;
}
</style>
border-color css
<style>
span { border-color: #D856B5; }
span { border-color: rgb(216,86,181); }
td.TdClassName
{
border-color: #D856B5;
}
.TagClassName
{
border-color: #D856B5;
}
</style>