Shades of Fuchsia #D42DC2
Tints of Fuchsia #D42DC2
RGB
CMYK
RGB Variations
Color information
#D42DC2 (or 0xD42DC2) is known color: Fuchsia. HEX triplet: D4, 2D and C2. RGB value is (212,45,194). Sum of RGB (Red+Green+Blue) = 212+45+194=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DC2 is #2BD23D. Grayscale: #6F6F6F. Windows color (decimal): -2871870 or 12725716. OLE color: 12725716.
HSL color Cylindrical-coordinate representation of color #D42DC2: hue angle of 306.47º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DC2 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 194 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.17 |
| HSL | 306.47º | 0.66% | 0.5% | - |
| HSV(B) | 306.47º | 0.79% | 0.83% | - |
| XYZ | 37.83 | 19.77 | 52.86 | - |
| YUV | 111.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 194 | 0 | 0.79 | 0.08 | 0.17 | 306.47 | 0.66 | 0.5 |
| Hex | D4 | 2D | C2 | 0 | 4F | 8 | 11 | 132 | 42 | 32 |
| Octal | 324 | 55 | 302 | 0 | 117 | 10 | 21 | 462 | 102 | 62 |
| Binary | 11010100 | 101101 | 11000010 | 0 | 1001111 | 1000 | 10001 | 100110010 | 1000010 | 110010 |
Color Harmonies of #D42DC2
Complementary color
Monochromatic Colors of #D42DC2
Black with #D42DC2
Text Example
Text Example
White with #D42DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DC2; }
p { color: rgb(212,45,194); }
H1.HeaderClassName
{
color: #D42DC2;
}
.AnyTagClassName
{
color: #D42DC2;
}
</style>
background-color css
<style>
a { background-color: #D42DC2; }
a { background-color: rgb(212,45,194); }
div.DivClassName
{
background-color: #D42DC2;
}
.BgClassName
{
background-color: #D42DC2;
}
</style>
border-color css
<style>
span { border-color: #D42DC2; }
span { border-color: rgb(212,45,194); }
td.TdClassName
{
border-color: #D42DC2;
}
.TagClassName
{
border-color: #D42DC2;
}
</style>