Shades of Fuchsia #D14DBC
Tints of Fuchsia #D14DBC
RGB
CMYK
RGB Variations
Color information
#D14DBC (or 0xD14DBC) is known color: Fuchsia. HEX triplet: D1, 4D and BC. RGB value is (209,77,188). Sum of RGB (Red+Green+Blue) = 209+77+188=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBC is #2EB243. Grayscale: #808080. Windows color (decimal): -3060292 or 12340689. OLE color: 12340689.
HSL color Cylindrical-coordinate representation of color #D14DBC: hue angle of 309.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 #D14DBC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 188 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.18 |
| HSL | 309.55º | 0.59% | 0.56% | - |
| HSV(B) | 309.55º | 0.63% | 0.82% | - |
| XYZ | 38.03 | 22.49 | 49.91 | - |
| YUV | 129.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 188 | 0 | 0.63 | 0.10 | 0.18 | 309.55 | 0.59 | 0.56 |
| Hex | D1 | 4D | BC | 0 | 3F | A | 12 | 136 | 3B | 38 |
| Octal | 321 | 115 | 274 | 0 | 77 | 12 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10111100 | 0 | 111111 | 1010 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14DBC
Complementary color
Monochromatic Colors of #D14DBC
Black with #D14DBC
Text Example
Text Example
White with #D14DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DBC; }
p { color: rgb(209,77,188); }
H1.HeaderClassName
{
color: #D14DBC;
}
.AnyTagClassName
{
color: #D14DBC;
}
</style>
background-color css
<style>
a { background-color: #D14DBC; }
a { background-color: rgb(209,77,188); }
div.DivClassName
{
background-color: #D14DBC;
}
.BgClassName
{
background-color: #D14DBC;
}
</style>
border-color css
<style>
span { border-color: #D14DBC; }
span { border-color: rgb(209,77,188); }
td.TdClassName
{
border-color: #D14DBC;
}
.TagClassName
{
border-color: #D14DBC;
}
</style>