Shades of Fuchsia #D449AD
Tints of Fuchsia #D449AD
RGB
CMYK
RGB Variations
Color information
#D449AD (or 0xD449AD) is known color: Fuchsia. HEX triplet: D4, 49 and AD. RGB value is (212,73,173). Sum of RGB (Red+Green+Blue) = 212+73+173=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D449AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D449AD is #2BB652. Grayscale: #7D7D7D. Windows color (decimal): -2864723 or 11356628. OLE color: 11356628.
HSL color Cylindrical-coordinate representation of color #D449AD: hue angle of 316.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449AD is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 173 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.17 |
| HSL | 316.83º | 0.62% | 0.56% | - |
| HSV(B) | 316.83º | 0.66% | 0.83% | - |
| XYZ | 37.08 | 21.78 | 41.78 | - |
| YUV | 125.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 173 | 0 | 0.66 | 0.18 | 0.17 | 316.83 | 0.62 | 0.56 |
| Hex | D4 | 49 | AD | 0 | 42 | 12 | 11 | 13D | 3E | 38 |
| Octal | 324 | 111 | 255 | 0 | 102 | 22 | 21 | 475 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10101101 | 0 | 1000010 | 10010 | 10001 | 100111101 | 111110 | 111000 |
Color Harmonies of #D449AD
Complementary color
Monochromatic Colors of #D449AD
Black with #D449AD
Text Example
Text Example
White with #D449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449AD; }
p { color: rgb(212,73,173); }
H1.HeaderClassName
{
color: #D449AD;
}
.AnyTagClassName
{
color: #D449AD;
}
</style>
background-color css
<style>
a { background-color: #D449AD; }
a { background-color: rgb(212,73,173); }
div.DivClassName
{
background-color: #D449AD;
}
.BgClassName
{
background-color: #D449AD;
}
</style>
border-color css
<style>
span { border-color: #D449AD; }
span { border-color: rgb(212,73,173); }
td.TdClassName
{
border-color: #D449AD;
}
.TagClassName
{
border-color: #D449AD;
}
</style>