Shades of Fuchsia #D032CA
Tints of Fuchsia #D032CA
RGB
CMYK
RGB Variations
Color information
#D032CA (or 0xD032CA) is known color: Fuchsia. HEX triplet: D0, 32 and CA. RGB value is (208,50,202). Sum of RGB (Red+Green+Blue) = 208+50+202=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D032CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032CA is #2FCD35. Grayscale: #727272. Windows color (decimal): -3132726 or 13251280. OLE color: 13251280.
HSL color Cylindrical-coordinate representation of color #D032CA: hue angle of 302.28º 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 #D032CA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 202 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.18 |
| HSL | 302.28º | 0.63% | 0.51% | - |
| HSV(B) | 302.28º | 0.76% | 0.82% | - |
| XYZ | 37.81 | 19.96 | 57.74 | - |
| YUV | 114.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 202 | 0 | 0.76 | 0.03 | 0.18 | 302.28 | 0.63 | 0.51 |
| Hex | D0 | 32 | CA | 0 | 4C | 3 | 12 | 12E | 3F | 33 |
| Octal | 320 | 62 | 312 | 0 | 114 | 3 | 22 | 456 | 77 | 63 |
| Binary | 11010000 | 110010 | 11001010 | 0 | 1001100 | 11 | 10010 | 100101110 | 111111 | 110011 |
Color Harmonies of #D032CA
Complementary color
Monochromatic Colors of #D032CA
Black with #D032CA
Text Example
Text Example
White with #D032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032CA; }
p { color: rgb(208,50,202); }
H1.HeaderClassName
{
color: #D032CA;
}
.AnyTagClassName
{
color: #D032CA;
}
</style>
background-color css
<style>
a { background-color: #D032CA; }
a { background-color: rgb(208,50,202); }
div.DivClassName
{
background-color: #D032CA;
}
.BgClassName
{
background-color: #D032CA;
}
</style>
border-color css
<style>
span { border-color: #D032CA; }
span { border-color: rgb(208,50,202); }
td.TdClassName
{
border-color: #D032CA;
}
.TagClassName
{
border-color: #D032CA;
}
</style>