Shades of Fuchsia #D339BF
Tints of Fuchsia #D339BF
RGB
CMYK
RGB Variations
Color information
#D339BF (or 0xD339BF) is known color: Fuchsia. HEX triplet: D3, 39 and BF. RGB value is (211,57,191). Sum of RGB (Red+Green+Blue) = 211+57+191=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D339BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339BF is #2CC640. Grayscale: #757575. Windows color (decimal): -2934337 or 12532179. OLE color: 12532179.
HSL color Cylindrical-coordinate representation of color #D339BF: hue angle of 307.79º 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 #D339BF is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 191 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.17 |
| HSL | 307.79º | 0.64% | 0.53% | - |
| HSV(B) | 307.79º | 0.73% | 0.83% | - |
| XYZ | 37.73 | 20.54 | 51.27 | - |
| YUV | 118.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 191 | 0 | 0.73 | 0.09 | 0.17 | 307.79 | 0.64 | 0.53 |
| Hex | D3 | 39 | BF | 0 | 49 | 9 | 11 | 134 | 40 | 35 |
| Octal | 323 | 71 | 277 | 0 | 111 | 11 | 21 | 464 | 100 | 65 |
| Binary | 11010011 | 111001 | 10111111 | 0 | 1001001 | 1001 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D339BF
Complementary color
Monochromatic Colors of #D339BF
Black with #D339BF
Text Example
Text Example
White with #D339BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339BF; }
p { color: rgb(211,57,191); }
H1.HeaderClassName
{
color: #D339BF;
}
.AnyTagClassName
{
color: #D339BF;
}
</style>
background-color css
<style>
a { background-color: #D339BF; }
a { background-color: rgb(211,57,191); }
div.DivClassName
{
background-color: #D339BF;
}
.BgClassName
{
background-color: #D339BF;
}
</style>
border-color css
<style>
span { border-color: #D339BF; }
span { border-color: rgb(211,57,191); }
td.TdClassName
{
border-color: #D339BF;
}
.TagClassName
{
border-color: #D339BF;
}
</style>