Shades of Fuchsia #D347C3
Tints of Fuchsia #D347C3
RGB
CMYK
RGB Variations
Color information
#D347C3 (or 0xD347C3) is known color: Fuchsia. HEX triplet: D3, 47 and C3. RGB value is (211,71,195). Sum of RGB (Red+Green+Blue) = 211+71+195=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D347C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347C3 is #2CB83C. Grayscale: #7E7E7E. Windows color (decimal): -2930749 or 12797907. OLE color: 12797907.
HSL color Cylindrical-coordinate representation of color #D347C3: hue angle of 306.86º 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 #D347C3 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 195 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.17 |
| HSL | 306.86º | 0.61% | 0.55% | - |
| HSV(B) | 306.86º | 0.66% | 0.83% | - |
| XYZ | 38.97 | 22.3 | 53.88 | - |
| YUV | 127 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 195 | 0 | 0.66 | 0.08 | 0.17 | 306.86 | 0.61 | 0.55 |
| Hex | D3 | 47 | C3 | 0 | 42 | 8 | 11 | 133 | 3D | 37 |
| Octal | 323 | 107 | 303 | 0 | 102 | 10 | 21 | 463 | 75 | 67 |
| Binary | 11010011 | 1000111 | 11000011 | 0 | 1000010 | 1000 | 10001 | 100110011 | 111101 | 110111 |
Color Harmonies of #D347C3
Complementary color
Monochromatic Colors of #D347C3
Black with #D347C3
Text Example
Text Example
White with #D347C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347C3; }
p { color: rgb(211,71,195); }
H1.HeaderClassName
{
color: #D347C3;
}
.AnyTagClassName
{
color: #D347C3;
}
</style>
background-color css
<style>
a { background-color: #D347C3; }
a { background-color: rgb(211,71,195); }
div.DivClassName
{
background-color: #D347C3;
}
.BgClassName
{
background-color: #D347C3;
}
</style>
border-color css
<style>
span { border-color: #D347C3; }
span { border-color: rgb(211,71,195); }
td.TdClassName
{
border-color: #D347C3;
}
.TagClassName
{
border-color: #D347C3;
}
</style>