Shades of Fuchsia #D42EB5
Tints of Fuchsia #D42EB5
RGB
CMYK
RGB Variations
Color information
#D42EB5 (or 0xD42EB5) is known color: Fuchsia. HEX triplet: D4, 2E and B5. RGB value is (212,46,181). Sum of RGB (Red+Green+Blue) = 212+46+181=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D42EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EB5 is #2BD14A. Grayscale: #6E6E6E. Windows color (decimal): -2871627 or 11874004. OLE color: 11874004.
HSL color Cylindrical-coordinate representation of color #D42EB5: hue angle of 311.2º 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 #D42EB5 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 181 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.17 |
| HSL | 311.2º | 0.66% | 0.51% | - |
| HSV(B) | 311.2º | 0.78% | 0.83% | - |
| XYZ | 36.47 | 19.29 | 45.52 | - |
| YUV | 111.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 181 | 0 | 0.78 | 0.15 | 0.17 | 311.2 | 0.66 | 0.51 |
| Hex | D4 | 2E | B5 | 0 | 4E | F | 11 | 137 | 42 | 33 |
| Octal | 324 | 56 | 265 | 0 | 116 | 17 | 21 | 467 | 102 | 63 |
| Binary | 11010100 | 101110 | 10110101 | 0 | 1001110 | 1111 | 10001 | 100110111 | 1000010 | 110011 |
Color Harmonies of #D42EB5
Complementary color
Monochromatic Colors of #D42EB5
Black with #D42EB5
Text Example
Text Example
White with #D42EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EB5; }
p { color: rgb(212,46,181); }
H1.HeaderClassName
{
color: #D42EB5;
}
.AnyTagClassName
{
color: #D42EB5;
}
</style>
background-color css
<style>
a { background-color: #D42EB5; }
a { background-color: rgb(212,46,181); }
div.DivClassName
{
background-color: #D42EB5;
}
.BgClassName
{
background-color: #D42EB5;
}
</style>
border-color css
<style>
span { border-color: #D42EB5; }
span { border-color: rgb(212,46,181); }
td.TdClassName
{
border-color: #D42EB5;
}
.TagClassName
{
border-color: #D42EB5;
}
</style>