Shades of Fuchsia #D12ED0
Tints of Fuchsia #D12ED0
RGB
CMYK
RGB Variations
Color information
#D12ED0 (or 0xD12ED0) is known color: Fuchsia. HEX triplet: D1, 2E and D0. RGB value is (209,46,208). Sum of RGB (Red+Green+Blue) = 209+46+208=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ED0 is #2ED12F. Grayscale: #707070. Windows color (decimal): -3068208 or 13643473. OLE color: 13643473.
HSL color Cylindrical-coordinate representation of color #D12ED0: hue angle of 300.37º 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 #D12ED0 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 208 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.18 |
| HSL | 300.37º | 0.64% | 0.5% | - |
| HSV(B) | 300.37º | 0.78% | 0.82% | - |
| XYZ | 38.66 | 20.06 | 61.51 | - |
| YUV | 113.21 | 181.5 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 208 | 0 | 0.78 | 0.00 | 0.18 | 300.37 | 0.64 | 0.5 |
| Hex | D1 | 2E | D0 | 0 | 4E | 0 | 12 | 12C | 40 | 32 |
| Octal | 321 | 56 | 320 | 0 | 116 | 0 | 22 | 454 | 100 | 62 |
| Binary | 11010001 | 101110 | 11010000 | 0 | 1001110 | 0 | 10010 | 100101100 | 1000000 | 110010 |
Color Harmonies of #D12ED0
Complementary color
Monochromatic Colors of #D12ED0
Black with #D12ED0
Text Example
Text Example
White with #D12ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ED0; }
p { color: rgb(209,46,208); }
H1.HeaderClassName
{
color: #D12ED0;
}
.AnyTagClassName
{
color: #D12ED0;
}
</style>
background-color css
<style>
a { background-color: #D12ED0; }
a { background-color: rgb(209,46,208); }
div.DivClassName
{
background-color: #D12ED0;
}
.BgClassName
{
background-color: #D12ED0;
}
</style>
border-color css
<style>
span { border-color: #D12ED0; }
span { border-color: rgb(209,46,208); }
td.TdClassName
{
border-color: #D12ED0;
}
.TagClassName
{
border-color: #D12ED0;
}
</style>