Shades of Fuchsia #D44DBB
Tints of Fuchsia #D44DBB
RGB
CMYK
RGB Variations
Color information
#D44DBB (or 0xD44DBB) is known color: Fuchsia. HEX triplet: D4, 4D and BB. RGB value is (212,77,187). Sum of RGB (Red+Green+Blue) = 212+77+187=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DBB is #2BB244. Grayscale: #818181. Windows color (decimal): -2863685 or 12275156. OLE color: 12275156.
HSL color Cylindrical-coordinate representation of color #D44DBB: hue angle of 311.11º 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 #D44DBB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 187 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.17 |
| HSL | 311.11º | 0.61% | 0.57% | - |
| HSV(B) | 311.11º | 0.64% | 0.83% | - |
| XYZ | 38.77 | 22.89 | 49.39 | - |
| YUV | 129.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 187 | 0 | 0.64 | 0.12 | 0.17 | 311.11 | 0.61 | 0.57 |
| Hex | D4 | 4D | BB | 0 | 40 | C | 11 | 137 | 3D | 39 |
| Octal | 324 | 115 | 273 | 0 | 100 | 14 | 21 | 467 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10111011 | 0 | 1000000 | 1100 | 10001 | 100110111 | 111101 | 111001 |
Color Harmonies of #D44DBB
Complementary color
Monochromatic Colors of #D44DBB
Black with #D44DBB
Text Example
Text Example
White with #D44DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DBB; }
p { color: rgb(212,77,187); }
H1.HeaderClassName
{
color: #D44DBB;
}
.AnyTagClassName
{
color: #D44DBB;
}
</style>
background-color css
<style>
a { background-color: #D44DBB; }
a { background-color: rgb(212,77,187); }
div.DivClassName
{
background-color: #D44DBB;
}
.BgClassName
{
background-color: #D44DBB;
}
</style>
border-color css
<style>
span { border-color: #D44DBB; }
span { border-color: rgb(212,77,187); }
td.TdClassName
{
border-color: #D44DBB;
}
.TagClassName
{
border-color: #D44DBB;
}
</style>