Shades of Fuchsia #D14ECE
Tints of Fuchsia #D14ECE
RGB
CMYK
RGB Variations
Color information
#D14ECE (or 0xD14ECE) is known color: Fuchsia. HEX triplet: D1, 4E and CE. RGB value is (209,78,206). Sum of RGB (Red+Green+Blue) = 209+78+206=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14ECE is #2EB131. Grayscale: #838383. Windows color (decimal): -3060018 or 13520593. OLE color: 13520593.
HSL color Cylindrical-coordinate representation of color #D14ECE: hue angle of 301.37º 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 #D14ECE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 206 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.18 |
| HSL | 301.37º | 0.59% | 0.56% | - |
| HSV(B) | 301.37º | 0.63% | 0.82% | - |
| XYZ | 40.16 | 23.46 | 60.8 | - |
| YUV | 131.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 206 | 0 | 0.63 | 0.01 | 0.18 | 301.37 | 0.59 | 0.56 |
| Hex | D1 | 4E | CE | 0 | 3F | 1 | 12 | 12D | 3B | 38 |
| Octal | 321 | 116 | 316 | 0 | 77 | 1 | 22 | 455 | 73 | 70 |
| Binary | 11010001 | 1001110 | 11001110 | 0 | 111111 | 1 | 10010 | 100101101 | 111011 | 111000 |
Color Harmonies of #D14ECE
Complementary color
Monochromatic Colors of #D14ECE
Black with #D14ECE
Text Example
Text Example
White with #D14ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ECE; }
p { color: rgb(209,78,206); }
H1.HeaderClassName
{
color: #D14ECE;
}
.AnyTagClassName
{
color: #D14ECE;
}
</style>
background-color css
<style>
a { background-color: #D14ECE; }
a { background-color: rgb(209,78,206); }
div.DivClassName
{
background-color: #D14ECE;
}
.BgClassName
{
background-color: #D14ECE;
}
</style>
border-color css
<style>
span { border-color: #D14ECE; }
span { border-color: rgb(209,78,206); }
td.TdClassName
{
border-color: #D14ECE;
}
.TagClassName
{
border-color: #D14ECE;
}
</style>