Shades of Fuchsia #D12FB7
Tints of Fuchsia #D12FB7
RGB
CMYK
RGB Variations
Color information
#D12FB7 (or 0xD12FB7) is known color: Fuchsia. HEX triplet: D1, 2F and B7. RGB value is (209,47,183). Sum of RGB (Red+Green+Blue) = 209+47+183=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FB7 is #2ED048. Grayscale: #6E6E6E. Windows color (decimal): -3067977 or 12005329. OLE color: 12005329.
HSL color Cylindrical-coordinate representation of color #D12FB7: hue angle of 309.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12FB7 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 183 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.18 |
| HSL | 309.63º | 0.64% | 0.5% | - |
| HSV(B) | 309.63º | 0.78% | 0.82% | - |
| XYZ | 35.86 | 19.01 | 46.58 | - |
| YUV | 110.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 183 | 0 | 0.78 | 0.12 | 0.18 | 309.63 | 0.64 | 0.5 |
| Hex | D1 | 2F | B7 | 0 | 4E | C | 12 | 136 | 40 | 32 |
| Octal | 321 | 57 | 267 | 0 | 116 | 14 | 22 | 466 | 100 | 62 |
| Binary | 11010001 | 101111 | 10110111 | 0 | 1001110 | 1100 | 10010 | 100110110 | 1000000 | 110010 |
Color Harmonies of #D12FB7
Complementary color
Monochromatic Colors of #D12FB7
Black with #D12FB7
Text Example
Text Example
White with #D12FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FB7; }
p { color: rgb(209,47,183); }
H1.HeaderClassName
{
color: #D12FB7;
}
.AnyTagClassName
{
color: #D12FB7;
}
</style>
background-color css
<style>
a { background-color: #D12FB7; }
a { background-color: rgb(209,47,183); }
div.DivClassName
{
background-color: #D12FB7;
}
.BgClassName
{
background-color: #D12FB7;
}
</style>
border-color css
<style>
span { border-color: #D12FB7; }
span { border-color: rgb(209,47,183); }
td.TdClassName
{
border-color: #D12FB7;
}
.TagClassName
{
border-color: #D12FB7;
}
</style>