Shades of Fuchsia #D42ECA
Tints of Fuchsia #D42ECA
RGB
CMYK
RGB Variations
Color information
#D42ECA (or 0xD42ECA) is known color: Fuchsia. HEX triplet: D4, 2E and CA. RGB value is (212,46,202). Sum of RGB (Red+Green+Blue) = 212+46+202=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ECA is #2BD135. Grayscale: #707070. Windows color (decimal): -2871606 or 13250260. OLE color: 13250260.
HSL color Cylindrical-coordinate representation of color #D42ECA: hue angle of 303.61º 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 #D42ECA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 202 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.17 |
| HSL | 303.61º | 0.66% | 0.51% | - |
| HSV(B) | 303.61º | 0.78% | 0.83% | - |
| XYZ | 38.79 | 20.22 | 57.73 | - |
| YUV | 113.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 202 | 0 | 0.78 | 0.05 | 0.17 | 303.61 | 0.66 | 0.51 |
| Hex | D4 | 2E | CA | 0 | 4E | 5 | 11 | 130 | 42 | 33 |
| Octal | 324 | 56 | 312 | 0 | 116 | 5 | 21 | 460 | 102 | 63 |
| Binary | 11010100 | 101110 | 11001010 | 0 | 1001110 | 101 | 10001 | 100110000 | 1000010 | 110011 |
Color Harmonies of #D42ECA
Complementary color
Monochromatic Colors of #D42ECA
Black with #D42ECA
Text Example
Text Example
White with #D42ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42ECA; }
p { color: rgb(212,46,202); }
H1.HeaderClassName
{
color: #D42ECA;
}
.AnyTagClassName
{
color: #D42ECA;
}
</style>
background-color css
<style>
a { background-color: #D42ECA; }
a { background-color: rgb(212,46,202); }
div.DivClassName
{
background-color: #D42ECA;
}
.BgClassName
{
background-color: #D42ECA;
}
</style>
border-color css
<style>
span { border-color: #D42ECA; }
span { border-color: rgb(212,46,202); }
td.TdClassName
{
border-color: #D42ECA;
}
.TagClassName
{
border-color: #D42ECA;
}
</style>