Shades of Fuchsia #D44DC9
Tints of Fuchsia #D44DC9
RGB
CMYK
RGB Variations
Color information
#D44DC9 (or 0xD44DC9) is known color: Fuchsia. HEX triplet: D4, 4D and C9. RGB value is (212,77,201). Sum of RGB (Red+Green+Blue) = 212+77+201=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DC9 is #2BB236. Grayscale: #838383. Windows color (decimal): -2863671 or 13192660. OLE color: 13192660.
HSL color Cylindrical-coordinate representation of color #D44DC9: hue angle of 304.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 201 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.17 |
| HSL | 304.89º | 0.61% | 0.57% | - |
| HSV(B) | 304.89º | 0.64% | 0.83% | - |
| XYZ | 40.35 | 23.52 | 57.67 | - |
| YUV | 131.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 201 | 0 | 0.64 | 0.05 | 0.17 | 304.89 | 0.61 | 0.57 |
| Hex | D4 | 4D | C9 | 0 | 40 | 5 | 11 | 131 | 3D | 39 |
| Octal | 324 | 115 | 311 | 0 | 100 | 5 | 21 | 461 | 75 | 71 |
| Binary | 11010100 | 1001101 | 11001001 | 0 | 1000000 | 101 | 10001 | 100110001 | 111101 | 111001 |
Color Harmonies of #D44DC9
Complementary color
Monochromatic Colors of #D44DC9
Black with #D44DC9
Text Example
Text Example
White with #D44DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DC9; }
p { color: rgb(212,77,201); }
H1.HeaderClassName
{
color: #D44DC9;
}
.AnyTagClassName
{
color: #D44DC9;
}
</style>
background-color css
<style>
a { background-color: #D44DC9; }
a { background-color: rgb(212,77,201); }
div.DivClassName
{
background-color: #D44DC9;
}
.BgClassName
{
background-color: #D44DC9;
}
</style>
border-color css
<style>
span { border-color: #D44DC9; }
span { border-color: rgb(212,77,201); }
td.TdClassName
{
border-color: #D44DC9;
}
.TagClassName
{
border-color: #D44DC9;
}
</style>