Shades of Fuchsia #D044AE
Tints of Fuchsia #D044AE
RGB
CMYK
RGB Variations
Color information
#D044AE (or 0xD044AE) is known color: Fuchsia. HEX triplet: D0, 44 and AE. RGB value is (208,68,174). Sum of RGB (Red+Green+Blue) = 208+68+174=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D044AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044AE is #2FBB51. Grayscale: #797979. Windows color (decimal): -3128146 or 11420880. OLE color: 11420880.
HSL color Cylindrical-coordinate representation of color #D044AE: hue angle of 314.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044AE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 174 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.18 |
| HSL | 314.57º | 0.6% | 0.54% | - |
| HSV(B) | 314.57º | 0.67% | 0.82% | - |
| XYZ | 35.72 | 20.6 | 42.14 | - |
| YUV | 121.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 174 | 0 | 0.67 | 0.16 | 0.18 | 314.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | AE | 0 | 43 | 10 | 12 | 13B | 3C | 36 |
| Octal | 320 | 104 | 256 | 0 | 103 | 20 | 22 | 473 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10101110 | 0 | 1000011 | 10000 | 10010 | 100111011 | 111100 | 110110 |
Color Harmonies of #D044AE
Complementary color
Monochromatic Colors of #D044AE
Black with #D044AE
Text Example
Text Example
White with #D044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044AE; }
p { color: rgb(208,68,174); }
H1.HeaderClassName
{
color: #D044AE;
}
.AnyTagClassName
{
color: #D044AE;
}
</style>
background-color css
<style>
a { background-color: #D044AE; }
a { background-color: rgb(208,68,174); }
div.DivClassName
{
background-color: #D044AE;
}
.BgClassName
{
background-color: #D044AE;
}
</style>
border-color css
<style>
span { border-color: #D044AE; }
span { border-color: rgb(208,68,174); }
td.TdClassName
{
border-color: #D044AE;
}
.TagClassName
{
border-color: #D044AE;
}
</style>