Shades of Fuchsia #D44EC3
Tints of Fuchsia #D44EC3
RGB
CMYK
RGB Variations
Color information
#D44EC3 (or 0xD44EC3) is known color: Fuchsia. HEX triplet: D4, 4E and C3. RGB value is (212,78,195). Sum of RGB (Red+Green+Blue) = 212+78+195=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EC3 is #2BB13C. Grayscale: #838383. Windows color (decimal): -2863421 or 12799700. OLE color: 12799700.
HSL color Cylindrical-coordinate representation of color #D44EC3: hue angle of 307.61º 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 #D44EC3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 195 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.17 |
| HSL | 307.61º | 0.61% | 0.57% | - |
| HSV(B) | 307.61º | 0.63% | 0.83% | - |
| XYZ | 39.73 | 23.39 | 54.05 | - |
| YUV | 131.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 195 | 0 | 0.63 | 0.08 | 0.17 | 307.61 | 0.61 | 0.57 |
| Hex | D4 | 4E | C3 | 0 | 3F | 8 | 11 | 134 | 3D | 39 |
| Octal | 324 | 116 | 303 | 0 | 77 | 10 | 21 | 464 | 75 | 71 |
| Binary | 11010100 | 1001110 | 11000011 | 0 | 111111 | 1000 | 10001 | 100110100 | 111101 | 111001 |
Color Harmonies of #D44EC3
Complementary color
Monochromatic Colors of #D44EC3
Black with #D44EC3
Text Example
Text Example
White with #D44EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EC3; }
p { color: rgb(212,78,195); }
H1.HeaderClassName
{
color: #D44EC3;
}
.AnyTagClassName
{
color: #D44EC3;
}
</style>
background-color css
<style>
a { background-color: #D44EC3; }
a { background-color: rgb(212,78,195); }
div.DivClassName
{
background-color: #D44EC3;
}
.BgClassName
{
background-color: #D44EC3;
}
</style>
border-color css
<style>
span { border-color: #D44EC3; }
span { border-color: rgb(212,78,195); }
td.TdClassName
{
border-color: #D44EC3;
}
.TagClassName
{
border-color: #D44EC3;
}
</style>