Shades of Fuchsia #D539C3
Tints of Fuchsia #D539C3
RGB
CMYK
RGB Variations
Color information
#D539C3 (or 0xD539C3) is known color: Fuchsia. HEX triplet: D5, 39 and C3. RGB value is (213,57,195). Sum of RGB (Red+Green+Blue) = 213+57+195=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D539C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539C3 is #2AC63C. Grayscale: #767676. Windows color (decimal): -2803261 or 12794325. OLE color: 12794325.
HSL color Cylindrical-coordinate representation of color #D539C3: hue angle of 306.92º 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 #D539C3 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 195 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.16 |
| HSL | 306.92º | 0.65% | 0.53% | - |
| HSV(B) | 306.92º | 0.73% | 0.84% | - |
| XYZ | 38.75 | 21.01 | 53.64 | - |
| YUV | 119.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 195 | 0 | 0.73 | 0.08 | 0.16 | 306.92 | 0.65 | 0.53 |
| Hex | D5 | 39 | C3 | 0 | 49 | 8 | 10 | 133 | 41 | 35 |
| Octal | 325 | 71 | 303 | 0 | 111 | 10 | 20 | 463 | 101 | 65 |
| Binary | 11010101 | 111001 | 11000011 | 0 | 1001001 | 1000 | 10000 | 100110011 | 1000001 | 110101 |
Color Harmonies of #D539C3
Complementary color
Monochromatic Colors of #D539C3
Black with #D539C3
Text Example
Text Example
White with #D539C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539C3; }
p { color: rgb(213,57,195); }
H1.HeaderClassName
{
color: #D539C3;
}
.AnyTagClassName
{
color: #D539C3;
}
</style>
background-color css
<style>
a { background-color: #D539C3; }
a { background-color: rgb(213,57,195); }
div.DivClassName
{
background-color: #D539C3;
}
.BgClassName
{
background-color: #D539C3;
}
</style>
border-color css
<style>
span { border-color: #D539C3; }
span { border-color: rgb(213,57,195); }
td.TdClassName
{
border-color: #D539C3;
}
.TagClassName
{
border-color: #D539C3;
}
</style>