Shades of Fuchsia #D040AC
Tints of Fuchsia #D040AC
RGB
CMYK
RGB Variations
Color information
#D040AC (or 0xD040AC) is known color: Fuchsia. HEX triplet: D0, 40 and AC. RGB value is (208,64,172). Sum of RGB (Red+Green+Blue) = 208+64+172=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D040AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040AC is #2FBF53. Grayscale: #777777. Windows color (decimal): -3129172 or 11288784. OLE color: 11288784.
HSL color Cylindrical-coordinate representation of color #D040AC: hue angle of 315º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040AC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 172 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.18 |
| HSL | 315º | 0.61% | 0.53% | - |
| HSV(B) | 315º | 0.69% | 0.82% | - |
| XYZ | 35.29 | 20.06 | 41.04 | - |
| YUV | 119.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 172 | 0 | 0.69 | 0.17 | 0.18 | 315 | 0.61 | 0.53 |
| Hex | D0 | 40 | AC | 0 | 45 | 11 | 12 | 13B | 3D | 35 |
| Octal | 320 | 100 | 254 | 0 | 105 | 21 | 22 | 473 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10101100 | 0 | 1000101 | 10001 | 10010 | 100111011 | 111101 | 110101 |
Color Harmonies of #D040AC
Complementary color
Monochromatic Colors of #D040AC
Black with #D040AC
Text Example
Text Example
White with #D040AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040AC; }
p { color: rgb(208,64,172); }
H1.HeaderClassName
{
color: #D040AC;
}
.AnyTagClassName
{
color: #D040AC;
}
</style>
background-color css
<style>
a { background-color: #D040AC; }
a { background-color: rgb(208,64,172); }
div.DivClassName
{
background-color: #D040AC;
}
.BgClassName
{
background-color: #D040AC;
}
</style>
border-color css
<style>
span { border-color: #D040AC; }
span { border-color: rgb(208,64,172); }
td.TdClassName
{
border-color: #D040AC;
}
.TagClassName
{
border-color: #D040AC;
}
</style>