Shades of Fuchsia #D032CE
Tints of Fuchsia #D032CE
RGB
CMYK
RGB Variations
Color information
#D032CE (or 0xD032CE) is known color: Fuchsia. HEX triplet: D0, 32 and CE. RGB value is (208,50,206). Sum of RGB (Red+Green+Blue) = 208+50+206=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D032CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032CE is #2FCD31. Grayscale: #727272. Windows color (decimal): -3132722 or 13513424. OLE color: 13513424.
HSL color Cylindrical-coordinate representation of color #D032CE: hue angle of 300.76º 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 #D032CE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 206 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.18 |
| HSL | 300.76º | 0.63% | 0.51% | - |
| HSV(B) | 300.76º | 0.76% | 0.82% | - |
| XYZ | 38.29 | 20.15 | 60.26 | - |
| YUV | 115.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 206 | 0 | 0.76 | 0.01 | 0.18 | 300.76 | 0.63 | 0.51 |
| Hex | D0 | 32 | CE | 0 | 4C | 1 | 12 | 12D | 3F | 33 |
| Octal | 320 | 62 | 316 | 0 | 114 | 1 | 22 | 455 | 77 | 63 |
| Binary | 11010000 | 110010 | 11001110 | 0 | 1001100 | 1 | 10010 | 100101101 | 111111 | 110011 |
Color Harmonies of #D032CE
Complementary color
Monochromatic Colors of #D032CE
Black with #D032CE
Text Example
Text Example
White with #D032CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032CE; }
p { color: rgb(208,50,206); }
H1.HeaderClassName
{
color: #D032CE;
}
.AnyTagClassName
{
color: #D032CE;
}
</style>
background-color css
<style>
a { background-color: #D032CE; }
a { background-color: rgb(208,50,206); }
div.DivClassName
{
background-color: #D032CE;
}
.BgClassName
{
background-color: #D032CE;
}
</style>
border-color css
<style>
span { border-color: #D032CE; }
span { border-color: rgb(208,50,206); }
td.TdClassName
{
border-color: #D032CE;
}
.TagClassName
{
border-color: #D032CE;
}
</style>