Shades of Fuchsia #D12ECE
Tints of Fuchsia #D12ECE
RGB
CMYK
RGB Variations
Color information
#D12ECE (or 0xD12ECE) is known color: Fuchsia. HEX triplet: D1, 2E and CE. RGB value is (209,46,206). Sum of RGB (Red+Green+Blue) = 209+46+206=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ECE is #2ED131. Grayscale: #707070. Windows color (decimal): -3068210 or 13512401. OLE color: 13512401.
HSL color Cylindrical-coordinate representation of color #D12ECE: hue angle of 301.1º 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 #D12ECE is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 206 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.18 |
| HSL | 301.1º | 0.64% | 0.5% | - |
| HSV(B) | 301.1º | 0.78% | 0.82% | - |
| XYZ | 38.41 | 19.97 | 60.22 | - |
| YUV | 112.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 206 | 0 | 0.78 | 0.01 | 0.18 | 301.1 | 0.64 | 0.5 |
| Hex | D1 | 2E | CE | 0 | 4E | 1 | 12 | 12D | 40 | 32 |
| Octal | 321 | 56 | 316 | 0 | 116 | 1 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 101110 | 11001110 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D12ECE
Complementary color
Monochromatic Colors of #D12ECE
Black with #D12ECE
Text Example
Text Example
White with #D12ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ECE; }
p { color: rgb(209,46,206); }
H1.HeaderClassName
{
color: #D12ECE;
}
.AnyTagClassName
{
color: #D12ECE;
}
</style>
background-color css
<style>
a { background-color: #D12ECE; }
a { background-color: rgb(209,46,206); }
div.DivClassName
{
background-color: #D12ECE;
}
.BgClassName
{
background-color: #D12ECE;
}
</style>
border-color css
<style>
span { border-color: #D12ECE; }
span { border-color: rgb(209,46,206); }
td.TdClassName
{
border-color: #D12ECE;
}
.TagClassName
{
border-color: #D12ECE;
}
</style>