Shades of Fuchsia #D42ECD
Tints of Fuchsia #D42ECD
RGB
CMYK
RGB Variations
Color information
#D42ECD (or 0xD42ECD) is known color: Fuchsia. HEX triplet: D4, 2E and CD. RGB value is (212,46,205). Sum of RGB (Red+Green+Blue) = 212+46+205=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ECD is #2BD132. Grayscale: #717171. Windows color (decimal): -2871603 or 13446868. OLE color: 13446868.
HSL color Cylindrical-coordinate representation of color #D42ECD: hue angle of 302.53º 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 #D42ECD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 205 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.17 |
| HSL | 302.53º | 0.66% | 0.51% | - |
| HSV(B) | 302.53º | 0.78% | 0.83% | - |
| XYZ | 39.15 | 20.36 | 59.62 | - |
| YUV | 113.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 205 | 0 | 0.78 | 0.03 | 0.17 | 302.53 | 0.66 | 0.51 |
| Hex | D4 | 2E | CD | 0 | 4E | 3 | 11 | 12F | 42 | 33 |
| Octal | 324 | 56 | 315 | 0 | 116 | 3 | 21 | 457 | 102 | 63 |
| Binary | 11010100 | 101110 | 11001101 | 0 | 1001110 | 11 | 10001 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D42ECD
Complementary color
Monochromatic Colors of #D42ECD
Black with #D42ECD
Text Example
Text Example
White with #D42ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ECD; }
p { color: rgb(212,46,205); }
H1.HeaderClassName
{
color: #D42ECD;
}
.AnyTagClassName
{
color: #D42ECD;
}
</style>
background-color css
<style>
a { background-color: #D42ECD; }
a { background-color: rgb(212,46,205); }
div.DivClassName
{
background-color: #D42ECD;
}
.BgClassName
{
background-color: #D42ECD;
}
</style>
border-color css
<style>
span { border-color: #D42ECD; }
span { border-color: rgb(212,46,205); }
td.TdClassName
{
border-color: #D42ECD;
}
.TagClassName
{
border-color: #D42ECD;
}
</style>