Shades of Fuchsia #D14ECF
Tints of Fuchsia #D14ECF
RGB
CMYK
RGB Variations
Color information
#D14ECF (or 0xD14ECF) is known color: Fuchsia. HEX triplet: D1, 4E and CF. RGB value is (209,78,207). Sum of RGB (Red+Green+Blue) = 209+78+207=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14ECF is #2EB130. Grayscale: #838383. Windows color (decimal): -3060017 or 13586129. OLE color: 13586129.
HSL color Cylindrical-coordinate representation of color #D14ECF: hue angle of 300.92º 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 #D14ECF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 207 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.18 |
| HSL | 300.92º | 0.59% | 0.56% | - |
| HSV(B) | 300.92º | 0.63% | 0.82% | - |
| XYZ | 40.28 | 23.51 | 61.45 | - |
| YUV | 131.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 207 | 0 | 0.63 | 0.01 | 0.18 | 300.92 | 0.59 | 0.56 |
| Hex | D1 | 4E | CF | 0 | 3F | 1 | 12 | 12D | 3B | 38 |
| Octal | 321 | 116 | 317 | 0 | 77 | 1 | 22 | 455 | 73 | 70 |
| Binary | 11010001 | 1001110 | 11001111 | 0 | 111111 | 1 | 10010 | 100101101 | 111011 | 111000 |
Color Harmonies of #D14ECF
Complementary color
Monochromatic Colors of #D14ECF
Black with #D14ECF
Text Example
Text Example
White with #D14ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ECF; }
p { color: rgb(209,78,207); }
H1.HeaderClassName
{
color: #D14ECF;
}
.AnyTagClassName
{
color: #D14ECF;
}
</style>
background-color css
<style>
a { background-color: #D14ECF; }
a { background-color: rgb(209,78,207); }
div.DivClassName
{
background-color: #D14ECF;
}
.BgClassName
{
background-color: #D14ECF;
}
</style>
border-color css
<style>
span { border-color: #D14ECF; }
span { border-color: rgb(209,78,207); }
td.TdClassName
{
border-color: #D14ECF;
}
.TagClassName
{
border-color: #D14ECF;
}
</style>