Shades of Fuchsia #D42ED5
Tints of Fuchsia #D42ED5
RGB
CMYK
RGB Variations
Color information
#D42ED5 (or 0xD42ED5) is known color: Fuchsia. HEX triplet: D4, 2E and D5. RGB value is (212,46,213). Sum of RGB (Red+Green+Blue) = 212+46+213=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #D42ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ED5 is #2BD12A. Grayscale: #727272. Windows color (decimal): -2871595 or 13971156. OLE color: 13971156.
HSL color Cylindrical-coordinate representation of color #D42ED5: hue angle of 299.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42ED5 is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 46 | 213 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.16 |
| HSL | 299.64º | 0.67% | 0.51% | - |
| HSV(B) | 299.64º | 0.78% | 0.84% | - |
| XYZ | 40.14 | 20.76 | 64.84 | - |
| YUV | 114.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 213 | 0.00 | 0.78 | 0 | 0.16 | 299.64 | 0.67 | 0.51 |
| Hex | D4 | 2E | D5 | 0 | 4E | 0 | 10 | 12C | 43 | 33 |
| Octal | 324 | 56 | 325 | 0 | 116 | 0 | 20 | 454 | 103 | 63 |
| Binary | 11010100 | 101110 | 11010101 | 0 | 1001110 | 0 | 10000 | 100101100 | 1000011 | 110011 |
Color Harmonies of #D42ED5
Complementary color
Monochromatic Colors of #D42ED5
Black with #D42ED5
Text Example
Text Example
White with #D42ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ED5; }
p { color: rgb(212,46,213); }
H1.HeaderClassName
{
color: #D42ED5;
}
.AnyTagClassName
{
color: #D42ED5;
}
</style>
background-color css
<style>
a { background-color: #D42ED5; }
a { background-color: rgb(212,46,213); }
div.DivClassName
{
background-color: #D42ED5;
}
.BgClassName
{
background-color: #D42ED5;
}
</style>
border-color css
<style>
span { border-color: #D42ED5; }
span { border-color: rgb(212,46,213); }
td.TdClassName
{
border-color: #D42ED5;
}
.TagClassName
{
border-color: #D42ED5;
}
</style>