Shades of Fuchsia #D447AD
Tints of Fuchsia #D447AD
RGB
CMYK
RGB Variations
Color information
#D447AD (or 0xD447AD) is known color: Fuchsia. HEX triplet: D4, 47 and AD. RGB value is (212,71,173). Sum of RGB (Red+Green+Blue) = 212+71+173=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D447AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D447AD is #2BB852. Grayscale: #7C7C7C. Windows color (decimal): -2865235 or 11356116. OLE color: 11356116.
HSL color Cylindrical-coordinate representation of color #D447AD: hue angle of 316.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447AD is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 173 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.17 |
| HSL | 316.6º | 0.62% | 0.55% | - |
| HSV(B) | 316.6º | 0.67% | 0.83% | - |
| XYZ | 36.95 | 21.52 | 41.74 | - |
| YUV | 124.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 173 | 0 | 0.67 | 0.18 | 0.17 | 316.6 | 0.62 | 0.55 |
| Hex | D4 | 47 | AD | 0 | 43 | 12 | 11 | 13D | 3E | 37 |
| Octal | 324 | 107 | 255 | 0 | 103 | 22 | 21 | 475 | 76 | 67 |
| Binary | 11010100 | 1000111 | 10101101 | 0 | 1000011 | 10010 | 10001 | 100111101 | 111110 | 110111 |
Color Harmonies of #D447AD
Complementary color
Monochromatic Colors of #D447AD
Black with #D447AD
Text Example
Text Example
White with #D447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447AD; }
p { color: rgb(212,71,173); }
H1.HeaderClassName
{
color: #D447AD;
}
.AnyTagClassName
{
color: #D447AD;
}
</style>
background-color css
<style>
a { background-color: #D447AD; }
a { background-color: rgb(212,71,173); }
div.DivClassName
{
background-color: #D447AD;
}
.BgClassName
{
background-color: #D447AD;
}
</style>
border-color css
<style>
span { border-color: #D447AD; }
span { border-color: rgb(212,71,173); }
td.TdClassName
{
border-color: #D447AD;
}
.TagClassName
{
border-color: #D447AD;
}
</style>