Shades of Fuchsia #D44DB1
Tints of Fuchsia #D44DB1
RGB
CMYK
RGB Variations
Color information
#D44DB1 (or 0xD44DB1) is known color: Fuchsia. HEX triplet: D4, 4D and B1. RGB value is (212,77,177). Sum of RGB (Red+Green+Blue) = 212+77+177=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44DB1 is #2BB24E. Grayscale: #808080. Windows color (decimal): -2863695 or 11619796. OLE color: 11619796.
HSL color Cylindrical-coordinate representation of color #D44DB1: hue angle of 315.56º 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 #D44DB1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 177 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.17 |
| HSL | 315.56º | 0.61% | 0.57% | - |
| HSV(B) | 315.56º | 0.64% | 0.83% | - |
| XYZ | 37.74 | 22.48 | 43.94 | - |
| YUV | 128.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 177 | 0 | 0.64 | 0.17 | 0.17 | 315.56 | 0.61 | 0.57 |
| Hex | D4 | 4D | B1 | 0 | 40 | 11 | 11 | 13C | 3D | 39 |
| Octal | 324 | 115 | 261 | 0 | 100 | 21 | 21 | 474 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10110001 | 0 | 1000000 | 10001 | 10001 | 100111100 | 111101 | 111001 |
Color Harmonies of #D44DB1
Complementary color
Monochromatic Colors of #D44DB1
Black with #D44DB1
Text Example
Text Example
White with #D44DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DB1; }
p { color: rgb(212,77,177); }
H1.HeaderClassName
{
color: #D44DB1;
}
.AnyTagClassName
{
color: #D44DB1;
}
</style>
background-color css
<style>
a { background-color: #D44DB1; }
a { background-color: rgb(212,77,177); }
div.DivClassName
{
background-color: #D44DB1;
}
.BgClassName
{
background-color: #D44DB1;
}
</style>
border-color css
<style>
span { border-color: #D44DB1; }
span { border-color: rgb(212,77,177); }
td.TdClassName
{
border-color: #D44DB1;
}
.TagClassName
{
border-color: #D44DB1;
}
</style>