Shades of Fuchsia #D14EC8
Tints of Fuchsia #D14EC8
RGB
CMYK
RGB Variations
Color information
#D14EC8 (or 0xD14EC8) is known color: Fuchsia. HEX triplet: D1, 4E and C8. RGB value is (209,78,200). Sum of RGB (Red+Green+Blue) = 209+78+200=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC8 is #2EB137. Grayscale: #828282. Windows color (decimal): -3060024 or 13127377. OLE color: 13127377.
HSL color Cylindrical-coordinate representation of color #D14EC8: hue angle of 304.12º 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 #D14EC8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 200 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.18 |
| HSL | 304.12º | 0.59% | 0.56% | - |
| HSV(B) | 304.12º | 0.63% | 0.82% | - |
| XYZ | 39.44 | 23.17 | 57.04 | - |
| YUV | 131.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 200 | 0 | 0.63 | 0.04 | 0.18 | 304.12 | 0.59 | 0.56 |
| Hex | D1 | 4E | C8 | 0 | 3F | 4 | 12 | 130 | 3B | 38 |
| Octal | 321 | 116 | 310 | 0 | 77 | 4 | 22 | 460 | 73 | 70 |
| Binary | 11010001 | 1001110 | 11001000 | 0 | 111111 | 100 | 10010 | 100110000 | 111011 | 111000 |
Color Harmonies of #D14EC8
Complementary color
Monochromatic Colors of #D14EC8
Black with #D14EC8
Text Example
Text Example
White with #D14EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EC8; }
p { color: rgb(209,78,200); }
H1.HeaderClassName
{
color: #D14EC8;
}
.AnyTagClassName
{
color: #D14EC8;
}
</style>
background-color css
<style>
a { background-color: #D14EC8; }
a { background-color: rgb(209,78,200); }
div.DivClassName
{
background-color: #D14EC8;
}
.BgClassName
{
background-color: #D14EC8;
}
</style>
border-color css
<style>
span { border-color: #D14EC8; }
span { border-color: rgb(209,78,200); }
td.TdClassName
{
border-color: #D14EC8;
}
.TagClassName
{
border-color: #D14EC8;
}
</style>