Shades of Fuchsia #D431CD
Tints of Fuchsia #D431CD
RGB
CMYK
RGB Variations
Color information
#D431CD (or 0xD431CD) is known color: Fuchsia. HEX triplet: D4, 31 and CD. RGB value is (212,49,205). Sum of RGB (Red+Green+Blue) = 212+49+205=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D431CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431CD is #2BCE32. Grayscale: #737373. Windows color (decimal): -2870835 or 13447636. OLE color: 13447636.
HSL color Cylindrical-coordinate representation of color #D431CD: hue angle of 302.58º 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 #D431CD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 205 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.17 |
| HSL | 302.58º | 0.65% | 0.51% | - |
| HSV(B) | 302.58º | 0.77% | 0.83% | - |
| XYZ | 39.27 | 20.6 | 59.66 | - |
| YUV | 115.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 205 | 0 | 0.77 | 0.03 | 0.17 | 302.58 | 0.65 | 0.51 |
| Hex | D4 | 31 | CD | 0 | 4D | 3 | 11 | 12F | 41 | 33 |
| Octal | 324 | 61 | 315 | 0 | 115 | 3 | 21 | 457 | 101 | 63 |
| Binary | 11010100 | 110001 | 11001101 | 0 | 1001101 | 11 | 10001 | 100101111 | 1000001 | 110011 |
Color Harmonies of #D431CD
Complementary color
Monochromatic Colors of #D431CD
Black with #D431CD
Text Example
Text Example
White with #D431CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431CD; }
p { color: rgb(212,49,205); }
H1.HeaderClassName
{
color: #D431CD;
}
.AnyTagClassName
{
color: #D431CD;
}
</style>
background-color css
<style>
a { background-color: #D431CD; }
a { background-color: rgb(212,49,205); }
div.DivClassName
{
background-color: #D431CD;
}
.BgClassName
{
background-color: #D431CD;
}
</style>
border-color css
<style>
span { border-color: #D431CD; }
span { border-color: rgb(212,49,205); }
td.TdClassName
{
border-color: #D431CD;
}
.TagClassName
{
border-color: #D431CD;
}
</style>