Shades of Fuchsia #D34EBC
Tints of Fuchsia #D34EBC
RGB
CMYK
RGB Variations
Color information
#D34EBC (or 0xD34EBC) is known color: Fuchsia. HEX triplet: D3, 4E and BC. RGB value is (211,78,188). Sum of RGB (Red+Green+Blue) = 211+78+188=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EBC is #2CB143. Grayscale: #828282. Windows color (decimal): -2928964 or 12340947. OLE color: 12340947.
HSL color Cylindrical-coordinate representation of color #D34EBC: hue angle of 310.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34EBC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 188 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.17 |
| HSL | 310.38º | 0.6% | 0.57% | - |
| HSV(B) | 310.38º | 0.63% | 0.83% | - |
| XYZ | 38.67 | 22.93 | 49.96 | - |
| YUV | 130.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 188 | 0 | 0.63 | 0.11 | 0.17 | 310.38 | 0.6 | 0.57 |
| Hex | D3 | 4E | BC | 0 | 3F | B | 11 | 136 | 3C | 39 |
| Octal | 323 | 116 | 274 | 0 | 77 | 13 | 21 | 466 | 74 | 71 |
| Binary | 11010011 | 1001110 | 10111100 | 0 | 111111 | 1011 | 10001 | 100110110 | 111100 | 111001 |
Color Harmonies of #D34EBC
Complementary color
Monochromatic Colors of #D34EBC
Black with #D34EBC
Text Example
Text Example
White with #D34EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EBC; }
p { color: rgb(211,78,188); }
H1.HeaderClassName
{
color: #D34EBC;
}
.AnyTagClassName
{
color: #D34EBC;
}
</style>
background-color css
<style>
a { background-color: #D34EBC; }
a { background-color: rgb(211,78,188); }
div.DivClassName
{
background-color: #D34EBC;
}
.BgClassName
{
background-color: #D34EBC;
}
</style>
border-color css
<style>
span { border-color: #D34EBC; }
span { border-color: rgb(211,78,188); }
td.TdClassName
{
border-color: #D34EBC;
}
.TagClassName
{
border-color: #D34EBC;
}
</style>