Shades of Fuchsia #D84EAF
Tints of Fuchsia #D84EAF
RGB
CMYK
RGB Variations
Color information
#D84EAF (or 0xD84EAF) is known color: Fuchsia. HEX triplet: D8, 4E and AF. RGB value is (216,78,175). Sum of RGB (Red+Green+Blue) = 216+78+175=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84EAF is #27B150. Grayscale: #828282. Windows color (decimal): -2601297 or 11488984. OLE color: 11488984.
HSL color Cylindrical-coordinate representation of color #D84EAF: hue angle of 317.83º 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 #D84EAF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 175 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.15 |
| HSL | 317.83º | 0.64% | 0.58% | - |
| HSV(B) | 317.83º | 0.64% | 0.85% | - |
| XYZ | 38.78 | 23.14 | 42.98 | - |
| YUV | 130.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 175 | 0 | 0.64 | 0.19 | 0.15 | 317.83 | 0.64 | 0.58 |
| Hex | D8 | 4E | AF | 0 | 40 | 13 | F | 13E | 40 | 3A |
| Octal | 330 | 116 | 257 | 0 | 100 | 23 | 17 | 476 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10101111 | 0 | 1000000 | 10011 | 1111 | 100111110 | 1000000 | 111010 |
Color Harmonies of #D84EAF
Complementary color
Monochromatic Colors of #D84EAF
Black with #D84EAF
Text Example
Text Example
White with #D84EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EAF; }
p { color: rgb(216,78,175); }
H1.HeaderClassName
{
color: #D84EAF;
}
.AnyTagClassName
{
color: #D84EAF;
}
</style>
background-color css
<style>
a { background-color: #D84EAF; }
a { background-color: rgb(216,78,175); }
div.DivClassName
{
background-color: #D84EAF;
}
.BgClassName
{
background-color: #D84EAF;
}
</style>
border-color css
<style>
span { border-color: #D84EAF; }
span { border-color: rgb(216,78,175); }
td.TdClassName
{
border-color: #D84EAF;
}
.TagClassName
{
border-color: #D84EAF;
}
</style>