Shades of Fuchsia #D339C0
Tints of Fuchsia #D339C0
RGB
CMYK
RGB Variations
Color information
#D339C0 (or 0xD339C0) is known color: Fuchsia. HEX triplet: D3, 39 and C0. RGB value is (211,57,192). Sum of RGB (Red+Green+Blue) = 211+57+192=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D339C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339C0 is #2CC63F. Grayscale: #767676. Windows color (decimal): -2934336 or 12597715. OLE color: 12597715.
HSL color Cylindrical-coordinate representation of color #D339C0: hue angle of 307.4º 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 #D339C0 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 192 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.17 |
| HSL | 307.4º | 0.64% | 0.53% | - |
| HSV(B) | 307.4º | 0.73% | 0.83% | - |
| XYZ | 37.84 | 20.58 | 51.85 | - |
| YUV | 118.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 192 | 0 | 0.73 | 0.09 | 0.17 | 307.4 | 0.64 | 0.53 |
| Hex | D3 | 39 | C0 | 0 | 49 | 9 | 11 | 133 | 40 | 35 |
| Octal | 323 | 71 | 300 | 0 | 111 | 11 | 21 | 463 | 100 | 65 |
| Binary | 11010011 | 111001 | 11000000 | 0 | 1001001 | 1001 | 10001 | 100110011 | 1000000 | 110101 |
Color Harmonies of #D339C0
Complementary color
Monochromatic Colors of #D339C0
Black with #D339C0
Text Example
Text Example
White with #D339C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339C0; }
p { color: rgb(211,57,192); }
H1.HeaderClassName
{
color: #D339C0;
}
.AnyTagClassName
{
color: #D339C0;
}
</style>
background-color css
<style>
a { background-color: #D339C0; }
a { background-color: rgb(211,57,192); }
div.DivClassName
{
background-color: #D339C0;
}
.BgClassName
{
background-color: #D339C0;
}
</style>
border-color css
<style>
span { border-color: #D339C0; }
span { border-color: rgb(211,57,192); }
td.TdClassName
{
border-color: #D339C0;
}
.TagClassName
{
border-color: #D339C0;
}
</style>