Shades of Fuchsia #D44FC6
Tints of Fuchsia #D44FC6
RGB
CMYK
RGB Variations
Color information
#D44FC6 (or 0xD44FC6) is known color: Fuchsia. HEX triplet: D4, 4F and C6. RGB value is (212,79,198). Sum of RGB (Red+Green+Blue) = 212+79+198=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FC6 is #2BB039. Grayscale: #838383. Windows color (decimal): -2863162 or 12996564. OLE color: 12996564.
HSL color Cylindrical-coordinate representation of color #D44FC6: hue angle of 306.32º 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 #D44FC6 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 198 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.17 |
| HSL | 306.32º | 0.61% | 0.57% | - |
| HSV(B) | 306.32º | 0.63% | 0.83% | - |
| XYZ | 40.14 | 23.67 | 55.88 | - |
| YUV | 132.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 198 | 0 | 0.63 | 0.07 | 0.17 | 306.32 | 0.61 | 0.57 |
| Hex | D4 | 4F | C6 | 0 | 3F | 7 | 11 | 132 | 3D | 39 |
| Octal | 324 | 117 | 306 | 0 | 77 | 7 | 21 | 462 | 75 | 71 |
| Binary | 11010100 | 1001111 | 11000110 | 0 | 111111 | 111 | 10001 | 100110010 | 111101 | 111001 |
Color Harmonies of #D44FC6
Complementary color
Monochromatic Colors of #D44FC6
Black with #D44FC6
Text Example
Text Example
White with #D44FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FC6; }
p { color: rgb(212,79,198); }
H1.HeaderClassName
{
color: #D44FC6;
}
.AnyTagClassName
{
color: #D44FC6;
}
</style>
background-color css
<style>
a { background-color: #D44FC6; }
a { background-color: rgb(212,79,198); }
div.DivClassName
{
background-color: #D44FC6;
}
.BgClassName
{
background-color: #D44FC6;
}
</style>
border-color css
<style>
span { border-color: #D44FC6; }
span { border-color: rgb(212,79,198); }
td.TdClassName
{
border-color: #D44FC6;
}
.TagClassName
{
border-color: #D44FC6;
}
</style>