Shades of Fuchsia #D12FCB
Tints of Fuchsia #D12FCB
RGB
CMYK
RGB Variations
Color information
#D12FCB (or 0xD12FCB) is known color: Fuchsia. HEX triplet: D1, 2F and CB. RGB value is (209,47,203). Sum of RGB (Red+Green+Blue) = 209+47+203=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCB is #2ED034. Grayscale: #707070. Windows color (decimal): -3067957 or 13316049. OLE color: 13316049.
HSL color Cylindrical-coordinate representation of color #D12FCB: hue angle of 302.22º 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 #D12FCB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 203 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.18 |
| HSL | 302.22º | 0.64% | 0.5% | - |
| HSV(B) | 302.22º | 0.78% | 0.82% | - |
| XYZ | 38.09 | 19.9 | 58.33 | - |
| YUV | 113.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 203 | 0 | 0.78 | 0.03 | 0.18 | 302.22 | 0.64 | 0.5 |
| Hex | D1 | 2F | CB | 0 | 4E | 3 | 12 | 12E | 40 | 32 |
| Octal | 321 | 57 | 313 | 0 | 116 | 3 | 22 | 456 | 100 | 62 |
| Binary | 11010001 | 101111 | 11001011 | 0 | 1001110 | 11 | 10010 | 100101110 | 1000000 | 110010 |
Color Harmonies of #D12FCB
Complementary color
Monochromatic Colors of #D12FCB
Black with #D12FCB
Text Example
Text Example
White with #D12FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FCB; }
p { color: rgb(209,47,203); }
H1.HeaderClassName
{
color: #D12FCB;
}
.AnyTagClassName
{
color: #D12FCB;
}
</style>
background-color css
<style>
a { background-color: #D12FCB; }
a { background-color: rgb(209,47,203); }
div.DivClassName
{
background-color: #D12FCB;
}
.BgClassName
{
background-color: #D12FCB;
}
</style>
border-color css
<style>
span { border-color: #D12FCB; }
span { border-color: rgb(209,47,203); }
td.TdClassName
{
border-color: #D12FCB;
}
.TagClassName
{
border-color: #D12FCB;
}
</style>