Shades of Fuchsia #D42FD4
Tints of Fuchsia #D42FD4
RGB
CMYK
RGB Variations
Color information
#D42FD4 (or 0xD42FD4) is known color: Fuchsia. HEX triplet: D4, 2F and D4. RGB value is (212,47,212). Sum of RGB (Red+Green+Blue) = 212+47+212=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D42FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FD4 is #2BD02B. Grayscale: #727272. Windows color (decimal): -2871340 or 13905876. OLE color: 13905876.
HSL color Cylindrical-coordinate representation of color #D42FD4: hue angle of 300º 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 #D42FD4 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 212 | - |
| CMYK | 0 | 0.78 | 0 | 0.17 |
| HSL | 300º | 0.66% | 0.51% | - |
| HSV(B) | 300º | 0.78% | 0.83% | - |
| XYZ | 40.05 | 20.78 | 64.19 | - |
| YUV | 115.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 212 | 0 | 0.78 | 0 | 0.17 | 300 | 0.66 | 0.51 |
| Hex | D4 | 2F | D4 | 0 | 4E | 0 | 11 | 12C | 42 | 33 |
| Octal | 324 | 57 | 324 | 0 | 116 | 0 | 21 | 454 | 102 | 63 |
| Binary | 11010100 | 101111 | 11010100 | 0 | 1001110 | 0 | 10001 | 100101100 | 1000010 | 110011 |
Color Harmonies of #D42FD4
Complementary color
Monochromatic Colors of #D42FD4
Black with #D42FD4
Text Example
Text Example
White with #D42FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FD4; }
p { color: rgb(212,47,212); }
H1.HeaderClassName
{
color: #D42FD4;
}
.AnyTagClassName
{
color: #D42FD4;
}
</style>
background-color css
<style>
a { background-color: #D42FD4; }
a { background-color: rgb(212,47,212); }
div.DivClassName
{
background-color: #D42FD4;
}
.BgClassName
{
background-color: #D42FD4;
}
</style>
border-color css
<style>
span { border-color: #D42FD4; }
span { border-color: rgb(212,47,212); }
td.TdClassName
{
border-color: #D42FD4;
}
.TagClassName
{
border-color: #D42FD4;
}
</style>