Shades of Fuchsia #D539CC
Tints of Fuchsia #D539CC
RGB
CMYK
RGB Variations
Color information
#D539CC (or 0xD539CC) is known color: Fuchsia. HEX triplet: D5, 39 and CC. RGB value is (213,57,204). Sum of RGB (Red+Green+Blue) = 213+57+204=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D539CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539CC is #2AC633. Grayscale: #777777. Windows color (decimal): -2803252 or 13384149. OLE color: 13384149.
HSL color Cylindrical-coordinate representation of color #D539CC: hue angle of 303.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D539CC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 204 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.16 |
| HSL | 303.46º | 0.65% | 0.53% | - |
| HSV(B) | 303.46º | 0.73% | 0.84% | - |
| XYZ | 39.8 | 21.43 | 59.17 | - |
| YUV | 120.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 204 | 0 | 0.73 | 0.04 | 0.16 | 303.46 | 0.65 | 0.53 |
| Hex | D5 | 39 | CC | 0 | 49 | 4 | 10 | 12F | 41 | 35 |
| Octal | 325 | 71 | 314 | 0 | 111 | 4 | 20 | 457 | 101 | 65 |
| Binary | 11010101 | 111001 | 11001100 | 0 | 1001001 | 100 | 10000 | 100101111 | 1000001 | 110101 |
Color Harmonies of #D539CC
Complementary color
Monochromatic Colors of #D539CC
Black with #D539CC
Text Example
Text Example
White with #D539CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539CC; }
p { color: rgb(213,57,204); }
H1.HeaderClassName
{
color: #D539CC;
}
.AnyTagClassName
{
color: #D539CC;
}
</style>
background-color css
<style>
a { background-color: #D539CC; }
a { background-color: rgb(213,57,204); }
div.DivClassName
{
background-color: #D539CC;
}
.BgClassName
{
background-color: #D539CC;
}
</style>
border-color css
<style>
span { border-color: #D539CC; }
span { border-color: rgb(213,57,204); }
td.TdClassName
{
border-color: #D539CC;
}
.TagClassName
{
border-color: #D539CC;
}
</style>