Shades of Fuchsia #D43ECE
Tints of Fuchsia #D43ECE
RGB
CMYK
RGB Variations
Color information
#D43ECE (or 0xD43ECE) is known color: Fuchsia. HEX triplet: D4, 3E and CE. RGB value is (212,62,206). Sum of RGB (Red+Green+Blue) = 212+62+206=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ECE is #2BC131. Grayscale: #7A7A7A. Windows color (decimal): -2867506 or 13516500. OLE color: 13516500.
HSL color Cylindrical-coordinate representation of color #D43ECE: hue angle of 302.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43ECE is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 206 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.17 |
| HSL | 302.4º | 0.64% | 0.54% | - |
| HSV(B) | 302.4º | 0.71% | 0.83% | - |
| XYZ | 40.01 | 21.9 | 60.51 | - |
| YUV | 123.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 206 | 0 | 0.71 | 0.03 | 0.17 | 302.4 | 0.64 | 0.54 |
| Hex | D4 | 3E | CE | 0 | 47 | 3 | 11 | 12E | 40 | 36 |
| Octal | 324 | 76 | 316 | 0 | 107 | 3 | 21 | 456 | 100 | 66 |
| Binary | 11010100 | 111110 | 11001110 | 0 | 1000111 | 11 | 10001 | 100101110 | 1000000 | 110110 |
Color Harmonies of #D43ECE
Complementary color
Monochromatic Colors of #D43ECE
Black with #D43ECE
Text Example
Text Example
White with #D43ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43ECE; }
p { color: rgb(212,62,206); }
H1.HeaderClassName
{
color: #D43ECE;
}
.AnyTagClassName
{
color: #D43ECE;
}
</style>
background-color css
<style>
a { background-color: #D43ECE; }
a { background-color: rgb(212,62,206); }
div.DivClassName
{
background-color: #D43ECE;
}
.BgClassName
{
background-color: #D43ECE;
}
</style>
border-color css
<style>
span { border-color: #D43ECE; }
span { border-color: rgb(212,62,206); }
td.TdClassName
{
border-color: #D43ECE;
}
.TagClassName
{
border-color: #D43ECE;
}
</style>