Shades of Fuchsia #D339BE
Tints of Fuchsia #D339BE
RGB
CMYK
RGB Variations
Color information
#D339BE (or 0xD339BE) is known color: Fuchsia. HEX triplet: D3, 39 and BE. RGB value is (211,57,190). Sum of RGB (Red+Green+Blue) = 211+57+190=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D339BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339BE is #2CC641. Grayscale: #757575. Windows color (decimal): -2934338 or 12466643. OLE color: 12466643.
HSL color Cylindrical-coordinate representation of color #D339BE: hue angle of 308.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D339BE is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 190 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.17 |
| HSL | 308.18º | 0.64% | 0.53% | - |
| HSV(B) | 308.18º | 0.73% | 0.83% | - |
| XYZ | 37.62 | 20.49 | 50.69 | - |
| YUV | 118.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 190 | 0 | 0.73 | 0.10 | 0.17 | 308.18 | 0.64 | 0.53 |
| Hex | D3 | 39 | BE | 0 | 49 | A | 11 | 134 | 40 | 35 |
| Octal | 323 | 71 | 276 | 0 | 111 | 12 | 21 | 464 | 100 | 65 |
| Binary | 11010011 | 111001 | 10111110 | 0 | 1001001 | 1010 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D339BE
Complementary color
Monochromatic Colors of #D339BE
Black with #D339BE
Text Example
Text Example
White with #D339BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339BE; }
p { color: rgb(211,57,190); }
H1.HeaderClassName
{
color: #D339BE;
}
.AnyTagClassName
{
color: #D339BE;
}
</style>
background-color css
<style>
a { background-color: #D339BE; }
a { background-color: rgb(211,57,190); }
div.DivClassName
{
background-color: #D339BE;
}
.BgClassName
{
background-color: #D339BE;
}
</style>
border-color css
<style>
span { border-color: #D339BE; }
span { border-color: rgb(211,57,190); }
td.TdClassName
{
border-color: #D339BE;
}
.TagClassName
{
border-color: #D339BE;
}
</style>