Shades of Fuchsia #D14EBC
Tints of Fuchsia #D14EBC
RGB
CMYK
RGB Variations
Color information
#D14EBC (or 0xD14EBC) is known color: Fuchsia. HEX triplet: D1, 4E and BC. RGB value is (209,78,188). Sum of RGB (Red+Green+Blue) = 209+78+188=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EBC is #2EB143. Grayscale: #818181. Windows color (decimal): -3060036 or 12340945. OLE color: 12340945.
HSL color Cylindrical-coordinate representation of color #D14EBC: hue angle of 309.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14EBC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 188 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.18 |
| HSL | 309.62º | 0.59% | 0.56% | - |
| HSV(B) | 309.62º | 0.63% | 0.82% | - |
| XYZ | 38.1 | 22.63 | 49.94 | - |
| YUV | 129.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 188 | 0 | 0.63 | 0.10 | 0.18 | 309.62 | 0.59 | 0.56 |
| Hex | D1 | 4E | BC | 0 | 3F | A | 12 | 136 | 3B | 38 |
| Octal | 321 | 116 | 274 | 0 | 77 | 12 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001110 | 10111100 | 0 | 111111 | 1010 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14EBC
Complementary color
Monochromatic Colors of #D14EBC
Black with #D14EBC
Text Example
Text Example
White with #D14EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EBC; }
p { color: rgb(209,78,188); }
H1.HeaderClassName
{
color: #D14EBC;
}
.AnyTagClassName
{
color: #D14EBC;
}
</style>
background-color css
<style>
a { background-color: #D14EBC; }
a { background-color: rgb(209,78,188); }
div.DivClassName
{
background-color: #D14EBC;
}
.BgClassName
{
background-color: #D14EBC;
}
</style>
border-color css
<style>
span { border-color: #D14EBC; }
span { border-color: rgb(209,78,188); }
td.TdClassName
{
border-color: #D14EBC;
}
.TagClassName
{
border-color: #D14EBC;
}
</style>