Shades of Fuchsia #D431CF
Tints of Fuchsia #D431CF
RGB
CMYK
RGB Variations
Color information
#D431CF (or 0xD431CF) is known color: Fuchsia. HEX triplet: D4, 31 and CF. RGB value is (212,49,207). Sum of RGB (Red+Green+Blue) = 212+49+207=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D431CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431CF is #2BCE30. Grayscale: #737373. Windows color (decimal): -2870833 or 13578708. OLE color: 13578708.
HSL color Cylindrical-coordinate representation of color #D431CF: hue angle of 301.84º 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 #D431CF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 207 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.17 |
| HSL | 301.84º | 0.65% | 0.51% | - |
| HSV(B) | 301.84º | 0.77% | 0.83% | - |
| XYZ | 39.51 | 20.7 | 60.94 | - |
| YUV | 115.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 207 | 0 | 0.77 | 0.02 | 0.17 | 301.84 | 0.65 | 0.51 |
| Hex | D4 | 31 | CF | 0 | 4D | 2 | 11 | 12E | 41 | 33 |
| Octal | 324 | 61 | 317 | 0 | 115 | 2 | 21 | 456 | 101 | 63 |
| Binary | 11010100 | 110001 | 11001111 | 0 | 1001101 | 10 | 10001 | 100101110 | 1000001 | 110011 |
Color Harmonies of #D431CF
Complementary color
Monochromatic Colors of #D431CF
Black with #D431CF
Text Example
Text Example
White with #D431CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431CF; }
p { color: rgb(212,49,207); }
H1.HeaderClassName
{
color: #D431CF;
}
.AnyTagClassName
{
color: #D431CF;
}
</style>
background-color css
<style>
a { background-color: #D431CF; }
a { background-color: rgb(212,49,207); }
div.DivClassName
{
background-color: #D431CF;
}
.BgClassName
{
background-color: #D431CF;
}
</style>
border-color css
<style>
span { border-color: #D431CF; }
span { border-color: rgb(212,49,207); }
td.TdClassName
{
border-color: #D431CF;
}
.TagClassName
{
border-color: #D431CF;
}
</style>