Shades of Fuchsia #D347BC
Tints of Fuchsia #D347BC
RGB
CMYK
RGB Variations
Color information
#D347BC (or 0xD347BC) is known color: Fuchsia. HEX triplet: D3, 47 and BC. RGB value is (211,71,188). Sum of RGB (Red+Green+Blue) = 211+71+188=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D347BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347BC is #2CB843. Grayscale: #7D7D7D. Windows color (decimal): -2930756 or 12339155. OLE color: 12339155.
HSL color Cylindrical-coordinate representation of color #D347BC: hue angle of 309.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 #D347BC is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 188 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.17 |
| HSL | 309.86º | 0.61% | 0.55% | - |
| HSV(B) | 309.86º | 0.66% | 0.83% | - |
| XYZ | 38.19 | 21.99 | 49.81 | - |
| YUV | 126.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 188 | 0 | 0.66 | 0.11 | 0.17 | 309.86 | 0.61 | 0.55 |
| Hex | D3 | 47 | BC | 0 | 42 | B | 11 | 136 | 3D | 37 |
| Octal | 323 | 107 | 274 | 0 | 102 | 13 | 21 | 466 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10111100 | 0 | 1000010 | 1011 | 10001 | 100110110 | 111101 | 110111 |
Color Harmonies of #D347BC
Complementary color
Monochromatic Colors of #D347BC
Black with #D347BC
Text Example
Text Example
White with #D347BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347BC; }
p { color: rgb(211,71,188); }
H1.HeaderClassName
{
color: #D347BC;
}
.AnyTagClassName
{
color: #D347BC;
}
</style>
background-color css
<style>
a { background-color: #D347BC; }
a { background-color: rgb(211,71,188); }
div.DivClassName
{
background-color: #D347BC;
}
.BgClassName
{
background-color: #D347BC;
}
</style>
border-color css
<style>
span { border-color: #D347BC; }
span { border-color: rgb(211,71,188); }
td.TdClassName
{
border-color: #D347BC;
}
.TagClassName
{
border-color: #D347BC;
}
</style>