Shades of Fuchsia #D14AC6
Tints of Fuchsia #D14AC6
RGB
CMYK
RGB Variations
Color information
#D14AC6 (or 0xD14AC6) is known color: Fuchsia. HEX triplet: D1, 4A and C6. RGB value is (209,74,198). Sum of RGB (Red+Green+Blue) = 209+74+198=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC6 is #2EB539. Grayscale: #808080. Windows color (decimal): -3061050 or 12995281. OLE color: 12995281.
HSL color Cylindrical-coordinate representation of color #D14AC6: hue angle of 304.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14AC6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 198 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.18 |
| HSL | 304.89º | 0.59% | 0.55% | - |
| HSV(B) | 304.89º | 0.65% | 0.82% | - |
| XYZ | 38.94 | 22.53 | 55.72 | - |
| YUV | 128.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 198 | 0 | 0.65 | 0.05 | 0.18 | 304.89 | 0.59 | 0.55 |
| Hex | D1 | 4A | C6 | 0 | 41 | 5 | 12 | 131 | 3B | 37 |
| Octal | 321 | 112 | 306 | 0 | 101 | 5 | 22 | 461 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11000110 | 0 | 1000001 | 101 | 10010 | 100110001 | 111011 | 110111 |
Color Harmonies of #D14AC6
Complementary color
Monochromatic Colors of #D14AC6
Black with #D14AC6
Text Example
Text Example
White with #D14AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AC6; }
p { color: rgb(209,74,198); }
H1.HeaderClassName
{
color: #D14AC6;
}
.AnyTagClassName
{
color: #D14AC6;
}
</style>
background-color css
<style>
a { background-color: #D14AC6; }
a { background-color: rgb(209,74,198); }
div.DivClassName
{
background-color: #D14AC6;
}
.BgClassName
{
background-color: #D14AC6;
}
</style>
border-color css
<style>
span { border-color: #D14AC6; }
span { border-color: rgb(209,74,198); }
td.TdClassName
{
border-color: #D14AC6;
}
.TagClassName
{
border-color: #D14AC6;
}
</style>