Shades of Fuchsia #D84EB2
Tints of Fuchsia #D84EB2
RGB
CMYK
RGB Variations
Color information
#D84EB2 (or 0xD84EB2) is known color: Fuchsia. HEX triplet: D8, 4E and B2. RGB value is (216,78,178). Sum of RGB (Red+Green+Blue) = 216+78+178=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84EB2 is #27B14D. Grayscale: #828282. Windows color (decimal): -2601294 or 11685592. OLE color: 11685592.
HSL color Cylindrical-coordinate representation of color #D84EB2: hue angle of 316.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84EB2 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 178 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.15 |
| HSL | 316.52º | 0.64% | 0.58% | - |
| HSV(B) | 316.52º | 0.64% | 0.85% | - |
| XYZ | 39.08 | 23.26 | 44.55 | - |
| YUV | 130.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 178 | 0 | 0.64 | 0.18 | 0.15 | 316.52 | 0.64 | 0.58 |
| Hex | D8 | 4E | B2 | 0 | 40 | 12 | F | 13D | 40 | 3A |
| Octal | 330 | 116 | 262 | 0 | 100 | 22 | 17 | 475 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10110010 | 0 | 1000000 | 10010 | 1111 | 100111101 | 1000000 | 111010 |
Color Harmonies of #D84EB2
Complementary color
Monochromatic Colors of #D84EB2
Black with #D84EB2
Text Example
Text Example
White with #D84EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EB2; }
p { color: rgb(216,78,178); }
H1.HeaderClassName
{
color: #D84EB2;
}
.AnyTagClassName
{
color: #D84EB2;
}
</style>
background-color css
<style>
a { background-color: #D84EB2; }
a { background-color: rgb(216,78,178); }
div.DivClassName
{
background-color: #D84EB2;
}
.BgClassName
{
background-color: #D84EB2;
}
</style>
border-color css
<style>
span { border-color: #D84EB2; }
span { border-color: rgb(216,78,178); }
td.TdClassName
{
border-color: #D84EB2;
}
.TagClassName
{
border-color: #D84EB2;
}
</style>