Shades of Fuchsia #D42EC9
Tints of Fuchsia #D42EC9
RGB
CMYK
RGB Variations
Color information
#D42EC9 (or 0xD42EC9) is known color: Fuchsia. HEX triplet: D4, 2E and C9. RGB value is (212,46,201). Sum of RGB (Red+Green+Blue) = 212+46+201=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D42EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EC9 is #2BD136. Grayscale: #707070. Windows color (decimal): -2871607 or 13184724. OLE color: 13184724.
HSL color Cylindrical-coordinate representation of color #D42EC9: hue angle of 303.98º 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 #D42EC9 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 201 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.17 |
| HSL | 303.98º | 0.66% | 0.51% | - |
| HSV(B) | 303.98º | 0.78% | 0.83% | - |
| XYZ | 38.67 | 20.17 | 57.11 | - |
| YUV | 113.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 201 | 0 | 0.78 | 0.05 | 0.17 | 303.98 | 0.66 | 0.51 |
| Hex | D4 | 2E | C9 | 0 | 4E | 5 | 11 | 130 | 42 | 33 |
| Octal | 324 | 56 | 311 | 0 | 116 | 5 | 21 | 460 | 102 | 63 |
| Binary | 11010100 | 101110 | 11001001 | 0 | 1001110 | 101 | 10001 | 100110000 | 1000010 | 110011 |
Color Harmonies of #D42EC9
Complementary color
Monochromatic Colors of #D42EC9
Black with #D42EC9
Text Example
Text Example
White with #D42EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EC9; }
p { color: rgb(212,46,201); }
H1.HeaderClassName
{
color: #D42EC9;
}
.AnyTagClassName
{
color: #D42EC9;
}
</style>
background-color css
<style>
a { background-color: #D42EC9; }
a { background-color: rgb(212,46,201); }
div.DivClassName
{
background-color: #D42EC9;
}
.BgClassName
{
background-color: #D42EC9;
}
</style>
border-color css
<style>
span { border-color: #D42EC9; }
span { border-color: rgb(212,46,201); }
td.TdClassName
{
border-color: #D42EC9;
}
.TagClassName
{
border-color: #D42EC9;
}
</style>