Shades of Fuchsia #D42ED3
Tints of Fuchsia #D42ED3
RGB
CMYK
RGB Variations
Color information
#D42ED3 (or 0xD42ED3) is known color: Fuchsia. HEX triplet: D4, 2E and D3. RGB value is (212,46,211). Sum of RGB (Red+Green+Blue) = 212+46+211=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ED3 is #2BD12C. Grayscale: #717171. Windows color (decimal): -2871597 or 13840084. OLE color: 13840084.
HSL color Cylindrical-coordinate representation of color #D42ED3: hue angle of 300.36º 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 #D42ED3 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 211 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.17 |
| HSL | 300.36º | 0.66% | 0.51% | - |
| HSV(B) | 300.36º | 0.78% | 0.83% | - |
| XYZ | 39.89 | 20.65 | 63.51 | - |
| YUV | 114.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 211 | 0 | 0.78 | 0.00 | 0.17 | 300.36 | 0.66 | 0.51 |
| Hex | D4 | 2E | D3 | 0 | 4E | 0 | 11 | 12C | 42 | 33 |
| Octal | 324 | 56 | 323 | 0 | 116 | 0 | 21 | 454 | 102 | 63 |
| Binary | 11010100 | 101110 | 11010011 | 0 | 1001110 | 0 | 10001 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D42ED3
Complementary color
Monochromatic Colors of #D42ED3
Black with #D42ED3
Text Example
Text Example
White with #D42ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ED3; }
p { color: rgb(212,46,211); }
H1.HeaderClassName
{
color: #D42ED3;
}
.AnyTagClassName
{
color: #D42ED3;
}
</style>
background-color css
<style>
a { background-color: #D42ED3; }
a { background-color: rgb(212,46,211); }
div.DivClassName
{
background-color: #D42ED3;
}
.BgClassName
{
background-color: #D42ED3;
}
</style>
border-color css
<style>
span { border-color: #D42ED3; }
span { border-color: rgb(212,46,211); }
td.TdClassName
{
border-color: #D42ED3;
}
.TagClassName
{
border-color: #D42ED3;
}
</style>