Shades of Fuchsia #D42DCB
Tints of Fuchsia #D42DCB
RGB
CMYK
RGB Variations
Color information
#D42DCB (or 0xD42DCB) is known color: Fuchsia. HEX triplet: D4, 2D and CB. RGB value is (212,45,203). Sum of RGB (Red+Green+Blue) = 212+45+203=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DCB is #2BD234. Grayscale: #707070. Windows color (decimal): -2871861 or 13315540. OLE color: 13315540.
HSL color Cylindrical-coordinate representation of color #D42DCB: hue angle of 303.23º 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 #D42DCB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 203 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.17 |
| HSL | 303.23º | 0.66% | 0.5% | - |
| HSV(B) | 303.23º | 0.79% | 0.83% | - |
| XYZ | 38.87 | 20.19 | 58.35 | - |
| YUV | 112.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 203 | 0 | 0.79 | 0.04 | 0.17 | 303.23 | 0.66 | 0.5 |
| Hex | D4 | 2D | CB | 0 | 4F | 4 | 11 | 12F | 42 | 32 |
| Octal | 324 | 55 | 313 | 0 | 117 | 4 | 21 | 457 | 102 | 62 |
| Binary | 11010100 | 101101 | 11001011 | 0 | 1001111 | 100 | 10001 | 100101111 | 1000010 | 110010 |
Color Harmonies of #D42DCB
Complementary color
Monochromatic Colors of #D42DCB
Black with #D42DCB
Text Example
Text Example
White with #D42DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DCB; }
p { color: rgb(212,45,203); }
H1.HeaderClassName
{
color: #D42DCB;
}
.AnyTagClassName
{
color: #D42DCB;
}
</style>
background-color css
<style>
a { background-color: #D42DCB; }
a { background-color: rgb(212,45,203); }
div.DivClassName
{
background-color: #D42DCB;
}
.BgClassName
{
background-color: #D42DCB;
}
</style>
border-color css
<style>
span { border-color: #D42DCB; }
span { border-color: rgb(212,45,203); }
td.TdClassName
{
border-color: #D42DCB;
}
.TagClassName
{
border-color: #D42DCB;
}
</style>