Shades of Fuchsia #D12FCF
Tints of Fuchsia #D12FCF
RGB
CMYK
RGB Variations
Color information
#D12FCF (or 0xD12FCF) is known color: Fuchsia. HEX triplet: D1, 2F and CF. RGB value is (209,47,207). Sum of RGB (Red+Green+Blue) = 209+47+207=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCF is #2ED030. Grayscale: #717171. Windows color (decimal): -3067953 or 13578193. OLE color: 13578193.
HSL color Cylindrical-coordinate representation of color #D12FCF: hue angle of 300.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 #D12FCF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 207 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.18 |
| HSL | 300.74º | 0.64% | 0.5% | - |
| HSV(B) | 300.74º | 0.78% | 0.82% | - |
| XYZ | 38.57 | 20.09 | 60.88 | - |
| YUV | 113.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 207 | 0 | 0.78 | 0.01 | 0.18 | 300.74 | 0.64 | 0.5 |
| Hex | D1 | 2F | CF | 0 | 4E | 1 | 12 | 12D | 40 | 32 |
| Octal | 321 | 57 | 317 | 0 | 116 | 1 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 101111 | 11001111 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D12FCF
Complementary color
Monochromatic Colors of #D12FCF
Black with #D12FCF
Text Example
Text Example
White with #D12FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FCF; }
p { color: rgb(209,47,207); }
H1.HeaderClassName
{
color: #D12FCF;
}
.AnyTagClassName
{
color: #D12FCF;
}
</style>
background-color css
<style>
a { background-color: #D12FCF; }
a { background-color: rgb(209,47,207); }
div.DivClassName
{
background-color: #D12FCF;
}
.BgClassName
{
background-color: #D12FCF;
}
</style>
border-color css
<style>
span { border-color: #D12FCF; }
span { border-color: rgb(209,47,207); }
td.TdClassName
{
border-color: #D12FCF;
}
.TagClassName
{
border-color: #D12FCF;
}
</style>