Shades of Fuchsia #D42DC5
Tints of Fuchsia #D42DC5
RGB
CMYK
RGB Variations
Color information
#D42DC5 (or 0xD42DC5) is known color: Fuchsia. HEX triplet: D4, 2D and C5. RGB value is (212,45,197). Sum of RGB (Red+Green+Blue) = 212+45+197=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DC5 is #2BD23A. Grayscale: #6F6F6F. Windows color (decimal): -2871867 or 12922324. OLE color: 12922324.
HSL color Cylindrical-coordinate representation of color #D42DC5: hue angle of 305.39º 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 #D42DC5 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 197 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.17 |
| HSL | 305.39º | 0.66% | 0.5% | - |
| HSV(B) | 305.39º | 0.79% | 0.83% | - |
| XYZ | 38.17 | 19.91 | 54.65 | - |
| YUV | 112.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 197 | 0 | 0.79 | 0.07 | 0.17 | 305.39 | 0.66 | 0.5 |
| Hex | D4 | 2D | C5 | 0 | 4F | 7 | 11 | 131 | 42 | 32 |
| Octal | 324 | 55 | 305 | 0 | 117 | 7 | 21 | 461 | 102 | 62 |
| Binary | 11010100 | 101101 | 11000101 | 0 | 1001111 | 111 | 10001 | 100110001 | 1000010 | 110010 |
Color Harmonies of #D42DC5
Complementary color
Monochromatic Colors of #D42DC5
Black with #D42DC5
Text Example
Text Example
White with #D42DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DC5; }
p { color: rgb(212,45,197); }
H1.HeaderClassName
{
color: #D42DC5;
}
.AnyTagClassName
{
color: #D42DC5;
}
</style>
background-color css
<style>
a { background-color: #D42DC5; }
a { background-color: rgb(212,45,197); }
div.DivClassName
{
background-color: #D42DC5;
}
.BgClassName
{
background-color: #D42DC5;
}
</style>
border-color css
<style>
span { border-color: #D42DC5; }
span { border-color: rgb(212,45,197); }
td.TdClassName
{
border-color: #D42DC5;
}
.TagClassName
{
border-color: #D42DC5;
}
</style>