Shades of Fuchsia #D42DCF
Tints of Fuchsia #D42DCF
RGB
CMYK
RGB Variations
Color information
#D42DCF (or 0xD42DCF) is known color: Fuchsia. HEX triplet: D4, 2D and CF. RGB value is (212,45,207). Sum of RGB (Red+Green+Blue) = 212+45+207=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DCF is #2BD230. Grayscale: #707070. Windows color (decimal): -2871857 or 13577684. OLE color: 13577684.
HSL color Cylindrical-coordinate representation of color #D42DCF: hue angle of 301.8º 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 #D42DCF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 207 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.17 |
| HSL | 301.8º | 0.66% | 0.5% | - |
| HSV(B) | 301.8º | 0.79% | 0.83% | - |
| XYZ | 39.35 | 20.38 | 60.89 | - |
| YUV | 113.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 207 | 0 | 0.79 | 0.02 | 0.17 | 301.8 | 0.66 | 0.5 |
| Hex | D4 | 2D | CF | 0 | 4F | 2 | 11 | 12E | 42 | 32 |
| Octal | 324 | 55 | 317 | 0 | 117 | 2 | 21 | 456 | 102 | 62 |
| Binary | 11010100 | 101101 | 11001111 | 0 | 1001111 | 10 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D42DCF
Complementary color
Monochromatic Colors of #D42DCF
Black with #D42DCF
Text Example
Text Example
White with #D42DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DCF; }
p { color: rgb(212,45,207); }
H1.HeaderClassName
{
color: #D42DCF;
}
.AnyTagClassName
{
color: #D42DCF;
}
</style>
background-color css
<style>
a { background-color: #D42DCF; }
a { background-color: rgb(212,45,207); }
div.DivClassName
{
background-color: #D42DCF;
}
.BgClassName
{
background-color: #D42DCF;
}
</style>
border-color css
<style>
span { border-color: #D42DCF; }
span { border-color: rgb(212,45,207); }
td.TdClassName
{
border-color: #D42DCF;
}
.TagClassName
{
border-color: #D42DCF;
}
</style>