Shades of Fuchsia #D12EC2
Tints of Fuchsia #D12EC2
RGB
CMYK
RGB Variations
Color information
#D12EC2 (or 0xD12EC2) is known color: Fuchsia. HEX triplet: D1, 2E and C2. RGB value is (209,46,194). Sum of RGB (Red+Green+Blue) = 209+46+194=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EC2 is #2ED13D. Grayscale: #6F6F6F. Windows color (decimal): -3068222 or 12725969. OLE color: 12725969.
HSL color Cylindrical-coordinate representation of color #D12EC2: hue angle of 305.52º 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 #D12EC2 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 194 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.18 |
| HSL | 305.52º | 0.64% | 0.5% | - |
| HSV(B) | 305.52º | 0.78% | 0.82% | - |
| XYZ | 37.01 | 19.4 | 52.83 | - |
| YUV | 111.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 194 | 0 | 0.78 | 0.07 | 0.18 | 305.52 | 0.64 | 0.5 |
| Hex | D1 | 2E | C2 | 0 | 4E | 7 | 12 | 132 | 40 | 32 |
| Octal | 321 | 56 | 302 | 0 | 116 | 7 | 22 | 462 | 100 | 62 |
| Binary | 11010001 | 101110 | 11000010 | 0 | 1001110 | 111 | 10010 | 100110010 | 1000000 | 110010 |
Color Harmonies of #D12EC2
Complementary color
Monochromatic Colors of #D12EC2
Black with #D12EC2
Text Example
Text Example
White with #D12EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EC2; }
p { color: rgb(209,46,194); }
H1.HeaderClassName
{
color: #D12EC2;
}
.AnyTagClassName
{
color: #D12EC2;
}
</style>
background-color css
<style>
a { background-color: #D12EC2; }
a { background-color: rgb(209,46,194); }
div.DivClassName
{
background-color: #D12EC2;
}
.BgClassName
{
background-color: #D12EC2;
}
</style>
border-color css
<style>
span { border-color: #D12EC2; }
span { border-color: rgb(209,46,194); }
td.TdClassName
{
border-color: #D12EC2;
}
.TagClassName
{
border-color: #D12EC2;
}
</style>