Shades of Fuchsia #D44FBA
Tints of Fuchsia #D44FBA
RGB
CMYK
RGB Variations
Color information
#D44FBA (or 0xD44FBA) is known color: Fuchsia. HEX triplet: D4, 4F and BA. RGB value is (212,79,186). Sum of RGB (Red+Green+Blue) = 212+79+186=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FBA is #2BB045. Grayscale: #828282. Windows color (decimal): -2863174 or 12210132. OLE color: 12210132.
HSL color Cylindrical-coordinate representation of color #D44FBA: hue angle of 311.73º 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 #D44FBA is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 186 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.17 |
| HSL | 311.73º | 0.61% | 0.57% | - |
| HSV(B) | 311.73º | 0.63% | 0.83% | - |
| XYZ | 38.81 | 23.13 | 48.87 | - |
| YUV | 130.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 186 | 0 | 0.63 | 0.12 | 0.17 | 311.73 | 0.61 | 0.57 |
| Hex | D4 | 4F | BA | 0 | 3F | C | 11 | 138 | 3D | 39 |
| Octal | 324 | 117 | 272 | 0 | 77 | 14 | 21 | 470 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10111010 | 0 | 111111 | 1100 | 10001 | 100111000 | 111101 | 111001 |
Color Harmonies of #D44FBA
Complementary color
Monochromatic Colors of #D44FBA
Black with #D44FBA
Text Example
Text Example
White with #D44FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44FBA; }
p { color: rgb(212,79,186); }
H1.HeaderClassName
{
color: #D44FBA;
}
.AnyTagClassName
{
color: #D44FBA;
}
</style>
background-color css
<style>
a { background-color: #D44FBA; }
a { background-color: rgb(212,79,186); }
div.DivClassName
{
background-color: #D44FBA;
}
.BgClassName
{
background-color: #D44FBA;
}
</style>
border-color css
<style>
span { border-color: #D44FBA; }
span { border-color: rgb(212,79,186); }
td.TdClassName
{
border-color: #D44FBA;
}
.TagClassName
{
border-color: #D44FBA;
}
</style>