Shades of Fuchsia #D339C5
Tints of Fuchsia #D339C5
RGB
CMYK
RGB Variations
Color information
#D339C5 (or 0xD339C5) is known color: Fuchsia. HEX triplet: D3, 39 and C5. RGB value is (211,57,197). Sum of RGB (Red+Green+Blue) = 211+57+197=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D339C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339C5 is #2CC63A. Grayscale: #767676. Windows color (decimal): -2934331 or 12925395. OLE color: 12925395.
HSL color Cylindrical-coordinate representation of color #D339C5: hue angle of 305.45º 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 #D339C5 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 197 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.17 |
| HSL | 305.45º | 0.64% | 0.53% | - |
| HSV(B) | 305.45º | 0.73% | 0.83% | - |
| XYZ | 38.41 | 20.81 | 54.82 | - |
| YUV | 119.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 197 | 0 | 0.73 | 0.07 | 0.17 | 305.45 | 0.64 | 0.53 |
| Hex | D3 | 39 | C5 | 0 | 49 | 7 | 11 | 131 | 40 | 35 |
| Octal | 323 | 71 | 305 | 0 | 111 | 7 | 21 | 461 | 100 | 65 |
| Binary | 11010011 | 111001 | 11000101 | 0 | 1001001 | 111 | 10001 | 100110001 | 1000000 | 110101 |
Color Harmonies of #D339C5
Complementary color
Monochromatic Colors of #D339C5
Black with #D339C5
Text Example
Text Example
White with #D339C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339C5; }
p { color: rgb(211,57,197); }
H1.HeaderClassName
{
color: #D339C5;
}
.AnyTagClassName
{
color: #D339C5;
}
</style>
background-color css
<style>
a { background-color: #D339C5; }
a { background-color: rgb(211,57,197); }
div.DivClassName
{
background-color: #D339C5;
}
.BgClassName
{
background-color: #D339C5;
}
</style>
border-color css
<style>
span { border-color: #D339C5; }
span { border-color: rgb(211,57,197); }
td.TdClassName
{
border-color: #D339C5;
}
.TagClassName
{
border-color: #D339C5;
}
</style>