Shades of Fuchsia #D44FC1
Tints of Fuchsia #D44FC1
RGB
CMYK
RGB Variations
Color information
#D44FC1 (or 0xD44FC1) is known color: Fuchsia. HEX triplet: D4, 4F and C1. RGB value is (212,79,193). Sum of RGB (Red+Green+Blue) = 212+79+193=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FC1 is #2BB03E. Grayscale: #838383. Windows color (decimal): -2863167 or 12668884. OLE color: 12668884.
HSL color Cylindrical-coordinate representation of color #D44FC1: hue angle of 308.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 #D44FC1 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 193 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.17 |
| HSL | 308.57º | 0.61% | 0.57% | - |
| HSV(B) | 308.57º | 0.63% | 0.83% | - |
| XYZ | 39.57 | 23.44 | 52.89 | - |
| YUV | 131.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 193 | 0 | 0.63 | 0.09 | 0.17 | 308.57 | 0.61 | 0.57 |
| Hex | D4 | 4F | C1 | 0 | 3F | 9 | 11 | 135 | 3D | 39 |
| Octal | 324 | 117 | 301 | 0 | 77 | 11 | 21 | 465 | 75 | 71 |
| Binary | 11010100 | 1001111 | 11000001 | 0 | 111111 | 1001 | 10001 | 100110101 | 111101 | 111001 |
Color Harmonies of #D44FC1
Complementary color
Monochromatic Colors of #D44FC1
Black with #D44FC1
Text Example
Text Example
White with #D44FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FC1; }
p { color: rgb(212,79,193); }
H1.HeaderClassName
{
color: #D44FC1;
}
.AnyTagClassName
{
color: #D44FC1;
}
</style>
background-color css
<style>
a { background-color: #D44FC1; }
a { background-color: rgb(212,79,193); }
div.DivClassName
{
background-color: #D44FC1;
}
.BgClassName
{
background-color: #D44FC1;
}
</style>
border-color css
<style>
span { border-color: #D44FC1; }
span { border-color: rgb(212,79,193); }
td.TdClassName
{
border-color: #D44FC1;
}
.TagClassName
{
border-color: #D44FC1;
}
</style>