Shades of Fuchsia #D339C1
Tints of Fuchsia #D339C1
RGB
CMYK
RGB Variations
Color information
#D339C1 (or 0xD339C1) is known color: Fuchsia. HEX triplet: D3, 39 and C1. RGB value is (211,57,193). Sum of RGB (Red+Green+Blue) = 211+57+193=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D339C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339C1 is #2CC63E. Grayscale: #767676. Windows color (decimal): -2934335 or 12663251. OLE color: 12663251.
HSL color Cylindrical-coordinate representation of color #D339C1: hue angle of 307.01º 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 #D339C1 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 193 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.17 |
| HSL | 307.01º | 0.64% | 0.53% | - |
| HSV(B) | 307.01º | 0.73% | 0.83% | - |
| XYZ | 37.95 | 20.63 | 52.43 | - |
| YUV | 118.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 193 | 0 | 0.73 | 0.09 | 0.17 | 307.01 | 0.64 | 0.53 |
| Hex | D3 | 39 | C1 | 0 | 49 | 9 | 11 | 133 | 40 | 35 |
| Octal | 323 | 71 | 301 | 0 | 111 | 11 | 21 | 463 | 100 | 65 |
| Binary | 11010011 | 111001 | 11000001 | 0 | 1001001 | 1001 | 10001 | 100110011 | 1000000 | 110101 |
Color Harmonies of #D339C1
Complementary color
Monochromatic Colors of #D339C1
Black with #D339C1
Text Example
Text Example
White with #D339C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339C1; }
p { color: rgb(211,57,193); }
H1.HeaderClassName
{
color: #D339C1;
}
.AnyTagClassName
{
color: #D339C1;
}
</style>
background-color css
<style>
a { background-color: #D339C1; }
a { background-color: rgb(211,57,193); }
div.DivClassName
{
background-color: #D339C1;
}
.BgClassName
{
background-color: #D339C1;
}
</style>
border-color css
<style>
span { border-color: #D339C1; }
span { border-color: rgb(211,57,193); }
td.TdClassName
{
border-color: #D339C1;
}
.TagClassName
{
border-color: #D339C1;
}
</style>