Shades of Fuchsia #D12CBA
Tints of Fuchsia #D12CBA
RGB
CMYK
RGB Variations
Color information
#D12CBA (or 0xD12CBA) is known color: Fuchsia. HEX triplet: D1, 2C and BA. RGB value is (209,44,186). Sum of RGB (Red+Green+Blue) = 209+44+186=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CBA is #2ED345. Grayscale: #6D6D6D. Windows color (decimal): -3068742 or 12201169. OLE color: 12201169.
HSL color Cylindrical-coordinate representation of color #D12CBA: hue angle of 308.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12CBA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 186 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.18 |
| HSL | 308.36º | 0.65% | 0.5% | - |
| HSV(B) | 308.36º | 0.79% | 0.82% | - |
| XYZ | 36.06 | 18.9 | 48.2 | - |
| YUV | 109.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 186 | 0 | 0.79 | 0.11 | 0.18 | 308.36 | 0.65 | 0.5 |
| Hex | D1 | 2C | BA | 0 | 4F | B | 12 | 134 | 41 | 32 |
| Octal | 321 | 54 | 272 | 0 | 117 | 13 | 22 | 464 | 101 | 62 |
| Binary | 11010001 | 101100 | 10111010 | 0 | 1001111 | 1011 | 10010 | 100110100 | 1000001 | 110010 |
Color Harmonies of #D12CBA
Complementary color
Monochromatic Colors of #D12CBA
Black with #D12CBA
Text Example
Text Example
White with #D12CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CBA; }
p { color: rgb(209,44,186); }
H1.HeaderClassName
{
color: #D12CBA;
}
.AnyTagClassName
{
color: #D12CBA;
}
</style>
background-color css
<style>
a { background-color: #D12CBA; }
a { background-color: rgb(209,44,186); }
div.DivClassName
{
background-color: #D12CBA;
}
.BgClassName
{
background-color: #D12CBA;
}
</style>
border-color css
<style>
span { border-color: #D12CBA; }
span { border-color: rgb(209,44,186); }
td.TdClassName
{
border-color: #D12CBA;
}
.TagClassName
{
border-color: #D12CBA;
}
</style>