Shades of Fuchsia #D12ECF
Tints of Fuchsia #D12ECF
RGB
CMYK
RGB Variations
Color information
#D12ECF (or 0xD12ECF) is known color: Fuchsia. HEX triplet: D1, 2E and CF. RGB value is (209,46,207). Sum of RGB (Red+Green+Blue) = 209+46+207=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ECF is #2ED130. Grayscale: #707070. Windows color (decimal): -3068209 or 13577937. OLE color: 13577937.
HSL color Cylindrical-coordinate representation of color #D12ECF: 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 #D12ECF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 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.53 | 20.01 | 60.86 | - |
| YUV | 113.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 207 | 0 | 0.78 | 0.01 | 0.18 | 300.74 | 0.64 | 0.5 |
| Hex | D1 | 2E | CF | 0 | 4E | 1 | 12 | 12D | 40 | 32 |
| Octal | 321 | 56 | 317 | 0 | 116 | 1 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 101110 | 11001111 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D12ECF
Complementary color
Monochromatic Colors of #D12ECF
Black with #D12ECF
Text Example
Text Example
White with #D12ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ECF; }
p { color: rgb(209,46,207); }
H1.HeaderClassName
{
color: #D12ECF;
}
.AnyTagClassName
{
color: #D12ECF;
}
</style>
background-color css
<style>
a { background-color: #D12ECF; }
a { background-color: rgb(209,46,207); }
div.DivClassName
{
background-color: #D12ECF;
}
.BgClassName
{
background-color: #D12ECF;
}
</style>
border-color css
<style>
span { border-color: #D12ECF; }
span { border-color: rgb(209,46,207); }
td.TdClassName
{
border-color: #D12ECF;
}
.TagClassName
{
border-color: #D12ECF;
}
</style>