Shades of Fuchsia #D132BD
Tints of Fuchsia #D132BD
RGB
CMYK
RGB Variations
Color information
#D132BD (or 0xD132BD) is known color: Fuchsia. HEX triplet: D1, 32 and BD. RGB value is (209,50,189). Sum of RGB (Red+Green+Blue) = 209+50+189=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D132BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132BD is #2ECD42. Grayscale: #707070. Windows color (decimal): -3067203 or 12399313. OLE color: 12399313.
HSL color Cylindrical-coordinate representation of color #D132BD: hue angle of 307.55º 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 #D132BD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 189 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.55º | 0.63% | 0.51% | - |
| HSV(B) | 307.55º | 0.76% | 0.82% | - |
| XYZ | 36.62 | 19.51 | 49.98 | - |
| YUV | 113.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 189 | 0 | 0.76 | 0.10 | 0.18 | 307.55 | 0.63 | 0.51 |
| Hex | D1 | 32 | BD | 0 | 4C | A | 12 | 134 | 3F | 33 |
| Octal | 321 | 62 | 275 | 0 | 114 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110010 | 10111101 | 0 | 1001100 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D132BD
Complementary color
Monochromatic Colors of #D132BD
Black with #D132BD
Text Example
Text Example
White with #D132BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132BD; }
p { color: rgb(209,50,189); }
H1.HeaderClassName
{
color: #D132BD;
}
.AnyTagClassName
{
color: #D132BD;
}
</style>
background-color css
<style>
a { background-color: #D132BD; }
a { background-color: rgb(209,50,189); }
div.DivClassName
{
background-color: #D132BD;
}
.BgClassName
{
background-color: #D132BD;
}
</style>
border-color css
<style>
span { border-color: #D132BD; }
span { border-color: rgb(209,50,189); }
td.TdClassName
{
border-color: #D132BD;
}
.TagClassName
{
border-color: #D132BD;
}
</style>