Shades of Fuchsia #D14AB4
Tints of Fuchsia #D14AB4
RGB
CMYK
RGB Variations
Color information
#D14AB4 (or 0xD14AB4) is known color: Fuchsia. HEX triplet: D1, 4A and B4. RGB value is (209,74,180). Sum of RGB (Red+Green+Blue) = 209+74+180=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB4 is #2EB54B. Grayscale: #7E7E7E. Windows color (decimal): -3061068 or 11815633. OLE color: 11815633.
HSL color Cylindrical-coordinate representation of color #D14AB4: hue angle of 312.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 #D14AB4 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 180 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.18 |
| HSL | 312.89º | 0.59% | 0.55% | - |
| HSV(B) | 312.89º | 0.65% | 0.82% | - |
| XYZ | 36.98 | 21.75 | 45.43 | - |
| YUV | 126.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 180 | 0 | 0.65 | 0.14 | 0.18 | 312.89 | 0.59 | 0.55 |
| Hex | D1 | 4A | B4 | 0 | 41 | E | 12 | 139 | 3B | 37 |
| Octal | 321 | 112 | 264 | 0 | 101 | 16 | 22 | 471 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10110100 | 0 | 1000001 | 1110 | 10010 | 100111001 | 111011 | 110111 |
Color Harmonies of #D14AB4
Complementary color
Monochromatic Colors of #D14AB4
Black with #D14AB4
Text Example
Text Example
White with #D14AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AB4; }
p { color: rgb(209,74,180); }
H1.HeaderClassName
{
color: #D14AB4;
}
.AnyTagClassName
{
color: #D14AB4;
}
</style>
background-color css
<style>
a { background-color: #D14AB4; }
a { background-color: rgb(209,74,180); }
div.DivClassName
{
background-color: #D14AB4;
}
.BgClassName
{
background-color: #D14AB4;
}
</style>
border-color css
<style>
span { border-color: #D14AB4; }
span { border-color: rgb(209,74,180); }
td.TdClassName
{
border-color: #D14AB4;
}
.TagClassName
{
border-color: #D14AB4;
}
</style>