Shades of Fuchsia #D044AF
Tints of Fuchsia #D044AF
RGB
CMYK
RGB Variations
Color information
#D044AF (or 0xD044AF) is known color: Fuchsia. HEX triplet: D0, 44 and AF. RGB value is (208,68,175). Sum of RGB (Red+Green+Blue) = 208+68+175=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D044AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044AF is #2FBB50. Grayscale: #797979. Windows color (decimal): -3128145 or 11486416. OLE color: 11486416.
HSL color Cylindrical-coordinate representation of color #D044AF: hue angle of 314.14º 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 #D044AF is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 68 | 175 | - |
CMYK | 0 | 0.67 | 0.16 | 0.18 |
HSL | 314.14º | 0.6% | 0.54% | - |
HSV(B) | 314.14º | 0.67% | 0.82% | - |
XYZ | 35.82 | 20.64 | 42.65 | - |
YUV | 122.06 | 157.88 | 189.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 68 | 175 | 0 | 0.67 | 0.16 | 0.18 | 314.14 | 0.6 | 0.54 |
Hex | D0 | 44 | AF | 0 | 43 | 10 | 12 | 13A | 3C | 36 |
Octal | 320 | 104 | 257 | 0 | 103 | 20 | 22 | 472 | 74 | 66 |
Binary | 11010000 | 1000100 | 10101111 | 0 | 1000011 | 10000 | 10010 | 100111010 | 111100 | 110110 |
Color Harmonies of #D044AF
Complementary color
Monochromatic Colors of #D044AF
Black with #D044AF
Text Example
Text Example
White with #D044AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044AF; }
p { color: rgb(208,68,175); }
H1.HeaderClassName
{
color: #D044AF;
}
.AnyTagClassName
{
color: #D044AF;
}
</style>
background-color css
<style>
a { background-color: #D044AF; }
a { background-color: rgb(208,68,175); }
div.DivClassName
{
background-color: #D044AF;
}
.BgClassName
{
background-color: #D044AF;
}
</style>
border-color css
<style>
span { border-color: #D044AF; }
span { border-color: rgb(208,68,175); }
td.TdClassName
{
border-color: #D044AF;
}
.TagClassName
{
border-color: #D044AF;
}
</style>