Shades of Fuchsia #D14AB1
Tints of Fuchsia #D14AB1
RGB
CMYK
RGB Variations
Color information
#D14AB1 (or 0xD14AB1) is known color: Fuchsia. HEX triplet: D1, 4A and B1. RGB value is (209,74,177). Sum of RGB (Red+Green+Blue) = 209+74+177=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AB1 is #2EB54E. Grayscale: #7D7D7D. Windows color (decimal): -3061071 or 11619025. OLE color: 11619025.
HSL color Cylindrical-coordinate representation of color #D14AB1: hue angle of 314.22º 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 #D14AB1 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 177 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.18 |
| HSL | 314.22º | 0.59% | 0.55% | - |
| HSV(B) | 314.22º | 0.65% | 0.82% | - |
| XYZ | 36.68 | 21.63 | 43.84 | - |
| YUV | 126.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 177 | 0 | 0.65 | 0.15 | 0.18 | 314.22 | 0.59 | 0.55 |
| Hex | D1 | 4A | B1 | 0 | 41 | F | 12 | 13A | 3B | 37 |
| Octal | 321 | 112 | 261 | 0 | 101 | 17 | 22 | 472 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10110001 | 0 | 1000001 | 1111 | 10010 | 100111010 | 111011 | 110111 |
Color Harmonies of #D14AB1
Complementary color
Monochromatic Colors of #D14AB1
Black with #D14AB1
Text Example
Text Example
White with #D14AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AB1; }
p { color: rgb(209,74,177); }
H1.HeaderClassName
{
color: #D14AB1;
}
.AnyTagClassName
{
color: #D14AB1;
}
</style>
background-color css
<style>
a { background-color: #D14AB1; }
a { background-color: rgb(209,74,177); }
div.DivClassName
{
background-color: #D14AB1;
}
.BgClassName
{
background-color: #D14AB1;
}
</style>
border-color css
<style>
span { border-color: #D14AB1; }
span { border-color: rgb(209,74,177); }
td.TdClassName
{
border-color: #D14AB1;
}
.TagClassName
{
border-color: #D14AB1;
}
</style>