Shades of Fuchsia #D432C6
Tints of Fuchsia #D432C6
RGB
CMYK
RGB Variations
Color information
#D432C6 (or 0xD432C6) is known color: Fuchsia. HEX triplet: D4, 32 and C6. RGB value is (212,50,198). Sum of RGB (Red+Green+Blue) = 212+50+198=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D432C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432C6 is #2BCD39. Grayscale: #727272. Windows color (decimal): -2870586 or 12989140. OLE color: 12989140.
HSL color Cylindrical-coordinate representation of color #D432C6: hue angle of 305.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D432C6 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 198 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.17 |
| HSL | 305.19º | 0.65% | 0.51% | - |
| HSV(B) | 305.19º | 0.76% | 0.83% | - |
| XYZ | 38.49 | 20.36 | 55.33 | - |
| YUV | 115.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 198 | 0 | 0.76 | 0.07 | 0.17 | 305.19 | 0.65 | 0.51 |
| Hex | D4 | 32 | C6 | 0 | 4C | 7 | 11 | 131 | 41 | 33 |
| Octal | 324 | 62 | 306 | 0 | 114 | 7 | 21 | 461 | 101 | 63 |
| Binary | 11010100 | 110010 | 11000110 | 0 | 1001100 | 111 | 10001 | 100110001 | 1000001 | 110011 |
Color Harmonies of #D432C6
Complementary color
Monochromatic Colors of #D432C6
Black with #D432C6
Text Example
Text Example
White with #D432C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432C6; }
p { color: rgb(212,50,198); }
H1.HeaderClassName
{
color: #D432C6;
}
.AnyTagClassName
{
color: #D432C6;
}
</style>
background-color css
<style>
a { background-color: #D432C6; }
a { background-color: rgb(212,50,198); }
div.DivClassName
{
background-color: #D432C6;
}
.BgClassName
{
background-color: #D432C6;
}
</style>
border-color css
<style>
span { border-color: #D432C6; }
span { border-color: rgb(212,50,198); }
td.TdClassName
{
border-color: #D432C6;
}
.TagClassName
{
border-color: #D432C6;
}
</style>