Shades of Fuchsia #D42DCD
Tints of Fuchsia #D42DCD
RGB
CMYK
RGB Variations
Color information
#D42DCD (or 0xD42DCD) is known color: Fuchsia. HEX triplet: D4, 2D and CD. RGB value is (212,45,205). Sum of RGB (Red+Green+Blue) = 212+45+205=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DCD is #2BD232. Grayscale: #707070. Windows color (decimal): -2871859 or 13446612. OLE color: 13446612.
HSL color Cylindrical-coordinate representation of color #D42DCD: hue angle of 302.51º 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 #D42DCD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 205 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.17 |
| HSL | 302.52º | 0.66% | 0.5% | - |
| HSV(B) | 302.52º | 0.79% | 0.83% | - |
| XYZ | 39.11 | 20.28 | 59.61 | - |
| YUV | 113.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 205 | 0 | 0.79 | 0.03 | 0.17 | 302.52 | 0.66 | 0.5 |
| Hex | D4 | 2D | CD | 0 | 4F | 3 | 11 | 12F | 42 | 32 |
| Octal | 324 | 55 | 315 | 0 | 117 | 3 | 21 | 457 | 102 | 62 |
| Binary | 11010100 | 101101 | 11001101 | 0 | 1001111 | 11 | 10001 | 100101111 | 1000010 | 110010 |
Color Harmonies of #D42DCD
Complementary color
Monochromatic Colors of #D42DCD
Black with #D42DCD
Text Example
Text Example
White with #D42DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DCD; }
p { color: rgb(212,45,205); }
H1.HeaderClassName
{
color: #D42DCD;
}
.AnyTagClassName
{
color: #D42DCD;
}
</style>
background-color css
<style>
a { background-color: #D42DCD; }
a { background-color: rgb(212,45,205); }
div.DivClassName
{
background-color: #D42DCD;
}
.BgClassName
{
background-color: #D42DCD;
}
</style>
border-color css
<style>
span { border-color: #D42DCD; }
span { border-color: rgb(212,45,205); }
td.TdClassName
{
border-color: #D42DCD;
}
.TagClassName
{
border-color: #D42DCD;
}
</style>