Shades of Fuchsia #D14DC9
Tints of Fuchsia #D14DC9
RGB
CMYK
RGB Variations
Color information
#D14DC9 (or 0xD14DC9) is known color: Fuchsia. HEX triplet: D1, 4D and C9. RGB value is (209,77,201). Sum of RGB (Red+Green+Blue) = 209+77+201=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DC9 is #2EB236. Grayscale: #828282. Windows color (decimal): -3060279 or 13192657. OLE color: 13192657.
HSL color Cylindrical-coordinate representation of color #D14DC9: hue angle of 303.64º 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 #D14DC9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 201 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.18 |
| HSL | 303.64º | 0.59% | 0.56% | - |
| HSV(B) | 303.64º | 0.63% | 0.82% | - |
| XYZ | 39.49 | 23.08 | 57.63 | - |
| YUV | 130.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 201 | 0 | 0.63 | 0.04 | 0.18 | 303.64 | 0.59 | 0.56 |
| Hex | D1 | 4D | C9 | 0 | 3F | 4 | 12 | 130 | 3B | 38 |
| Octal | 321 | 115 | 311 | 0 | 77 | 4 | 22 | 460 | 73 | 70 |
| Binary | 11010001 | 1001101 | 11001001 | 0 | 111111 | 100 | 10010 | 100110000 | 111011 | 111000 |
Color Harmonies of #D14DC9
Complementary color
Monochromatic Colors of #D14DC9
Black with #D14DC9
Text Example
Text Example
White with #D14DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DC9; }
p { color: rgb(209,77,201); }
H1.HeaderClassName
{
color: #D14DC9;
}
.AnyTagClassName
{
color: #D14DC9;
}
</style>
background-color css
<style>
a { background-color: #D14DC9; }
a { background-color: rgb(209,77,201); }
div.DivClassName
{
background-color: #D14DC9;
}
.BgClassName
{
background-color: #D14DC9;
}
</style>
border-color css
<style>
span { border-color: #D14DC9; }
span { border-color: rgb(209,77,201); }
td.TdClassName
{
border-color: #D14DC9;
}
.TagClassName
{
border-color: #D14DC9;
}
</style>