Shades of Fuchsia #D349CC
Tints of Fuchsia #D349CC
RGB
CMYK
RGB Variations
Color information
#D349CC (or 0xD349CC) is known color: Fuchsia. HEX triplet: D3, 49 and CC. RGB value is (211,73,204). Sum of RGB (Red+Green+Blue) = 211+73+204=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D349CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349CC is #2CB633. Grayscale: #808080. Windows color (decimal): -2930228 or 13388243. OLE color: 13388243.
HSL color Cylindrical-coordinate representation of color #D349CC: hue angle of 303.04º 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 #D349CC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 204 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.17 |
| HSL | 303.04º | 0.61% | 0.56% | - |
| HSV(B) | 303.04º | 0.65% | 0.83% | - |
| XYZ | 40.15 | 22.97 | 59.45 | - |
| YUV | 129.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 204 | 0 | 0.65 | 0.03 | 0.17 | 303.04 | 0.61 | 0.56 |
| Hex | D3 | 49 | CC | 0 | 41 | 3 | 11 | 12F | 3D | 38 |
| Octal | 323 | 111 | 314 | 0 | 101 | 3 | 21 | 457 | 75 | 70 |
| Binary | 11010011 | 1001001 | 11001100 | 0 | 1000001 | 11 | 10001 | 100101111 | 111101 | 111000 |
Color Harmonies of #D349CC
Complementary color
Monochromatic Colors of #D349CC
Black with #D349CC
Text Example
Text Example
White with #D349CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349CC; }
p { color: rgb(211,73,204); }
H1.HeaderClassName
{
color: #D349CC;
}
.AnyTagClassName
{
color: #D349CC;
}
</style>
background-color css
<style>
a { background-color: #D349CC; }
a { background-color: rgb(211,73,204); }
div.DivClassName
{
background-color: #D349CC;
}
.BgClassName
{
background-color: #D349CC;
}
</style>
border-color css
<style>
span { border-color: #D349CC; }
span { border-color: rgb(211,73,204); }
td.TdClassName
{
border-color: #D349CC;
}
.TagClassName
{
border-color: #D349CC;
}
</style>