Shades of Fuchsia #D051AC
Tints of Fuchsia #D051AC
RGB
CMYK
RGB Variations
Color information
#D051AC (or 0xD051AC) is known color: Fuchsia. HEX triplet: D0, 51 and AC. RGB value is (208,81,172). Sum of RGB (Red+Green+Blue) = 208+81+172=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D051AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051AC is #2FAE53. Grayscale: #818181. Windows color (decimal): -3124820 or 11293136. OLE color: 11293136.
HSL color Cylindrical-coordinate representation of color #D051AC: hue angle of 317.01º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D051AC is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 172 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.18 |
| HSL | 317.01º | 0.57% | 0.57% | - |
| HSV(B) | 317.01º | 0.61% | 0.82% | - |
| XYZ | 36.4 | 22.27 | 41.41 | - |
| YUV | 129.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 172 | 0 | 0.61 | 0.17 | 0.18 | 317.01 | 0.57 | 0.57 |
| Hex | D0 | 51 | AC | 0 | 3D | 11 | 12 | 13D | 39 | 39 |
| Octal | 320 | 121 | 254 | 0 | 75 | 21 | 22 | 475 | 71 | 71 |
| Binary | 11010000 | 1010001 | 10101100 | 0 | 111101 | 10001 | 10010 | 100111101 | 111001 | 111001 |
Color Harmonies of #D051AC
Complementary color
Monochromatic Colors of #D051AC
Black with #D051AC
Text Example
Text Example
White with #D051AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051AC; }
p { color: rgb(208,81,172); }
H1.HeaderClassName
{
color: #D051AC;
}
.AnyTagClassName
{
color: #D051AC;
}
</style>
background-color css
<style>
a { background-color: #D051AC; }
a { background-color: rgb(208,81,172); }
div.DivClassName
{
background-color: #D051AC;
}
.BgClassName
{
background-color: #D051AC;
}
</style>
border-color css
<style>
span { border-color: #D051AC; }
span { border-color: rgb(208,81,172); }
td.TdClassName
{
border-color: #D051AC;
}
.TagClassName
{
border-color: #D051AC;
}
</style>