Shades of Fuchsia #D339CD
Tints of Fuchsia #D339CD
RGB
CMYK
RGB Variations
Color information
#D339CD (or 0xD339CD) is known color: Fuchsia. HEX triplet: D3, 39 and CD. RGB value is (211,57,205). Sum of RGB (Red+Green+Blue) = 211+57+205=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D339CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339CD is #2CC632. Grayscale: #777777. Windows color (decimal): -2934323 or 13449683. OLE color: 13449683.
HSL color Cylindrical-coordinate representation of color #D339CD: hue angle of 302.34º 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 #D339CD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 205 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.17 |
| HSL | 302.34º | 0.64% | 0.53% | - |
| HSV(B) | 302.34º | 0.73% | 0.83% | - |
| XYZ | 39.35 | 21.18 | 59.77 | - |
| YUV | 119.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 205 | 0 | 0.73 | 0.03 | 0.17 | 302.34 | 0.64 | 0.53 |
| Hex | D3 | 39 | CD | 0 | 49 | 3 | 11 | 12E | 40 | 35 |
| Octal | 323 | 71 | 315 | 0 | 111 | 3 | 21 | 456 | 100 | 65 |
| Binary | 11010011 | 111001 | 11001101 | 0 | 1001001 | 11 | 10001 | 100101110 | 1000000 | 110101 |
Color Harmonies of #D339CD
Complementary color
Monochromatic Colors of #D339CD
Black with #D339CD
Text Example
Text Example
White with #D339CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339CD; }
p { color: rgb(211,57,205); }
H1.HeaderClassName
{
color: #D339CD;
}
.AnyTagClassName
{
color: #D339CD;
}
</style>
background-color css
<style>
a { background-color: #D339CD; }
a { background-color: rgb(211,57,205); }
div.DivClassName
{
background-color: #D339CD;
}
.BgClassName
{
background-color: #D339CD;
}
</style>
border-color css
<style>
span { border-color: #D339CD; }
span { border-color: rgb(211,57,205); }
td.TdClassName
{
border-color: #D339CD;
}
.TagClassName
{
border-color: #D339CD;
}
</style>