Shades of Fuchsia #D539D1
Tints of Fuchsia #D539D1
RGB
CMYK
RGB Variations
Color information
#D539D1 (or 0xD539D1) is known color: Fuchsia. HEX triplet: D5, 39 and D1. RGB value is (213,57,209). Sum of RGB (Red+Green+Blue) = 213+57+209=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D539D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539D1 is #2AC62E. Grayscale: #787878. Windows color (decimal): -2803247 or 13711829. OLE color: 13711829.
HSL color Cylindrical-coordinate representation of color #D539D1: hue angle of 301.54º 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 #D539D1 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 209 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.16 |
| HSL | 301.54º | 0.65% | 0.53% | - |
| HSV(B) | 301.54º | 0.73% | 0.84% | - |
| XYZ | 40.41 | 21.68 | 62.38 | - |
| YUV | 120.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 209 | 0 | 0.73 | 0.02 | 0.16 | 301.54 | 0.65 | 0.53 |
| Hex | D5 | 39 | D1 | 0 | 49 | 2 | 10 | 12E | 41 | 35 |
| Octal | 325 | 71 | 321 | 0 | 111 | 2 | 20 | 456 | 101 | 65 |
| Binary | 11010101 | 111001 | 11010001 | 0 | 1001001 | 10 | 10000 | 100101110 | 1000001 | 110101 |
Color Harmonies of #D539D1
Complementary color
Monochromatic Colors of #D539D1
Black with #D539D1
Text Example
Text Example
White with #D539D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539D1; }
p { color: rgb(213,57,209); }
H1.HeaderClassName
{
color: #D539D1;
}
.AnyTagClassName
{
color: #D539D1;
}
</style>
background-color css
<style>
a { background-color: #D539D1; }
a { background-color: rgb(213,57,209); }
div.DivClassName
{
background-color: #D539D1;
}
.BgClassName
{
background-color: #D539D1;
}
</style>
border-color css
<style>
span { border-color: #D539D1; }
span { border-color: rgb(213,57,209); }
td.TdClassName
{
border-color: #D539D1;
}
.TagClassName
{
border-color: #D539D1;
}
</style>