Shades of Fuchsia #D14AC1
Tints of Fuchsia #D14AC1
RGB
CMYK
RGB Variations
Color information
#D14AC1 (or 0xD14AC1) is known color: Fuchsia. HEX triplet: D1, 4A and C1. RGB value is (209,74,193). Sum of RGB (Red+Green+Blue) = 209+74+193=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC1 is #2EB53E. Grayscale: #7F7F7F. Windows color (decimal): -3061055 or 12667601. OLE color: 12667601.
HSL color Cylindrical-coordinate representation of color #D14AC1: hue angle of 307.11º 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 #D14AC1 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 193 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.18 |
| HSL | 307.11º | 0.59% | 0.55% | - |
| HSV(B) | 307.11º | 0.65% | 0.82% | - |
| XYZ | 38.37 | 22.3 | 52.73 | - |
| YUV | 127.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 193 | 0 | 0.65 | 0.08 | 0.18 | 307.11 | 0.59 | 0.55 |
| Hex | D1 | 4A | C1 | 0 | 41 | 8 | 12 | 133 | 3B | 37 |
| Octal | 321 | 112 | 301 | 0 | 101 | 10 | 22 | 463 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11000001 | 0 | 1000001 | 1000 | 10010 | 100110011 | 111011 | 110111 |
Color Harmonies of #D14AC1
Complementary color
Monochromatic Colors of #D14AC1
Black with #D14AC1
Text Example
Text Example
White with #D14AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AC1; }
p { color: rgb(209,74,193); }
H1.HeaderClassName
{
color: #D14AC1;
}
.AnyTagClassName
{
color: #D14AC1;
}
</style>
background-color css
<style>
a { background-color: #D14AC1; }
a { background-color: rgb(209,74,193); }
div.DivClassName
{
background-color: #D14AC1;
}
.BgClassName
{
background-color: #D14AC1;
}
</style>
border-color css
<style>
span { border-color: #D14AC1; }
span { border-color: rgb(209,74,193); }
td.TdClassName
{
border-color: #D14AC1;
}
.TagClassName
{
border-color: #D14AC1;
}
</style>