Shades of Fuchsia #D42EBA
Tints of Fuchsia #D42EBA
RGB
CMYK
RGB Variations
Color information
#D42EBA (or 0xD42EBA) is known color: Fuchsia. HEX triplet: D4, 2E and BA. RGB value is (212,46,186). Sum of RGB (Red+Green+Blue) = 212+46+186=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D42EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EBA is #2BD145. Grayscale: #6F6F6F. Windows color (decimal): -2871622 or 12201684. OLE color: 12201684.
HSL color Cylindrical-coordinate representation of color #D42EBA: hue angle of 309.4º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42EBA is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.17 |
| HSL | 309.4º | 0.66% | 0.51% | - |
| HSV(B) | 309.4º | 0.78% | 0.83% | - |
| XYZ | 36.99 | 19.5 | 48.27 | - |
| YUV | 111.59 | 170 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 186 | 0 | 0.78 | 0.12 | 0.17 | 309.4 | 0.66 | 0.51 |
| Hex | D4 | 2E | BA | 0 | 4E | C | 11 | 135 | 42 | 33 |
| Octal | 324 | 56 | 272 | 0 | 116 | 14 | 21 | 465 | 102 | 63 |
| Binary | 11010100 | 101110 | 10111010 | 0 | 1001110 | 1100 | 10001 | 100110101 | 1000010 | 110011 |
Color Harmonies of #D42EBA
Complementary color
Monochromatic Colors of #D42EBA
Black with #D42EBA
Text Example
Text Example
White with #D42EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EBA; }
p { color: rgb(212,46,186); }
H1.HeaderClassName
{
color: #D42EBA;
}
.AnyTagClassName
{
color: #D42EBA;
}
</style>
background-color css
<style>
a { background-color: #D42EBA; }
a { background-color: rgb(212,46,186); }
div.DivClassName
{
background-color: #D42EBA;
}
.BgClassName
{
background-color: #D42EBA;
}
</style>
border-color css
<style>
span { border-color: #D42EBA; }
span { border-color: rgb(212,46,186); }
td.TdClassName
{
border-color: #D42EBA;
}
.TagClassName
{
border-color: #D42EBA;
}
</style>