Shades of Fuchsia #D346BC
Tints of Fuchsia #D346BC
RGB
CMYK
RGB Variations
Color information
#D346BC (or 0xD346BC) is known color: Fuchsia. HEX triplet: D3, 46 and BC. RGB value is (211,70,188). Sum of RGB (Red+Green+Blue) = 211+70+188=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D346BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346BC is #2CB943. Grayscale: #7D7D7D. Windows color (decimal): -2931012 or 12338899. OLE color: 12338899.
HSL color Cylindrical-coordinate representation of color #D346BC: hue angle of 309.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D346BC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 188 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.17 |
| HSL | 309.79º | 0.62% | 0.55% | - |
| HSV(B) | 309.79º | 0.67% | 0.83% | - |
| XYZ | 38.13 | 21.86 | 49.79 | - |
| YUV | 125.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 188 | 0 | 0.67 | 0.11 | 0.17 | 309.79 | 0.62 | 0.55 |
| Hex | D3 | 46 | BC | 0 | 43 | B | 11 | 136 | 3E | 37 |
| Octal | 323 | 106 | 274 | 0 | 103 | 13 | 21 | 466 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10111100 | 0 | 1000011 | 1011 | 10001 | 100110110 | 111110 | 110111 |
Color Harmonies of #D346BC
Complementary color
Monochromatic Colors of #D346BC
Black with #D346BC
Text Example
Text Example
White with #D346BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346BC; }
p { color: rgb(211,70,188); }
H1.HeaderClassName
{
color: #D346BC;
}
.AnyTagClassName
{
color: #D346BC;
}
</style>
background-color css
<style>
a { background-color: #D346BC; }
a { background-color: rgb(211,70,188); }
div.DivClassName
{
background-color: #D346BC;
}
.BgClassName
{
background-color: #D346BC;
}
</style>
border-color css
<style>
span { border-color: #D346BC; }
span { border-color: rgb(211,70,188); }
td.TdClassName
{
border-color: #D346BC;
}
.TagClassName
{
border-color: #D346BC;
}
</style>