Shades of Fuchsia #D339B9
Tints of Fuchsia #D339B9
RGB
CMYK
RGB Variations
Color information
#D339B9 (or 0xD339B9) is known color: Fuchsia. HEX triplet: D3, 39 and B9. RGB value is (211,57,185). Sum of RGB (Red+Green+Blue) = 211+57+185=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D339B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339B9 is #2CC646. Grayscale: #757575. Windows color (decimal): -2934343 or 12138963. OLE color: 12138963.
HSL color Cylindrical-coordinate representation of color #D339B9: hue angle of 310.13º 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 #D339B9 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 185 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.17 |
| HSL | 310.13º | 0.64% | 0.53% | - |
| HSV(B) | 310.13º | 0.73% | 0.83% | - |
| XYZ | 37.08 | 20.28 | 47.86 | - |
| YUV | 117.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 185 | 0 | 0.73 | 0.12 | 0.17 | 310.13 | 0.64 | 0.53 |
| Hex | D3 | 39 | B9 | 0 | 49 | C | 11 | 136 | 40 | 35 |
| Octal | 323 | 71 | 271 | 0 | 111 | 14 | 21 | 466 | 100 | 65 |
| Binary | 11010011 | 111001 | 10111001 | 0 | 1001001 | 1100 | 10001 | 100110110 | 1000000 | 110101 |
Color Harmonies of #D339B9
Complementary color
Monochromatic Colors of #D339B9
Black with #D339B9
Text Example
Text Example
White with #D339B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339B9; }
p { color: rgb(211,57,185); }
H1.HeaderClassName
{
color: #D339B9;
}
.AnyTagClassName
{
color: #D339B9;
}
</style>
background-color css
<style>
a { background-color: #D339B9; }
a { background-color: rgb(211,57,185); }
div.DivClassName
{
background-color: #D339B9;
}
.BgClassName
{
background-color: #D339B9;
}
</style>
border-color css
<style>
span { border-color: #D339B9; }
span { border-color: rgb(211,57,185); }
td.TdClassName
{
border-color: #D339B9;
}
.TagClassName
{
border-color: #D339B9;
}
</style>