Shades of Fuchsia #D12EC5
Tints of Fuchsia #D12EC5
RGB
CMYK
RGB Variations
Color information
#D12EC5 (or 0xD12EC5) is known color: Fuchsia. HEX triplet: D1, 2E and C5. RGB value is (209,46,197). Sum of RGB (Red+Green+Blue) = 209+46+197=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EC5 is #2ED13A. Grayscale: #6F6F6F. Windows color (decimal): -3068219 or 12922577. OLE color: 12922577.
HSL color Cylindrical-coordinate representation of color #D12EC5: hue angle of 304.42º 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 #D12EC5 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 197 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.18 |
| HSL | 304.42º | 0.64% | 0.5% | - |
| HSV(B) | 304.42º | 0.78% | 0.82% | - |
| XYZ | 37.35 | 19.54 | 54.63 | - |
| YUV | 111.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 197 | 0 | 0.78 | 0.06 | 0.18 | 304.42 | 0.64 | 0.5 |
| Hex | D1 | 2E | C5 | 0 | 4E | 6 | 12 | 130 | 40 | 32 |
| Octal | 321 | 56 | 305 | 0 | 116 | 6 | 22 | 460 | 100 | 62 |
| Binary | 11010001 | 101110 | 11000101 | 0 | 1001110 | 110 | 10010 | 100110000 | 1000000 | 110010 |
Color Harmonies of #D12EC5
Complementary color
Monochromatic Colors of #D12EC5
Black with #D12EC5
Text Example
Text Example
White with #D12EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EC5; }
p { color: rgb(209,46,197); }
H1.HeaderClassName
{
color: #D12EC5;
}
.AnyTagClassName
{
color: #D12EC5;
}
</style>
background-color css
<style>
a { background-color: #D12EC5; }
a { background-color: rgb(209,46,197); }
div.DivClassName
{
background-color: #D12EC5;
}
.BgClassName
{
background-color: #D12EC5;
}
</style>
border-color css
<style>
span { border-color: #D12EC5; }
span { border-color: rgb(209,46,197); }
td.TdClassName
{
border-color: #D12EC5;
}
.TagClassName
{
border-color: #D12EC5;
}
</style>