Shades of Fuchsia #D14DC3
Tints of Fuchsia #D14DC3
RGB
CMYK
RGB Variations
Color information
#D14DC3 (or 0xD14DC3) is known color: Fuchsia. HEX triplet: D1, 4D and C3. RGB value is (209,77,195). Sum of RGB (Red+Green+Blue) = 209+77+195=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DC3 is #2EB23C. Grayscale: #818181. Windows color (decimal): -3060285 or 12799441. OLE color: 12799441.
HSL color Cylindrical-coordinate representation of color #D14DC3: hue angle of 306.36º 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 #D14DC3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 195 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.18 |
| HSL | 306.36º | 0.59% | 0.56% | - |
| HSV(B) | 306.36º | 0.63% | 0.82% | - |
| XYZ | 38.8 | 22.8 | 53.99 | - |
| YUV | 129.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 195 | 0 | 0.63 | 0.07 | 0.18 | 306.36 | 0.59 | 0.56 |
| Hex | D1 | 4D | C3 | 0 | 3F | 7 | 12 | 132 | 3B | 38 |
| Octal | 321 | 115 | 303 | 0 | 77 | 7 | 22 | 462 | 73 | 70 |
| Binary | 11010001 | 1001101 | 11000011 | 0 | 111111 | 111 | 10010 | 100110010 | 111011 | 111000 |
Color Harmonies of #D14DC3
Complementary color
Monochromatic Colors of #D14DC3
Black with #D14DC3
Text Example
Text Example
White with #D14DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DC3; }
p { color: rgb(209,77,195); }
H1.HeaderClassName
{
color: #D14DC3;
}
.AnyTagClassName
{
color: #D14DC3;
}
</style>
background-color css
<style>
a { background-color: #D14DC3; }
a { background-color: rgb(209,77,195); }
div.DivClassName
{
background-color: #D14DC3;
}
.BgClassName
{
background-color: #D14DC3;
}
</style>
border-color css
<style>
span { border-color: #D14DC3; }
span { border-color: rgb(209,77,195); }
td.TdClassName
{
border-color: #D14DC3;
}
.TagClassName
{
border-color: #D14DC3;
}
</style>