Shades of Fuchsia #D149AD
Tints of Fuchsia #D149AD
RGB
CMYK
RGB Variations
Color information
#D149AD (or 0xD149AD) is known color: Fuchsia. HEX triplet: D1, 49 and AD. RGB value is (209,73,173). Sum of RGB (Red+Green+Blue) = 209+73+173=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D149AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149AD is #2EB652. Grayscale: #7C7C7C. Windows color (decimal): -3061331 or 11356625. OLE color: 11356625.
HSL color Cylindrical-coordinate representation of color #D149AD: hue angle of 315.88º degrees, saturation: 0.6, 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 #D149AD is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 173 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.18 |
| HSL | 315.88º | 0.6% | 0.55% | - |
| HSV(B) | 315.88º | 0.65% | 0.82% | - |
| XYZ | 36.22 | 21.34 | 41.74 | - |
| YUV | 125.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 173 | 0 | 0.65 | 0.17 | 0.18 | 315.88 | 0.6 | 0.55 |
| Hex | D1 | 49 | AD | 0 | 41 | 11 | 12 | 13C | 3C | 37 |
| Octal | 321 | 111 | 255 | 0 | 101 | 21 | 22 | 474 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10101101 | 0 | 1000001 | 10001 | 10010 | 100111100 | 111100 | 110111 |
Color Harmonies of #D149AD
Complementary color
Monochromatic Colors of #D149AD
Black with #D149AD
Text Example
Text Example
White with #D149AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149AD; }
p { color: rgb(209,73,173); }
H1.HeaderClassName
{
color: #D149AD;
}
.AnyTagClassName
{
color: #D149AD;
}
</style>
background-color css
<style>
a { background-color: #D149AD; }
a { background-color: rgb(209,73,173); }
div.DivClassName
{
background-color: #D149AD;
}
.BgClassName
{
background-color: #D149AD;
}
</style>
border-color css
<style>
span { border-color: #D149AD; }
span { border-color: rgb(209,73,173); }
td.TdClassName
{
border-color: #D149AD;
}
.TagClassName
{
border-color: #D149AD;
}
</style>