Shades of Fuchsia #D85EBC
Tints of Fuchsia #D85EBC
RGB
CMYK
RGB Variations
Color information
#D85EBC (or 0xD85EBC) is known color: Fuchsia. HEX triplet: D8, 5E and BC. RGB value is (216,94,188). Sum of RGB (Red+Green+Blue) = 216+94+188=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EBC is #27A143. Grayscale: #8C8C8C. Windows color (decimal): -2597188 or 12345048. OLE color: 12345048.
HSL color Cylindrical-coordinate representation of color #D85EBC: hue angle of 313.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85EBC is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 188 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.15 |
| HSL | 313.77º | 0.61% | 0.61% | - |
| HSV(B) | 313.77º | 0.56% | 0.85% | - |
| XYZ | 41.4 | 26.24 | 50.46 | - |
| YUV | 141.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 188 | 0 | 0.56 | 0.13 | 0.15 | 313.77 | 0.61 | 0.61 |
| Hex | D8 | 5E | BC | 0 | 38 | D | F | 13A | 3D | 3D |
| Octal | 330 | 136 | 274 | 0 | 70 | 15 | 17 | 472 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10111100 | 0 | 111000 | 1101 | 1111 | 100111010 | 111101 | 111101 |
Color Harmonies of #D85EBC
Complementary color
Monochromatic Colors of #D85EBC
Black with #D85EBC
Text Example
Text Example
White with #D85EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EBC; }
p { color: rgb(216,94,188); }
H1.HeaderClassName
{
color: #D85EBC;
}
.AnyTagClassName
{
color: #D85EBC;
}
</style>
background-color css
<style>
a { background-color: #D85EBC; }
a { background-color: rgb(216,94,188); }
div.DivClassName
{
background-color: #D85EBC;
}
.BgClassName
{
background-color: #D85EBC;
}
</style>
border-color css
<style>
span { border-color: #D85EBC; }
span { border-color: rgb(216,94,188); }
td.TdClassName
{
border-color: #D85EBC;
}
.TagClassName
{
border-color: #D85EBC;
}
</style>