Shades of Fuchsia #D539C0
Tints of Fuchsia #D539C0
RGB
CMYK
RGB Variations
Color information
#D539C0 (or 0xD539C0) is known color: Fuchsia. HEX triplet: D5, 39 and C0. RGB value is (213,57,192). Sum of RGB (Red+Green+Blue) = 213+57+192=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D539C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539C0 is #2AC63F. Grayscale: #767676. Windows color (decimal): -2803264 or 12597717. OLE color: 12597717.
HSL color Cylindrical-coordinate representation of color #D539C0: hue angle of 308.08º 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 #D539C0 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 192 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.08º | 0.65% | 0.53% | - |
| HSV(B) | 308.08º | 0.73% | 0.84% | - |
| XYZ | 38.42 | 20.88 | 51.87 | - |
| YUV | 119.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 192 | 0 | 0.73 | 0.10 | 0.16 | 308.08 | 0.65 | 0.53 |
| Hex | D5 | 39 | C0 | 0 | 49 | A | 10 | 134 | 41 | 35 |
| Octal | 325 | 71 | 300 | 0 | 111 | 12 | 20 | 464 | 101 | 65 |
| Binary | 11010101 | 111001 | 11000000 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000001 | 110101 |
Color Harmonies of #D539C0
Complementary color
Monochromatic Colors of #D539C0
Black with #D539C0
Text Example
Text Example
White with #D539C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539C0; }
p { color: rgb(213,57,192); }
H1.HeaderClassName
{
color: #D539C0;
}
.AnyTagClassName
{
color: #D539C0;
}
</style>
background-color css
<style>
a { background-color: #D539C0; }
a { background-color: rgb(213,57,192); }
div.DivClassName
{
background-color: #D539C0;
}
.BgClassName
{
background-color: #D539C0;
}
</style>
border-color css
<style>
span { border-color: #D539C0; }
span { border-color: rgb(213,57,192); }
td.TdClassName
{
border-color: #D539C0;
}
.TagClassName
{
border-color: #D539C0;
}
</style>