Shades of Fuchsia #D44AAD
Tints of Fuchsia #D44AAD
RGB
CMYK
RGB Variations
Color information
#D44AAD (or 0xD44AAD) is known color: Fuchsia. HEX triplet: D4, 4A and AD. RGB value is (212,74,173). Sum of RGB (Red+Green+Blue) = 212+74+173=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AAD is #2BB552. Grayscale: #7E7E7E. Windows color (decimal): -2864467 or 11356884. OLE color: 11356884.
HSL color Cylindrical-coordinate representation of color #D44AAD: hue angle of 316.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AAD is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 173 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.17 |
| HSL | 316.96º | 0.62% | 0.56% | - |
| HSV(B) | 316.96º | 0.65% | 0.83% | - |
| XYZ | 37.14 | 21.91 | 41.81 | - |
| YUV | 126.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 173 | 0 | 0.65 | 0.18 | 0.17 | 316.96 | 0.62 | 0.56 |
| Hex | D4 | 4A | AD | 0 | 41 | 12 | 11 | 13D | 3E | 38 |
| Octal | 324 | 112 | 255 | 0 | 101 | 22 | 21 | 475 | 76 | 70 |
| Binary | 11010100 | 1001010 | 10101101 | 0 | 1000001 | 10010 | 10001 | 100111101 | 111110 | 111000 |
Color Harmonies of #D44AAD
Complementary color
Monochromatic Colors of #D44AAD
Black with #D44AAD
Text Example
Text Example
White with #D44AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44AAD; }
p { color: rgb(212,74,173); }
H1.HeaderClassName
{
color: #D44AAD;
}
.AnyTagClassName
{
color: #D44AAD;
}
</style>
background-color css
<style>
a { background-color: #D44AAD; }
a { background-color: rgb(212,74,173); }
div.DivClassName
{
background-color: #D44AAD;
}
.BgClassName
{
background-color: #D44AAD;
}
</style>
border-color css
<style>
span { border-color: #D44AAD; }
span { border-color: rgb(212,74,173); }
td.TdClassName
{
border-color: #D44AAD;
}
.TagClassName
{
border-color: #D44AAD;
}
</style>