Shades of Fuchsia #D347BE
Tints of Fuchsia #D347BE
RGB
CMYK
RGB Variations
Color information
#D347BE (or 0xD347BE) is known color: Fuchsia. HEX triplet: D3, 47 and BE. RGB value is (211,71,190). Sum of RGB (Red+Green+Blue) = 211+71+190=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D347BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347BE is #2CB841. Grayscale: #7E7E7E. Windows color (decimal): -2930754 or 12470227. OLE color: 12470227.
HSL color Cylindrical-coordinate representation of color #D347BE: hue angle of 309º 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 #D347BE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 190 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.17 |
| HSL | 309º | 0.61% | 0.55% | - |
| HSV(B) | 309º | 0.66% | 0.83% | - |
| XYZ | 38.41 | 22.07 | 50.95 | - |
| YUV | 126.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 190 | 0 | 0.66 | 0.10 | 0.17 | 309 | 0.61 | 0.55 |
| Hex | D3 | 47 | BE | 0 | 42 | A | 11 | 135 | 3D | 37 |
| Octal | 323 | 107 | 276 | 0 | 102 | 12 | 21 | 465 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10111110 | 0 | 1000010 | 1010 | 10001 | 100110101 | 111101 | 110111 |
Color Harmonies of #D347BE
Complementary color
Monochromatic Colors of #D347BE
Black with #D347BE
Text Example
Text Example
White with #D347BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347BE; }
p { color: rgb(211,71,190); }
H1.HeaderClassName
{
color: #D347BE;
}
.AnyTagClassName
{
color: #D347BE;
}
</style>
background-color css
<style>
a { background-color: #D347BE; }
a { background-color: rgb(211,71,190); }
div.DivClassName
{
background-color: #D347BE;
}
.BgClassName
{
background-color: #D347BE;
}
</style>
border-color css
<style>
span { border-color: #D347BE; }
span { border-color: rgb(211,71,190); }
td.TdClassName
{
border-color: #D347BE;
}
.TagClassName
{
border-color: #D347BE;
}
</style>