Shades of Fuchsia #D459AC
Tints of Fuchsia #D459AC
RGB
CMYK
RGB Variations
Color information
#D459AC (or 0xD459AC) is known color: Fuchsia. HEX triplet: D4, 59 and AC. RGB value is (212,89,172). Sum of RGB (Red+Green+Blue) = 212+89+172=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D459AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459AC is #2BA653. Grayscale: #878787. Windows color (decimal): -2860628 or 11295188. OLE color: 11295188.
HSL color Cylindrical-coordinate representation of color #D459AC: hue angle of 319.51º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459AC is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 172 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.17 |
| HSL | 319.51º | 0.59% | 0.59% | - |
| HSV(B) | 319.51º | 0.58% | 0.83% | - |
| XYZ | 38.17 | 24.12 | 41.67 | - |
| YUV | 135.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 172 | 0 | 0.58 | 0.19 | 0.17 | 319.51 | 0.59 | 0.59 |
| Hex | D4 | 59 | AC | 0 | 3A | 13 | 11 | 140 | 3B | 3B |
| Octal | 324 | 131 | 254 | 0 | 72 | 23 | 21 | 500 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10101100 | 0 | 111010 | 10011 | 10001 | 101000000 | 111011 | 111011 |
Color Harmonies of #D459AC
Complementary color
Monochromatic Colors of #D459AC
Black with #D459AC
Text Example
Text Example
White with #D459AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459AC; }
p { color: rgb(212,89,172); }
H1.HeaderClassName
{
color: #D459AC;
}
.AnyTagClassName
{
color: #D459AC;
}
</style>
background-color css
<style>
a { background-color: #D459AC; }
a { background-color: rgb(212,89,172); }
div.DivClassName
{
background-color: #D459AC;
}
.BgClassName
{
background-color: #D459AC;
}
</style>
border-color css
<style>
span { border-color: #D459AC; }
span { border-color: rgb(212,89,172); }
td.TdClassName
{
border-color: #D459AC;
}
.TagClassName
{
border-color: #D459AC;
}
</style>