Shades of Fuchsia #D339B7
Tints of Fuchsia #D339B7
RGB
CMYK
RGB Variations
Color information
#D339B7 (or 0xD339B7) is known color: Fuchsia. HEX triplet: D3, 39 and B7. RGB value is (211,57,183). Sum of RGB (Red+Green+Blue) = 211+57+183=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D339B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339B7 is #2CC648. Grayscale: #757575. Windows color (decimal): -2934345 or 12007891. OLE color: 12007891.
HSL color Cylindrical-coordinate representation of color #D339B7: hue angle of 310.91º 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 #D339B7 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 183 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.17 |
| HSL | 310.91º | 0.64% | 0.53% | - |
| HSV(B) | 310.91º | 0.73% | 0.83% | - |
| XYZ | 36.87 | 20.19 | 46.75 | - |
| YUV | 117.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 183 | 0 | 0.73 | 0.13 | 0.17 | 310.91 | 0.64 | 0.53 |
| Hex | D3 | 39 | B7 | 0 | 49 | D | 11 | 137 | 40 | 35 |
| Octal | 323 | 71 | 267 | 0 | 111 | 15 | 21 | 467 | 100 | 65 |
| Binary | 11010011 | 111001 | 10110111 | 0 | 1001001 | 1101 | 10001 | 100110111 | 1000000 | 110101 |
Color Harmonies of #D339B7
Complementary color
Monochromatic Colors of #D339B7
Black with #D339B7
Text Example
Text Example
White with #D339B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339B7; }
p { color: rgb(211,57,183); }
H1.HeaderClassName
{
color: #D339B7;
}
.AnyTagClassName
{
color: #D339B7;
}
</style>
background-color css
<style>
a { background-color: #D339B7; }
a { background-color: rgb(211,57,183); }
div.DivClassName
{
background-color: #D339B7;
}
.BgClassName
{
background-color: #D339B7;
}
</style>
border-color css
<style>
span { border-color: #D339B7; }
span { border-color: rgb(211,57,183); }
td.TdClassName
{
border-color: #D339B7;
}
.TagClassName
{
border-color: #D339B7;
}
</style>