Shades of Fuchsia #D14ED1
Tints of Fuchsia #D14ED1
RGB
CMYK
RGB Variations
Color information
#D14ED1 (or 0xD14ED1) is known color: Fuchsia. HEX triplet: D1, 4E and D1. RGB value is (209,78,209). Sum of RGB (Red+Green+Blue) = 209+78+209=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D14ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14ED1 is #2EB12E. Grayscale: #838383. Windows color (decimal): -3060015 or 13717201. OLE color: 13717201.
HSL color Cylindrical-coordinate representation of color #D14ED1: hue angle of 300º 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 #D14ED1 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 209 | - |
| CMYK | 0 | 0.63 | 0 | 0.18 |
| HSL | 300º | 0.59% | 0.56% | - |
| HSV(B) | 300º | 0.63% | 0.82% | - |
| XYZ | 40.53 | 23.61 | 62.74 | - |
| YUV | 132.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 209 | 0 | 0.63 | 0 | 0.18 | 300 | 0.59 | 0.56 |
| Hex | D1 | 4E | D1 | 0 | 3F | 0 | 12 | 12C | 3B | 38 |
| Octal | 321 | 116 | 321 | 0 | 77 | 0 | 22 | 454 | 73 | 70 |
| Binary | 11010001 | 1001110 | 11010001 | 0 | 111111 | 0 | 10010 | 100101100 | 111011 | 111000 |
Color Harmonies of #D14ED1
Complementary color
Monochromatic Colors of #D14ED1
Black with #D14ED1
Text Example
Text Example
White with #D14ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ED1; }
p { color: rgb(209,78,209); }
H1.HeaderClassName
{
color: #D14ED1;
}
.AnyTagClassName
{
color: #D14ED1;
}
</style>
background-color css
<style>
a { background-color: #D14ED1; }
a { background-color: rgb(209,78,209); }
div.DivClassName
{
background-color: #D14ED1;
}
.BgClassName
{
background-color: #D14ED1;
}
</style>
border-color css
<style>
span { border-color: #D14ED1; }
span { border-color: rgb(209,78,209); }
td.TdClassName
{
border-color: #D14ED1;
}
.TagClassName
{
border-color: #D14ED1;
}
</style>