Shades of Fuchsia #D431CC
Tints of Fuchsia #D431CC
RGB
CMYK
RGB Variations
Color information
#D431CC (or 0xD431CC) is known color: Fuchsia. HEX triplet: D4, 31 and CC. RGB value is (212,49,204). Sum of RGB (Red+Green+Blue) = 212+49+204=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D431CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431CC is #2BCE33. Grayscale: #727272. Windows color (decimal): -2870836 or 13382100. OLE color: 13382100.
HSL color Cylindrical-coordinate representation of color #D431CC: hue angle of 302.94º 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 #D431CC is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 204 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.17 |
| HSL | 302.94º | 0.65% | 0.51% | - |
| HSV(B) | 302.94º | 0.77% | 0.83% | - |
| XYZ | 39.15 | 20.55 | 59.03 | - |
| YUV | 115.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 204 | 0 | 0.77 | 0.04 | 0.17 | 302.94 | 0.65 | 0.51 |
| Hex | D4 | 31 | CC | 0 | 4D | 4 | 11 | 12F | 41 | 33 |
| Octal | 324 | 61 | 314 | 0 | 115 | 4 | 21 | 457 | 101 | 63 |
| Binary | 11010100 | 110001 | 11001100 | 0 | 1001101 | 100 | 10001 | 100101111 | 1000001 | 110011 |
Color Harmonies of #D431CC
Complementary color
Monochromatic Colors of #D431CC
Black with #D431CC
Text Example
Text Example
White with #D431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431CC; }
p { color: rgb(212,49,204); }
H1.HeaderClassName
{
color: #D431CC;
}
.AnyTagClassName
{
color: #D431CC;
}
</style>
background-color css
<style>
a { background-color: #D431CC; }
a { background-color: rgb(212,49,204); }
div.DivClassName
{
background-color: #D431CC;
}
.BgClassName
{
background-color: #D431CC;
}
</style>
border-color css
<style>
span { border-color: #D431CC; }
span { border-color: rgb(212,49,204); }
td.TdClassName
{
border-color: #D431CC;
}
.TagClassName
{
border-color: #D431CC;
}
</style>