Shades of Fuchsia #D44DB7
Tints of Fuchsia #D44DB7
RGB
CMYK
RGB Variations
Color information
#D44DB7 (or 0xD44DB7) is known color: Fuchsia. HEX triplet: D4, 4D and B7. RGB value is (212,77,183). Sum of RGB (Red+Green+Blue) = 212+77+183=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DB7 is #2BB248. Grayscale: #818181. Windows color (decimal): -2863689 or 12013012. OLE color: 12013012.
HSL color Cylindrical-coordinate representation of color #D44DB7: hue angle of 312.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 #D44DB7 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 183 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.17 |
| HSL | 312.89º | 0.61% | 0.57% | - |
| HSV(B) | 312.89º | 0.64% | 0.83% | - |
| XYZ | 38.35 | 22.72 | 47.16 | - |
| YUV | 129.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 183 | 0 | 0.64 | 0.14 | 0.17 | 312.89 | 0.61 | 0.57 |
| Hex | D4 | 4D | B7 | 0 | 40 | E | 11 | 139 | 3D | 39 |
| Octal | 324 | 115 | 267 | 0 | 100 | 16 | 21 | 471 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10110111 | 0 | 1000000 | 1110 | 10001 | 100111001 | 111101 | 111001 |
Color Harmonies of #D44DB7
Complementary color
Monochromatic Colors of #D44DB7
Black with #D44DB7
Text Example
Text Example
White with #D44DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DB7; }
p { color: rgb(212,77,183); }
H1.HeaderClassName
{
color: #D44DB7;
}
.AnyTagClassName
{
color: #D44DB7;
}
</style>
background-color css
<style>
a { background-color: #D44DB7; }
a { background-color: rgb(212,77,183); }
div.DivClassName
{
background-color: #D44DB7;
}
.BgClassName
{
background-color: #D44DB7;
}
</style>
border-color css
<style>
span { border-color: #D44DB7; }
span { border-color: rgb(212,77,183); }
td.TdClassName
{
border-color: #D44DB7;
}
.TagClassName
{
border-color: #D44DB7;
}
</style>