Shades of Fuchsia #D132AF
Tints of Fuchsia #D132AF
RGB
CMYK
RGB Variations
Color information
#D132AF (or 0xD132AF) is known color: Fuchsia. HEX triplet: D1, 32 and AF. RGB value is (209,50,175). Sum of RGB (Red+Green+Blue) = 209+50+175=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D132AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132AF is #2ECD50. Grayscale: #6F6F6F. Windows color (decimal): -3067217 or 11481809. OLE color: 11481809.
HSL color Cylindrical-coordinate representation of color #D132AF: hue angle of 312.83º 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 #D132AF is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 175 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.18 |
| HSL | 312.83º | 0.63% | 0.51% | - |
| HSV(B) | 312.83º | 0.76% | 0.82% | - |
| XYZ | 35.17 | 18.93 | 42.36 | - |
| YUV | 111.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 175 | 0 | 0.76 | 0.16 | 0.18 | 312.83 | 0.63 | 0.51 |
| Hex | D1 | 32 | AF | 0 | 4C | 10 | 12 | 139 | 3F | 33 |
| Octal | 321 | 62 | 257 | 0 | 114 | 20 | 22 | 471 | 77 | 63 |
| Binary | 11010001 | 110010 | 10101111 | 0 | 1001100 | 10000 | 10010 | 100111001 | 111111 | 110011 |
Color Harmonies of #D132AF
Complementary color
Monochromatic Colors of #D132AF
Black with #D132AF
Text Example
Text Example
White with #D132AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132AF; }
p { color: rgb(209,50,175); }
H1.HeaderClassName
{
color: #D132AF;
}
.AnyTagClassName
{
color: #D132AF;
}
</style>
background-color css
<style>
a { background-color: #D132AF; }
a { background-color: rgb(209,50,175); }
div.DivClassName
{
background-color: #D132AF;
}
.BgClassName
{
background-color: #D132AF;
}
</style>
border-color css
<style>
span { border-color: #D132AF; }
span { border-color: rgb(209,50,175); }
td.TdClassName
{
border-color: #D132AF;
}
.TagClassName
{
border-color: #D132AF;
}
</style>