Shades of Fuchsia #D14AAF
Tints of Fuchsia #D14AAF
RGB
CMYK
RGB Variations
Color information
#D14AAF (or 0xD14AAF) is known color: Fuchsia. HEX triplet: D1, 4A and AF. RGB value is (209,74,175). Sum of RGB (Red+Green+Blue) = 209+74+175=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14AAF is #2EB550. Grayscale: #7D7D7D. Windows color (decimal): -3061073 or 11487953. OLE color: 11487953.
HSL color Cylindrical-coordinate representation of color #D14AAF: hue angle of 315.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 #D14AAF is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 175 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.18 |
| HSL | 315.11º | 0.59% | 0.55% | - |
| HSV(B) | 315.11º | 0.65% | 0.82% | - |
| XYZ | 36.48 | 21.55 | 42.79 | - |
| YUV | 125.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 175 | 0 | 0.65 | 0.16 | 0.18 | 315.11 | 0.59 | 0.55 |
| Hex | D1 | 4A | AF | 0 | 41 | 10 | 12 | 13B | 3B | 37 |
| Octal | 321 | 112 | 257 | 0 | 101 | 20 | 22 | 473 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10101111 | 0 | 1000001 | 10000 | 10010 | 100111011 | 111011 | 110111 |
Color Harmonies of #D14AAF
Complementary color
Monochromatic Colors of #D14AAF
Black with #D14AAF
Text Example
Text Example
White with #D14AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AAF; }
p { color: rgb(209,74,175); }
H1.HeaderClassName
{
color: #D14AAF;
}
.AnyTagClassName
{
color: #D14AAF;
}
</style>
background-color css
<style>
a { background-color: #D14AAF; }
a { background-color: rgb(209,74,175); }
div.DivClassName
{
background-color: #D14AAF;
}
.BgClassName
{
background-color: #D14AAF;
}
</style>
border-color css
<style>
span { border-color: #D14AAF; }
span { border-color: rgb(209,74,175); }
td.TdClassName
{
border-color: #D14AAF;
}
.TagClassName
{
border-color: #D14AAF;
}
</style>