Shades of Fuchsia #D349BE
Tints of Fuchsia #D349BE
RGB
CMYK
RGB Variations
Color information
#D349BE (or 0xD349BE) is known color: Fuchsia. HEX triplet: D3, 49 and BE. RGB value is (211,73,190). Sum of RGB (Red+Green+Blue) = 211+73+190=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D349BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349BE is #2CB641. Grayscale: #7F7F7F. Windows color (decimal): -2930242 or 12470739. OLE color: 12470739.
HSL color Cylindrical-coordinate representation of color #D349BE: hue angle of 309.13º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D349BE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 190 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.17 |
| HSL | 309.13º | 0.61% | 0.56% | - |
| HSV(B) | 309.13º | 0.65% | 0.83% | - |
| XYZ | 38.54 | 22.33 | 50.99 | - |
| YUV | 127.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 190 | 0 | 0.65 | 0.10 | 0.17 | 309.13 | 0.61 | 0.56 |
| Hex | D3 | 49 | BE | 0 | 41 | A | 11 | 135 | 3D | 38 |
| Octal | 323 | 111 | 276 | 0 | 101 | 12 | 21 | 465 | 75 | 70 |
| Binary | 11010011 | 1001001 | 10111110 | 0 | 1000001 | 1010 | 10001 | 100110101 | 111101 | 111000 |
Color Harmonies of #D349BE
Complementary color
Monochromatic Colors of #D349BE
Black with #D349BE
Text Example
Text Example
White with #D349BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349BE; }
p { color: rgb(211,73,190); }
H1.HeaderClassName
{
color: #D349BE;
}
.AnyTagClassName
{
color: #D349BE;
}
</style>
background-color css
<style>
a { background-color: #D349BE; }
a { background-color: rgb(211,73,190); }
div.DivClassName
{
background-color: #D349BE;
}
.BgClassName
{
background-color: #D349BE;
}
</style>
border-color css
<style>
span { border-color: #D349BE; }
span { border-color: rgb(211,73,190); }
td.TdClassName
{
border-color: #D349BE;
}
.TagClassName
{
border-color: #D349BE;
}
</style>