Shades of Fuchsia #D139AD
Tints of Fuchsia #D139AD
RGB
CMYK
RGB Variations
Color information
#D139AD (or 0xD139AD) is known color: Fuchsia. HEX triplet: D1, 39 and AD. RGB value is (209,57,173). Sum of RGB (Red+Green+Blue) = 209+57+173=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D139AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139AD is #2EC652. Grayscale: #737373. Windows color (decimal): -3065427 or 11352529. OLE color: 11352529.
HSL color Cylindrical-coordinate representation of color #D139AD: hue angle of 314.21º 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 #D139AD is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 173 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 314.21º | 0.62% | 0.52% | - |
| HSV(B) | 314.21º | 0.73% | 0.82% | - |
| XYZ | 35.3 | 19.5 | 41.44 | - |
| YUV | 115.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 173 | 0 | 0.73 | 0.17 | 0.18 | 314.21 | 0.62 | 0.52 |
| Hex | D1 | 39 | AD | 0 | 49 | 11 | 12 | 13A | 3E | 34 |
| Octal | 321 | 71 | 255 | 0 | 111 | 21 | 22 | 472 | 76 | 64 |
| Binary | 11010001 | 111001 | 10101101 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111110 | 110100 |
Color Harmonies of #D139AD
Complementary color
Monochromatic Colors of #D139AD
Black with #D139AD
Text Example
Text Example
White with #D139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139AD; }
p { color: rgb(209,57,173); }
H1.HeaderClassName
{
color: #D139AD;
}
.AnyTagClassName
{
color: #D139AD;
}
</style>
background-color css
<style>
a { background-color: #D139AD; }
a { background-color: rgb(209,57,173); }
div.DivClassName
{
background-color: #D139AD;
}
.BgClassName
{
background-color: #D139AD;
}
</style>
border-color css
<style>
span { border-color: #D139AD; }
span { border-color: rgb(209,57,173); }
td.TdClassName
{
border-color: #D139AD;
}
.TagClassName
{
border-color: #D139AD;
}
</style>