Shades of Fuchsia #D349AC
Tints of Fuchsia #D349AC
RGB
CMYK
RGB Variations
Color information
#D349AC (or 0xD349AC) is known color: Fuchsia. HEX triplet: D3, 49 and AC. RGB value is (211,73,172). Sum of RGB (Red+Green+Blue) = 211+73+172=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D349AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D349AC is #2CB653. Grayscale: #7D7D7D. Windows color (decimal): -2930260 or 11291091. OLE color: 11291091.
HSL color Cylindrical-coordinate representation of color #D349AC: hue angle of 316.96º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D349AC is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 172 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.17 |
| HSL | 316.96º | 0.61% | 0.56% | - |
| HSV(B) | 316.96º | 0.65% | 0.83% | - |
| XYZ | 36.69 | 21.59 | 41.26 | - |
| YUV | 125.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 172 | 0 | 0.65 | 0.18 | 0.17 | 316.96 | 0.61 | 0.56 |
| Hex | D3 | 49 | AC | 0 | 41 | 12 | 11 | 13D | 3D | 38 |
| Octal | 323 | 111 | 254 | 0 | 101 | 22 | 21 | 475 | 75 | 70 |
| Binary | 11010011 | 1001001 | 10101100 | 0 | 1000001 | 10010 | 10001 | 100111101 | 111101 | 111000 |
Color Harmonies of #D349AC
Complementary color
Monochromatic Colors of #D349AC
Black with #D349AC
Text Example
Text Example
White with #D349AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349AC; }
p { color: rgb(211,73,172); }
H1.HeaderClassName
{
color: #D349AC;
}
.AnyTagClassName
{
color: #D349AC;
}
</style>
background-color css
<style>
a { background-color: #D349AC; }
a { background-color: rgb(211,73,172); }
div.DivClassName
{
background-color: #D349AC;
}
.BgClassName
{
background-color: #D349AC;
}
</style>
border-color css
<style>
span { border-color: #D349AC; }
span { border-color: rgb(211,73,172); }
td.TdClassName
{
border-color: #D349AC;
}
.TagClassName
{
border-color: #D349AC;
}
</style>