Shades of Fuchsia #D431B2
Tints of Fuchsia #D431B2
RGB
CMYK
RGB Variations
Color information
#D431B2 (or 0xD431B2) is known color: Fuchsia. HEX triplet: D4, 31 and B2. RGB value is (212,49,178). Sum of RGB (Red+Green+Blue) = 212+49+178=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D431B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D431B2 is #2BCE4D. Grayscale: #707070. Windows color (decimal): -2870862 or 11678164. OLE color: 11678164.
HSL color Cylindrical-coordinate representation of color #D431B2: hue angle of 312.52º 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 #D431B2 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 178 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.17 |
| HSL | 312.52º | 0.65% | 0.51% | - |
| HSV(B) | 312.52º | 0.77% | 0.83% | - |
| XYZ | 36.29 | 19.41 | 43.95 | - |
| YUV | 112.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 178 | 0 | 0.77 | 0.16 | 0.17 | 312.52 | 0.65 | 0.51 |
| Hex | D4 | 31 | B2 | 0 | 4D | 10 | 11 | 139 | 41 | 33 |
| Octal | 324 | 61 | 262 | 0 | 115 | 20 | 21 | 471 | 101 | 63 |
| Binary | 11010100 | 110001 | 10110010 | 0 | 1001101 | 10000 | 10001 | 100111001 | 1000001 | 110011 |
Color Harmonies of #D431B2
Complementary color
Monochromatic Colors of #D431B2
Black with #D431B2
Text Example
Text Example
White with #D431B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431B2; }
p { color: rgb(212,49,178); }
H1.HeaderClassName
{
color: #D431B2;
}
.AnyTagClassName
{
color: #D431B2;
}
</style>
background-color css
<style>
a { background-color: #D431B2; }
a { background-color: rgb(212,49,178); }
div.DivClassName
{
background-color: #D431B2;
}
.BgClassName
{
background-color: #D431B2;
}
</style>
border-color css
<style>
span { border-color: #D431B2; }
span { border-color: rgb(212,49,178); }
td.TdClassName
{
border-color: #D431B2;
}
.TagClassName
{
border-color: #D431B2;
}
</style>