Shades of Fuchsia #D12FB4
Tints of Fuchsia #D12FB4
RGB
CMYK
RGB Variations
Color information
#D12FB4 (or 0xD12FB4) is known color: Fuchsia. HEX triplet: D1, 2F and B4. RGB value is (209,47,180). Sum of RGB (Red+Green+Blue) = 209+47+180=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FB4 is #2ED04B. Grayscale: #6E6E6E. Windows color (decimal): -3067980 or 11808721. OLE color: 11808721.
HSL color Cylindrical-coordinate representation of color #D12FB4: hue angle of 310.74º 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 #D12FB4 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 180 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.18 |
| HSL | 310.74º | 0.64% | 0.5% | - |
| HSV(B) | 310.74º | 0.78% | 0.82% | - |
| XYZ | 35.55 | 18.88 | 44.95 | - |
| YUV | 110.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 180 | 0 | 0.78 | 0.14 | 0.18 | 310.74 | 0.64 | 0.5 |
| Hex | D1 | 2F | B4 | 0 | 4E | E | 12 | 137 | 40 | 32 |
| Octal | 321 | 57 | 264 | 0 | 116 | 16 | 22 | 467 | 100 | 62 |
| Binary | 11010001 | 101111 | 10110100 | 0 | 1001110 | 1110 | 10010 | 100110111 | 1000000 | 110010 |
Color Harmonies of #D12FB4
Complementary color
Monochromatic Colors of #D12FB4
Black with #D12FB4
Text Example
Text Example
White with #D12FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FB4; }
p { color: rgb(209,47,180); }
H1.HeaderClassName
{
color: #D12FB4;
}
.AnyTagClassName
{
color: #D12FB4;
}
</style>
background-color css
<style>
a { background-color: #D12FB4; }
a { background-color: rgb(209,47,180); }
div.DivClassName
{
background-color: #D12FB4;
}
.BgClassName
{
background-color: #D12FB4;
}
</style>
border-color css
<style>
span { border-color: #D12FB4; }
span { border-color: rgb(209,47,180); }
td.TdClassName
{
border-color: #D12FB4;
}
.TagClassName
{
border-color: #D12FB4;
}
</style>