Shades of Fuchsia #D139AF
Tints of Fuchsia #D139AF
RGB
CMYK
RGB Variations
Color information
#D139AF (or 0xD139AF) is known color: Fuchsia. HEX triplet: D1, 39 and AF. RGB value is (209,57,175). Sum of RGB (Red+Green+Blue) = 209+57+175=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D139AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139AF is #2EC650. Grayscale: #737373. Windows color (decimal): -3065425 or 11483601. OLE color: 11483601.
HSL color Cylindrical-coordinate representation of color #D139AF: hue angle of 313.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139AF is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 175 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.18 |
| HSL | 313.42º | 0.62% | 0.52% | - |
| HSV(B) | 313.42º | 0.73% | 0.82% | - |
| XYZ | 35.5 | 19.58 | 42.47 | - |
| YUV | 115.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 175 | 0 | 0.73 | 0.16 | 0.18 | 313.42 | 0.62 | 0.52 |
| Hex | D1 | 39 | AF | 0 | 49 | 10 | 12 | 139 | 3E | 34 |
| Octal | 321 | 71 | 257 | 0 | 111 | 20 | 22 | 471 | 76 | 64 |
| Binary | 11010001 | 111001 | 10101111 | 0 | 1001001 | 10000 | 10010 | 100111001 | 111110 | 110100 |
Color Harmonies of #D139AF
Complementary color
Monochromatic Colors of #D139AF
Black with #D139AF
Text Example
Text Example
White with #D139AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139AF; }
p { color: rgb(209,57,175); }
H1.HeaderClassName
{
color: #D139AF;
}
.AnyTagClassName
{
color: #D139AF;
}
</style>
background-color css
<style>
a { background-color: #D139AF; }
a { background-color: rgb(209,57,175); }
div.DivClassName
{
background-color: #D139AF;
}
.BgClassName
{
background-color: #D139AF;
}
</style>
border-color css
<style>
span { border-color: #D139AF; }
span { border-color: rgb(209,57,175); }
td.TdClassName
{
border-color: #D139AF;
}
.TagClassName
{
border-color: #D139AF;
}
</style>