Shades of Fuchsia #D032C1
Tints of Fuchsia #D032C1
RGB
CMYK
RGB Variations
Color information
#D032C1 (or 0xD032C1) is known color: Fuchsia. HEX triplet: D0, 32 and C1. RGB value is (208,50,193). Sum of RGB (Red+Green+Blue) = 208+50+193=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D032C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032C1 is #2FCD3E. Grayscale: #717171. Windows color (decimal): -3132735 or 12661456. OLE color: 12661456.
HSL color Cylindrical-coordinate representation of color #D032C1: hue angle of 305.7º 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 #D032C1 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 193 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.18 |
| HSL | 305.7º | 0.63% | 0.51% | - |
| HSV(B) | 305.7º | 0.76% | 0.82% | - |
| XYZ | 36.78 | 19.54 | 52.29 | - |
| YUV | 113.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 193 | 0 | 0.76 | 0.07 | 0.18 | 305.7 | 0.63 | 0.51 |
| Hex | D0 | 32 | C1 | 0 | 4C | 7 | 12 | 132 | 3F | 33 |
| Octal | 320 | 62 | 301 | 0 | 114 | 7 | 22 | 462 | 77 | 63 |
| Binary | 11010000 | 110010 | 11000001 | 0 | 1001100 | 111 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D032C1
Complementary color
Monochromatic Colors of #D032C1
Black with #D032C1
Text Example
Text Example
White with #D032C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032C1; }
p { color: rgb(208,50,193); }
H1.HeaderClassName
{
color: #D032C1;
}
.AnyTagClassName
{
color: #D032C1;
}
</style>
background-color css
<style>
a { background-color: #D032C1; }
a { background-color: rgb(208,50,193); }
div.DivClassName
{
background-color: #D032C1;
}
.BgClassName
{
background-color: #D032C1;
}
</style>
border-color css
<style>
span { border-color: #D032C1; }
span { border-color: rgb(208,50,193); }
td.TdClassName
{
border-color: #D032C1;
}
.TagClassName
{
border-color: #D032C1;
}
</style>