Shades of Fuchsia #D12EC4
Tints of Fuchsia #D12EC4
RGB
CMYK
RGB Variations
Color information
#D12EC4 (or 0xD12EC4) is known color: Fuchsia. HEX triplet: D1, 2E and C4. RGB value is (209,46,196). Sum of RGB (Red+Green+Blue) = 209+46+196=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EC4 is #2ED13B. Grayscale: #6F6F6F. Windows color (decimal): -3068220 or 12857041. OLE color: 12857041.
HSL color Cylindrical-coordinate representation of color #D12EC4: hue angle of 304.79º 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 #D12EC4 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 196 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.18 |
| HSL | 304.79º | 0.64% | 0.5% | - |
| HSV(B) | 304.79º | 0.78% | 0.82% | - |
| XYZ | 37.24 | 19.49 | 54.02 | - |
| YUV | 111.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 196 | 0 | 0.78 | 0.06 | 0.18 | 304.79 | 0.64 | 0.5 |
| Hex | D1 | 2E | C4 | 0 | 4E | 6 | 12 | 131 | 40 | 32 |
| Octal | 321 | 56 | 304 | 0 | 116 | 6 | 22 | 461 | 100 | 62 |
| Binary | 11010001 | 101110 | 11000100 | 0 | 1001110 | 110 | 10010 | 100110001 | 1000000 | 110010 |
Color Harmonies of #D12EC4
Complementary color
Monochromatic Colors of #D12EC4
Black with #D12EC4
Text Example
Text Example
White with #D12EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EC4; }
p { color: rgb(209,46,196); }
H1.HeaderClassName
{
color: #D12EC4;
}
.AnyTagClassName
{
color: #D12EC4;
}
</style>
background-color css
<style>
a { background-color: #D12EC4; }
a { background-color: rgb(209,46,196); }
div.DivClassName
{
background-color: #D12EC4;
}
.BgClassName
{
background-color: #D12EC4;
}
</style>
border-color css
<style>
span { border-color: #D12EC4; }
span { border-color: rgb(209,46,196); }
td.TdClassName
{
border-color: #D12EC4;
}
.TagClassName
{
border-color: #D12EC4;
}
</style>