Shades of Fuchsia #D44EBA
Tints of Fuchsia #D44EBA
RGB
CMYK
RGB Variations
Color information
#D44EBA (or 0xD44EBA) is known color: Fuchsia. HEX triplet: D4, 4E and BA. RGB value is (212,78,186). Sum of RGB (Red+Green+Blue) = 212+78+186=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EBA is #2BB145. Grayscale: #828282. Windows color (decimal): -2863430 or 12209876. OLE color: 12209876.
HSL color Cylindrical-coordinate representation of color #D44EBA: hue angle of 311.64º 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 #D44EBA is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 186 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.17 |
| HSL | 311.64º | 0.61% | 0.57% | - |
| HSV(B) | 311.64º | 0.63% | 0.83% | - |
| XYZ | 38.74 | 22.99 | 48.85 | - |
| YUV | 130.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 186 | 0 | 0.63 | 0.12 | 0.17 | 311.64 | 0.61 | 0.57 |
| Hex | D4 | 4E | BA | 0 | 3F | C | 11 | 138 | 3D | 39 |
| Octal | 324 | 116 | 272 | 0 | 77 | 14 | 21 | 470 | 75 | 71 |
| Binary | 11010100 | 1001110 | 10111010 | 0 | 111111 | 1100 | 10001 | 100111000 | 111101 | 111001 |
Color Harmonies of #D44EBA
Complementary color
Monochromatic Colors of #D44EBA
Black with #D44EBA
Text Example
Text Example
White with #D44EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44EBA; }
p { color: rgb(212,78,186); }
H1.HeaderClassName
{
color: #D44EBA;
}
.AnyTagClassName
{
color: #D44EBA;
}
</style>
background-color css
<style>
a { background-color: #D44EBA; }
a { background-color: rgb(212,78,186); }
div.DivClassName
{
background-color: #D44EBA;
}
.BgClassName
{
background-color: #D44EBA;
}
</style>
border-color css
<style>
span { border-color: #D44EBA; }
span { border-color: rgb(212,78,186); }
td.TdClassName
{
border-color: #D44EBA;
}
.TagClassName
{
border-color: #D44EBA;
}
</style>