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