Shades of Fuchsia #D14EC9
Tints of Fuchsia #D14EC9
RGB
CMYK
RGB Variations
Color information
#D14EC9 (or 0xD14EC9) is known color: Fuchsia. HEX triplet: D1, 4E and C9. RGB value is (209,78,201). Sum of RGB (Red+Green+Blue) = 209+78+201=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC9 is #2EB136. Grayscale: #828282. Windows color (decimal): -3060023 or 13192913. OLE color: 13192913.
HSL color Cylindrical-coordinate representation of color #D14EC9: hue angle of 303.66º 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 #D14EC9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 201 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.18 |
| HSL | 303.66º | 0.59% | 0.56% | - |
| HSV(B) | 303.66º | 0.63% | 0.82% | - |
| XYZ | 39.56 | 23.22 | 57.66 | - |
| YUV | 131.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 201 | 0 | 0.63 | 0.04 | 0.18 | 303.66 | 0.59 | 0.56 |
| Hex | D1 | 4E | C9 | 0 | 3F | 4 | 12 | 130 | 3B | 38 |
| Octal | 321 | 116 | 311 | 0 | 77 | 4 | 22 | 460 | 73 | 70 |
| Binary | 11010001 | 1001110 | 11001001 | 0 | 111111 | 100 | 10010 | 100110000 | 111011 | 111000 |
Color Harmonies of #D14EC9
Complementary color
Monochromatic Colors of #D14EC9
Black with #D14EC9
Text Example
Text Example
White with #D14EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EC9; }
p { color: rgb(209,78,201); }
H1.HeaderClassName
{
color: #D14EC9;
}
.AnyTagClassName
{
color: #D14EC9;
}
</style>
background-color css
<style>
a { background-color: #D14EC9; }
a { background-color: rgb(209,78,201); }
div.DivClassName
{
background-color: #D14EC9;
}
.BgClassName
{
background-color: #D14EC9;
}
</style>
border-color css
<style>
span { border-color: #D14EC9; }
span { border-color: rgb(209,78,201); }
td.TdClassName
{
border-color: #D14EC9;
}
.TagClassName
{
border-color: #D14EC9;
}
</style>