Shades of Fuchsia #D12ECB
Tints of Fuchsia #D12ECB
RGB
CMYK
RGB Variations
Color information
#D12ECB (or 0xD12ECB) is known color: Fuchsia. HEX triplet: D1, 2E and CB. RGB value is (209,46,203). Sum of RGB (Red+Green+Blue) = 209+46+203=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ECB is #2ED134. Grayscale: #707070. Windows color (decimal): -3068213 or 13315793. OLE color: 13315793.
HSL color Cylindrical-coordinate representation of color #D12ECB: hue angle of 302.21º 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 #D12ECB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 203 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.18 |
| HSL | 302.21º | 0.64% | 0.5% | - |
| HSV(B) | 302.21º | 0.78% | 0.82% | - |
| XYZ | 38.05 | 19.82 | 58.32 | - |
| YUV | 112.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 203 | 0 | 0.78 | 0.03 | 0.18 | 302.21 | 0.64 | 0.5 |
| Hex | D1 | 2E | CB | 0 | 4E | 3 | 12 | 12E | 40 | 32 |
| Octal | 321 | 56 | 313 | 0 | 116 | 3 | 22 | 456 | 100 | 62 |
| Binary | 11010001 | 101110 | 11001011 | 0 | 1001110 | 11 | 10010 | 100101110 | 1000000 | 110010 |
Color Harmonies of #D12ECB
Complementary color
Monochromatic Colors of #D12ECB
Black with #D12ECB
Text Example
Text Example
White with #D12ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ECB; }
p { color: rgb(209,46,203); }
H1.HeaderClassName
{
color: #D12ECB;
}
.AnyTagClassName
{
color: #D12ECB;
}
</style>
background-color css
<style>
a { background-color: #D12ECB; }
a { background-color: rgb(209,46,203); }
div.DivClassName
{
background-color: #D12ECB;
}
.BgClassName
{
background-color: #D12ECB;
}
</style>
border-color css
<style>
span { border-color: #D12ECB; }
span { border-color: rgb(209,46,203); }
td.TdClassName
{
border-color: #D12ECB;
}
.TagClassName
{
border-color: #D12ECB;
}
</style>