Shades of Fuchsia #D14DBF
Tints of Fuchsia #D14DBF
RGB
CMYK
RGB Variations
Color information
#D14DBF (or 0xD14DBF) is known color: Fuchsia. HEX triplet: D1, 4D and BF. RGB value is (209,77,191). Sum of RGB (Red+Green+Blue) = 209+77+191=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBF is #2EB240. Grayscale: #818181. Windows color (decimal): -3060289 or 12537297. OLE color: 12537297.
HSL color Cylindrical-coordinate representation of color #D14DBF: hue angle of 308.18º 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 #D14DBF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 191 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.18 |
| HSL | 308.18º | 0.59% | 0.56% | - |
| HSV(B) | 308.18º | 0.63% | 0.82% | - |
| XYZ | 38.35 | 22.62 | 51.64 | - |
| YUV | 129.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 191 | 0 | 0.63 | 0.09 | 0.18 | 308.18 | 0.59 | 0.56 |
| Hex | D1 | 4D | BF | 0 | 3F | 9 | 12 | 134 | 3B | 38 |
| Octal | 321 | 115 | 277 | 0 | 77 | 11 | 22 | 464 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10111111 | 0 | 111111 | 1001 | 10010 | 100110100 | 111011 | 111000 |
Color Harmonies of #D14DBF
Complementary color
Monochromatic Colors of #D14DBF
Black with #D14DBF
Text Example
Text Example
White with #D14DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DBF; }
p { color: rgb(209,77,191); }
H1.HeaderClassName
{
color: #D14DBF;
}
.AnyTagClassName
{
color: #D14DBF;
}
</style>
background-color css
<style>
a { background-color: #D14DBF; }
a { background-color: rgb(209,77,191); }
div.DivClassName
{
background-color: #D14DBF;
}
.BgClassName
{
background-color: #D14DBF;
}
</style>
border-color css
<style>
span { border-color: #D14DBF; }
span { border-color: rgb(209,77,191); }
td.TdClassName
{
border-color: #D14DBF;
}
.TagClassName
{
border-color: #D14DBF;
}
</style>