Shades of Fuchsia #D44DB4
Tints of Fuchsia #D44DB4
RGB
CMYK
RGB Variations
Color information
#D44DB4 (or 0xD44DB4) is known color: Fuchsia. HEX triplet: D4, 4D and B4. RGB value is (212,77,180). Sum of RGB (Red+Green+Blue) = 212+77+180=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DB4 is #2BB24B. Grayscale: #808080. Windows color (decimal): -2863692 or 11816404. OLE color: 11816404.
HSL color Cylindrical-coordinate representation of color #D44DB4: hue angle of 314.22º 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 #D44DB4 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 180 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.17 |
| HSL | 314.22º | 0.61% | 0.57% | - |
| HSV(B) | 314.22º | 0.64% | 0.83% | - |
| XYZ | 38.04 | 22.6 | 45.54 | - |
| YUV | 129.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 180 | 0 | 0.64 | 0.15 | 0.17 | 314.22 | 0.61 | 0.57 |
| Hex | D4 | 4D | B4 | 0 | 40 | F | 11 | 13A | 3D | 39 |
| Octal | 324 | 115 | 264 | 0 | 100 | 17 | 21 | 472 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10110100 | 0 | 1000000 | 1111 | 10001 | 100111010 | 111101 | 111001 |
Color Harmonies of #D44DB4
Complementary color
Monochromatic Colors of #D44DB4
Black with #D44DB4
Text Example
Text Example
White with #D44DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DB4; }
p { color: rgb(212,77,180); }
H1.HeaderClassName
{
color: #D44DB4;
}
.AnyTagClassName
{
color: #D44DB4;
}
</style>
background-color css
<style>
a { background-color: #D44DB4; }
a { background-color: rgb(212,77,180); }
div.DivClassName
{
background-color: #D44DB4;
}
.BgClassName
{
background-color: #D44DB4;
}
</style>
border-color css
<style>
span { border-color: #D44DB4; }
span { border-color: rgb(212,77,180); }
td.TdClassName
{
border-color: #D44DB4;
}
.TagClassName
{
border-color: #D44DB4;
}
</style>