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