Shades of Fuchsia #D449AE
Tints of Fuchsia #D449AE
RGB
CMYK
RGB Variations
Color information
#D449AE (or 0xD449AE) is known color: Fuchsia. HEX triplet: D4, 49 and AE. RGB value is (212,73,174). Sum of RGB (Red+Green+Blue) = 212+73+174=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D449AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D449AE is #2BB651. Grayscale: #7D7D7D. Windows color (decimal): -2864722 or 11422164. OLE color: 11422164.
HSL color Cylindrical-coordinate representation of color #D449AE: hue angle of 316.4º 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 #D449AE is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 174 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.17 |
| HSL | 316.4º | 0.62% | 0.56% | - |
| HSV(B) | 316.4º | 0.66% | 0.83% | - |
| XYZ | 37.17 | 21.82 | 42.3 | - |
| YUV | 126.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 174 | 0 | 0.66 | 0.18 | 0.17 | 316.4 | 0.62 | 0.56 |
| Hex | D4 | 49 | AE | 0 | 42 | 12 | 11 | 13C | 3E | 38 |
| Octal | 324 | 111 | 256 | 0 | 102 | 22 | 21 | 474 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10101110 | 0 | 1000010 | 10010 | 10001 | 100111100 | 111110 | 111000 |
Color Harmonies of #D449AE
Complementary color
Monochromatic Colors of #D449AE
Black with #D449AE
Text Example
Text Example
White with #D449AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449AE; }
p { color: rgb(212,73,174); }
H1.HeaderClassName
{
color: #D449AE;
}
.AnyTagClassName
{
color: #D449AE;
}
</style>
background-color css
<style>
a { background-color: #D449AE; }
a { background-color: rgb(212,73,174); }
div.DivClassName
{
background-color: #D449AE;
}
.BgClassName
{
background-color: #D449AE;
}
</style>
border-color css
<style>
span { border-color: #D449AE; }
span { border-color: rgb(212,73,174); }
td.TdClassName
{
border-color: #D449AE;
}
.TagClassName
{
border-color: #D449AE;
}
</style>