Shades of Fuchsia #D032B1
Tints of Fuchsia #D032B1
RGB
CMYK
RGB Variations
Color information
#D032B1 (or 0xD032B1) is known color: Fuchsia. HEX triplet: D0, 32 and B1. RGB value is (208,50,177). Sum of RGB (Red+Green+Blue) = 208+50+177=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D032B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032B1 is #2FCD4E. Grayscale: #6F6F6F. Windows color (decimal): -3132751 or 11612880. OLE color: 11612880.
HSL color Cylindrical-coordinate representation of color #D032B1: hue angle of 311.77º 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 #D032B1 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 177 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.18 |
| HSL | 311.77º | 0.63% | 0.51% | - |
| HSV(B) | 311.77º | 0.76% | 0.82% | - |
| XYZ | 35.09 | 18.87 | 43.39 | - |
| YUV | 111.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 177 | 0 | 0.76 | 0.15 | 0.18 | 311.77 | 0.63 | 0.51 |
| Hex | D0 | 32 | B1 | 0 | 4C | F | 12 | 138 | 3F | 33 |
| Octal | 320 | 62 | 261 | 0 | 114 | 17 | 22 | 470 | 77 | 63 |
| Binary | 11010000 | 110010 | 10110001 | 0 | 1001100 | 1111 | 10010 | 100111000 | 111111 | 110011 |
Color Harmonies of #D032B1
Complementary color
Monochromatic Colors of #D032B1
Black with #D032B1
Text Example
Text Example
White with #D032B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032B1; }
p { color: rgb(208,50,177); }
H1.HeaderClassName
{
color: #D032B1;
}
.AnyTagClassName
{
color: #D032B1;
}
</style>
background-color css
<style>
a { background-color: #D032B1; }
a { background-color: rgb(208,50,177); }
div.DivClassName
{
background-color: #D032B1;
}
.BgClassName
{
background-color: #D032B1;
}
</style>
border-color css
<style>
span { border-color: #D032B1; }
span { border-color: rgb(208,50,177); }
td.TdClassName
{
border-color: #D032B1;
}
.TagClassName
{
border-color: #D032B1;
}
</style>