Shades of Fuchsia #D431B6
Tints of Fuchsia #D431B6
RGB
CMYK
RGB Variations
Color information
#D431B6 (or 0xD431B6) is known color: Fuchsia. HEX triplet: D4, 31 and B6. RGB value is (212,49,182). Sum of RGB (Red+Green+Blue) = 212+49+182=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D431B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431B6 is #2BCE49. Grayscale: #707070. Windows color (decimal): -2870858 or 11940308. OLE color: 11940308.
HSL color Cylindrical-coordinate representation of color #D431B6: hue angle of 311.04º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D431B6 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 182 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.17 |
| HSL | 311.04º | 0.65% | 0.51% | - |
| HSV(B) | 311.04º | 0.77% | 0.83% | - |
| XYZ | 36.69 | 19.57 | 46.1 | - |
| YUV | 112.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 182 | 0 | 0.77 | 0.14 | 0.17 | 311.04 | 0.65 | 0.51 |
| Hex | D4 | 31 | B6 | 0 | 4D | E | 11 | 137 | 41 | 33 |
| Octal | 324 | 61 | 266 | 0 | 115 | 16 | 21 | 467 | 101 | 63 |
| Binary | 11010100 | 110001 | 10110110 | 0 | 1001101 | 1110 | 10001 | 100110111 | 1000001 | 110011 |
Color Harmonies of #D431B6
Complementary color
Monochromatic Colors of #D431B6
Black with #D431B6
Text Example
Text Example
White with #D431B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431B6; }
p { color: rgb(212,49,182); }
H1.HeaderClassName
{
color: #D431B6;
}
.AnyTagClassName
{
color: #D431B6;
}
</style>
background-color css
<style>
a { background-color: #D431B6; }
a { background-color: rgb(212,49,182); }
div.DivClassName
{
background-color: #D431B6;
}
.BgClassName
{
background-color: #D431B6;
}
</style>
border-color css
<style>
span { border-color: #D431B6; }
span { border-color: rgb(212,49,182); }
td.TdClassName
{
border-color: #D431B6;
}
.TagClassName
{
border-color: #D431B6;
}
</style>