Shades of Fuchsia #D032C6
Tints of Fuchsia #D032C6
RGB
CMYK
RGB Variations
Color information
#D032C6 (or 0xD032C6) is known color: Fuchsia. HEX triplet: D0, 32 and C6. RGB value is (208,50,198). Sum of RGB (Red+Green+Blue) = 208+50+198=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D032C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032C6 is #2FCD39. Grayscale: #717171. Windows color (decimal): -3132730 or 12989136. OLE color: 12989136.
HSL color Cylindrical-coordinate representation of color #D032C6: hue angle of 303.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032C6 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 198 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.18 |
| HSL | 303.8º | 0.63% | 0.51% | - |
| HSV(B) | 303.8º | 0.76% | 0.82% | - |
| XYZ | 37.35 | 19.77 | 55.27 | - |
| YUV | 114.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 198 | 0 | 0.76 | 0.05 | 0.18 | 303.8 | 0.63 | 0.51 |
| Hex | D0 | 32 | C6 | 0 | 4C | 5 | 12 | 130 | 3F | 33 |
| Octal | 320 | 62 | 306 | 0 | 114 | 5 | 22 | 460 | 77 | 63 |
| Binary | 11010000 | 110010 | 11000110 | 0 | 1001100 | 101 | 10010 | 100110000 | 111111 | 110011 |
Color Harmonies of #D032C6
Complementary color
Monochromatic Colors of #D032C6
Black with #D032C6
Text Example
Text Example
White with #D032C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032C6; }
p { color: rgb(208,50,198); }
H1.HeaderClassName
{
color: #D032C6;
}
.AnyTagClassName
{
color: #D032C6;
}
</style>
background-color css
<style>
a { background-color: #D032C6; }
a { background-color: rgb(208,50,198); }
div.DivClassName
{
background-color: #D032C6;
}
.BgClassName
{
background-color: #D032C6;
}
</style>
border-color css
<style>
span { border-color: #D032C6; }
span { border-color: rgb(208,50,198); }
td.TdClassName
{
border-color: #D032C6;
}
.TagClassName
{
border-color: #D032C6;
}
</style>