Shades of Fuchsia #D42DBF
Tints of Fuchsia #D42DBF
RGB
CMYK
RGB Variations
Color information
#D42DBF (or 0xD42DBF) is known color: Fuchsia. HEX triplet: D4, 2D and BF. RGB value is (212,45,191). Sum of RGB (Red+Green+Blue) = 212+45+191=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DBF is #2BD240. Grayscale: #6F6F6F. Windows color (decimal): -2871873 or 12529108. OLE color: 12529108.
HSL color Cylindrical-coordinate representation of color #D42DBF: hue angle of 307.54º 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 #D42DBF is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 191 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.17 |
| HSL | 307.54º | 0.66% | 0.5% | - |
| HSV(B) | 307.54º | 0.79% | 0.83% | - |
| XYZ | 37.49 | 19.64 | 51.1 | - |
| YUV | 111.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 191 | 0 | 0.79 | 0.10 | 0.17 | 307.54 | 0.66 | 0.5 |
| Hex | D4 | 2D | BF | 0 | 4F | A | 11 | 134 | 42 | 32 |
| Octal | 324 | 55 | 277 | 0 | 117 | 12 | 21 | 464 | 102 | 62 |
| Binary | 11010100 | 101101 | 10111111 | 0 | 1001111 | 1010 | 10001 | 100110100 | 1000010 | 110010 |
Color Harmonies of #D42DBF
Complementary color
Monochromatic Colors of #D42DBF
Black with #D42DBF
Text Example
Text Example
White with #D42DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DBF; }
p { color: rgb(212,45,191); }
H1.HeaderClassName
{
color: #D42DBF;
}
.AnyTagClassName
{
color: #D42DBF;
}
</style>
background-color css
<style>
a { background-color: #D42DBF; }
a { background-color: rgb(212,45,191); }
div.DivClassName
{
background-color: #D42DBF;
}
.BgClassName
{
background-color: #D42DBF;
}
</style>
border-color css
<style>
span { border-color: #D42DBF; }
span { border-color: rgb(212,45,191); }
td.TdClassName
{
border-color: #D42DBF;
}
.TagClassName
{
border-color: #D42DBF;
}
</style>