Shades of Fuchsia #D032BC
Tints of Fuchsia #D032BC
RGB
CMYK
RGB Variations
Color information
#D032BC (or 0xD032BC) is known color: Fuchsia. HEX triplet: D0, 32 and BC. RGB value is (208,50,188). Sum of RGB (Red+Green+Blue) = 208+50+188=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D032BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032BC is #2FCD43. Grayscale: #707070. Windows color (decimal): -3132740 or 12333776. OLE color: 12333776.
HSL color Cylindrical-coordinate representation of color #D032BC: hue angle of 307.59º 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 #D032BC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 188 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.59º | 0.63% | 0.51% | - |
| HSV(B) | 307.59º | 0.76% | 0.82% | - |
| XYZ | 36.23 | 19.32 | 49.4 | - |
| YUV | 112.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 188 | 0 | 0.76 | 0.10 | 0.18 | 307.59 | 0.63 | 0.51 |
| Hex | D0 | 32 | BC | 0 | 4C | A | 12 | 134 | 3F | 33 |
| Octal | 320 | 62 | 274 | 0 | 114 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010000 | 110010 | 10111100 | 0 | 1001100 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D032BC
Complementary color
Monochromatic Colors of #D032BC
Black with #D032BC
Text Example
Text Example
White with #D032BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032BC; }
p { color: rgb(208,50,188); }
H1.HeaderClassName
{
color: #D032BC;
}
.AnyTagClassName
{
color: #D032BC;
}
</style>
background-color css
<style>
a { background-color: #D032BC; }
a { background-color: rgb(208,50,188); }
div.DivClassName
{
background-color: #D032BC;
}
.BgClassName
{
background-color: #D032BC;
}
</style>
border-color css
<style>
span { border-color: #D032BC; }
span { border-color: rgb(208,50,188); }
td.TdClassName
{
border-color: #D032BC;
}
.TagClassName
{
border-color: #D032BC;
}
</style>