Shades of Fuchsia #D347C0
Tints of Fuchsia #D347C0
RGB
CMYK
RGB Variations
Color information
#D347C0 (or 0xD347C0) is known color: Fuchsia. HEX triplet: D3, 47 and C0. RGB value is (211,71,192). Sum of RGB (Red+Green+Blue) = 211+71+192=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D347C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347C0 is #2CB83F. Grayscale: #7E7E7E. Windows color (decimal): -2930752 or 12601299. OLE color: 12601299.
HSL color Cylindrical-coordinate representation of color #D347C0: hue angle of 308.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D347C0 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 192 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.17 |
| HSL | 308.14º | 0.61% | 0.55% | - |
| HSV(B) | 308.14º | 0.66% | 0.83% | - |
| XYZ | 38.63 | 22.16 | 52.11 | - |
| YUV | 126.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 192 | 0 | 0.66 | 0.09 | 0.17 | 308.14 | 0.61 | 0.55 |
| Hex | D3 | 47 | C0 | 0 | 42 | 9 | 11 | 134 | 3D | 37 |
| Octal | 323 | 107 | 300 | 0 | 102 | 11 | 21 | 464 | 75 | 67 |
| Binary | 11010011 | 1000111 | 11000000 | 0 | 1000010 | 1001 | 10001 | 100110100 | 111101 | 110111 |
Color Harmonies of #D347C0
Complementary color
Monochromatic Colors of #D347C0
Black with #D347C0
Text Example
Text Example
White with #D347C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347C0; }
p { color: rgb(211,71,192); }
H1.HeaderClassName
{
color: #D347C0;
}
.AnyTagClassName
{
color: #D347C0;
}
</style>
background-color css
<style>
a { background-color: #D347C0; }
a { background-color: rgb(211,71,192); }
div.DivClassName
{
background-color: #D347C0;
}
.BgClassName
{
background-color: #D347C0;
}
</style>
border-color css
<style>
span { border-color: #D347C0; }
span { border-color: rgb(211,71,192); }
td.TdClassName
{
border-color: #D347C0;
}
.TagClassName
{
border-color: #D347C0;
}
</style>