Shades of Fuchsia #D44EC2
Tints of Fuchsia #D44EC2
RGB
CMYK
RGB Variations
Color information
#D44EC2 (or 0xD44EC2) is known color: Fuchsia. HEX triplet: D4, 4E and C2. RGB value is (212,78,194). Sum of RGB (Red+Green+Blue) = 212+78+194=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EC2 is #2BB13D. Grayscale: #828282. Windows color (decimal): -2863422 or 12734164. OLE color: 12734164.
HSL color Cylindrical-coordinate representation of color #D44EC2: hue angle of 308.06º 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 #D44EC2 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 194 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.17 |
| HSL | 308.06º | 0.61% | 0.57% | - |
| HSV(B) | 308.06º | 0.63% | 0.83% | - |
| XYZ | 39.61 | 23.34 | 53.46 | - |
| YUV | 131.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 194 | 0 | 0.63 | 0.08 | 0.17 | 308.06 | 0.61 | 0.57 |
| Hex | D4 | 4E | C2 | 0 | 3F | 8 | 11 | 134 | 3D | 39 |
| Octal | 324 | 116 | 302 | 0 | 77 | 10 | 21 | 464 | 75 | 71 |
| Binary | 11010100 | 1001110 | 11000010 | 0 | 111111 | 1000 | 10001 | 100110100 | 111101 | 111001 |
Color Harmonies of #D44EC2
Complementary color
Monochromatic Colors of #D44EC2
Black with #D44EC2
Text Example
Text Example
White with #D44EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EC2; }
p { color: rgb(212,78,194); }
H1.HeaderClassName
{
color: #D44EC2;
}
.AnyTagClassName
{
color: #D44EC2;
}
</style>
background-color css
<style>
a { background-color: #D44EC2; }
a { background-color: rgb(212,78,194); }
div.DivClassName
{
background-color: #D44EC2;
}
.BgClassName
{
background-color: #D44EC2;
}
</style>
border-color css
<style>
span { border-color: #D44EC2; }
span { border-color: rgb(212,78,194); }
td.TdClassName
{
border-color: #D44EC2;
}
.TagClassName
{
border-color: #D44EC2;
}
</style>