Shades of Fuchsia #D132BA
Tints of Fuchsia #D132BA
RGB
CMYK
RGB Variations
Color information
#D132BA (or 0xD132BA) is known color: Fuchsia. HEX triplet: D1, 32 and BA. RGB value is (209,50,186). Sum of RGB (Red+Green+Blue) = 209+50+186=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D132BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132BA is #2ECD45. Grayscale: #707070. Windows color (decimal): -3067206 or 12202705. OLE color: 12202705.
HSL color Cylindrical-coordinate representation of color #D132BA: hue angle of 308.68º 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 #D132BA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 186 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.18 |
| HSL | 308.68º | 0.63% | 0.51% | - |
| HSV(B) | 308.68º | 0.76% | 0.82% | - |
| XYZ | 36.3 | 19.38 | 48.28 | - |
| YUV | 113.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 186 | 0 | 0.76 | 0.11 | 0.18 | 308.68 | 0.63 | 0.51 |
| Hex | D1 | 32 | BA | 0 | 4C | B | 12 | 135 | 3F | 33 |
| Octal | 321 | 62 | 272 | 0 | 114 | 13 | 22 | 465 | 77 | 63 |
| Binary | 11010001 | 110010 | 10111010 | 0 | 1001100 | 1011 | 10010 | 100110101 | 111111 | 110011 |
Color Harmonies of #D132BA
Complementary color
Monochromatic Colors of #D132BA
Black with #D132BA
Text Example
Text Example
White with #D132BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132BA; }
p { color: rgb(209,50,186); }
H1.HeaderClassName
{
color: #D132BA;
}
.AnyTagClassName
{
color: #D132BA;
}
</style>
background-color css
<style>
a { background-color: #D132BA; }
a { background-color: rgb(209,50,186); }
div.DivClassName
{
background-color: #D132BA;
}
.BgClassName
{
background-color: #D132BA;
}
</style>
border-color css
<style>
span { border-color: #D132BA; }
span { border-color: rgb(209,50,186); }
td.TdClassName
{
border-color: #D132BA;
}
.TagClassName
{
border-color: #D132BA;
}
</style>