Shades of Fuchsia #D44EAF
Tints of Fuchsia #D44EAF
RGB
CMYK
RGB Variations
Color information
#D44EAF (or 0xD44EAF) is known color: Fuchsia. HEX triplet: D4, 4E and AF. RGB value is (212,78,175). Sum of RGB (Red+Green+Blue) = 212+78+175=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44EAF is #2BB150. Grayscale: #808080. Windows color (decimal): -2863441 or 11488980. OLE color: 11488980.
HSL color Cylindrical-coordinate representation of color #D44EAF: hue angle of 316.57º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44EAF is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 175 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.17 |
| HSL | 316.57º | 0.61% | 0.57% | - |
| HSV(B) | 316.57º | 0.63% | 0.83% | - |
| XYZ | 37.61 | 22.54 | 42.93 | - |
| YUV | 129.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 175 | 0 | 0.63 | 0.17 | 0.17 | 316.57 | 0.61 | 0.57 |
| Hex | D4 | 4E | AF | 0 | 3F | 11 | 11 | 13D | 3D | 39 |
| Octal | 324 | 116 | 257 | 0 | 77 | 21 | 21 | 475 | 75 | 71 |
| Binary | 11010100 | 1001110 | 10101111 | 0 | 111111 | 10001 | 10001 | 100111101 | 111101 | 111001 |
Color Harmonies of #D44EAF
Complementary color
Monochromatic Colors of #D44EAF
Black with #D44EAF
Text Example
Text Example
White with #D44EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EAF; }
p { color: rgb(212,78,175); }
H1.HeaderClassName
{
color: #D44EAF;
}
.AnyTagClassName
{
color: #D44EAF;
}
</style>
background-color css
<style>
a { background-color: #D44EAF; }
a { background-color: rgb(212,78,175); }
div.DivClassName
{
background-color: #D44EAF;
}
.BgClassName
{
background-color: #D44EAF;
}
</style>
border-color css
<style>
span { border-color: #D44EAF; }
span { border-color: rgb(212,78,175); }
td.TdClassName
{
border-color: #D44EAF;
}
.TagClassName
{
border-color: #D44EAF;
}
</style>