Shades of Fuchsia #D42ED4
Tints of Fuchsia #D42ED4
RGB
CMYK
RGB Variations
Color information
#D42ED4 (or 0xD42ED4) is known color: Fuchsia. HEX triplet: D4, 2E and D4. RGB value is (212,46,212). Sum of RGB (Red+Green+Blue) = 212+46+212=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D42ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ED4 is #2BD12B. Grayscale: #727272. Windows color (decimal): -2871596 or 13905620. OLE color: 13905620.
HSL color Cylindrical-coordinate representation of color #D42ED4: hue angle of 300º 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 #D42ED4 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 212 | - |
| CMYK | 0 | 0.78 | 0 | 0.17 |
| HSL | 300º | 0.66% | 0.51% | - |
| HSV(B) | 300º | 0.78% | 0.83% | - |
| XYZ | 40.01 | 20.7 | 64.17 | - |
| YUV | 114.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 212 | 0 | 0.78 | 0 | 0.17 | 300 | 0.66 | 0.51 |
| Hex | D4 | 2E | D4 | 0 | 4E | 0 | 11 | 12C | 42 | 33 |
| Octal | 324 | 56 | 324 | 0 | 116 | 0 | 21 | 454 | 102 | 63 |
| Binary | 11010100 | 101110 | 11010100 | 0 | 1001110 | 0 | 10001 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D42ED4
Complementary color
Monochromatic Colors of #D42ED4
Black with #D42ED4
Text Example
Text Example
White with #D42ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ED4; }
p { color: rgb(212,46,212); }
H1.HeaderClassName
{
color: #D42ED4;
}
.AnyTagClassName
{
color: #D42ED4;
}
</style>
background-color css
<style>
a { background-color: #D42ED4; }
a { background-color: rgb(212,46,212); }
div.DivClassName
{
background-color: #D42ED4;
}
.BgClassName
{
background-color: #D42ED4;
}
</style>
border-color css
<style>
span { border-color: #D42ED4; }
span { border-color: rgb(212,46,212); }
td.TdClassName
{
border-color: #D42ED4;
}
.TagClassName
{
border-color: #D42ED4;
}
</style>