Shades of Fuchsia #D140AF
Tints of Fuchsia #D140AF
RGB
CMYK
RGB Variations
Color information
#D140AF (or 0xD140AF) is known color: Fuchsia. HEX triplet: D1, 40 and AF. RGB value is (209,64,175). Sum of RGB (Red+Green+Blue) = 209+64+175=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AF is #2EBF50. Grayscale: #777777. Windows color (decimal): -3063633 or 11485393. OLE color: 11485393.
HSL color Cylindrical-coordinate representation of color #D140AF: hue angle of 314.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140AF is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 175 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.18 |
| HSL | 314.07º | 0.61% | 0.54% | - |
| HSV(B) | 314.07º | 0.69% | 0.82% | - |
| XYZ | 35.87 | 20.32 | 42.59 | - |
| YUV | 120.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 175 | 0 | 0.69 | 0.16 | 0.18 | 314.07 | 0.61 | 0.54 |
| Hex | D1 | 40 | AF | 0 | 45 | 10 | 12 | 13A | 3D | 36 |
| Octal | 321 | 100 | 257 | 0 | 105 | 20 | 22 | 472 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10101111 | 0 | 1000101 | 10000 | 10010 | 100111010 | 111101 | 110110 |
Color Harmonies of #D140AF
Complementary color
Monochromatic Colors of #D140AF
Black with #D140AF
Text Example
Text Example
White with #D140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140AF; }
p { color: rgb(209,64,175); }
H1.HeaderClassName
{
color: #D140AF;
}
.AnyTagClassName
{
color: #D140AF;
}
</style>
background-color css
<style>
a { background-color: #D140AF; }
a { background-color: rgb(209,64,175); }
div.DivClassName
{
background-color: #D140AF;
}
.BgClassName
{
background-color: #D140AF;
}
</style>
border-color css
<style>
span { border-color: #D140AF; }
span { border-color: rgb(209,64,175); }
td.TdClassName
{
border-color: #D140AF;
}
.TagClassName
{
border-color: #D140AF;
}
</style>