Shades of Fuchsia #D539B4
Tints of Fuchsia #D539B4
RGB
CMYK
RGB Variations
Color information
#D539B4 (or 0xD539B4) is known color: Fuchsia. HEX triplet: D5, 39 and B4. RGB value is (213,57,180). Sum of RGB (Red+Green+Blue) = 213+57+180=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D539B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539B4 is #2AC64B. Grayscale: #757575. Windows color (decimal): -2803276 or 11811285. OLE color: 11811285.
HSL color Cylindrical-coordinate representation of color #D539B4: hue angle of 312.69º 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 #D539B4 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 180 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.16 |
| HSL | 312.69º | 0.65% | 0.53% | - |
| HSV(B) | 312.69º | 0.73% | 0.84% | - |
| XYZ | 37.14 | 20.37 | 45.15 | - |
| YUV | 117.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 180 | 0 | 0.73 | 0.15 | 0.16 | 312.69 | 0.65 | 0.53 |
| Hex | D5 | 39 | B4 | 0 | 49 | F | 10 | 139 | 41 | 35 |
| Octal | 325 | 71 | 264 | 0 | 111 | 17 | 20 | 471 | 101 | 65 |
| Binary | 11010101 | 111001 | 10110100 | 0 | 1001001 | 1111 | 10000 | 100111001 | 1000001 | 110101 |
Color Harmonies of #D539B4
Complementary color
Monochromatic Colors of #D539B4
Black with #D539B4
Text Example
Text Example
White with #D539B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539B4; }
p { color: rgb(213,57,180); }
H1.HeaderClassName
{
color: #D539B4;
}
.AnyTagClassName
{
color: #D539B4;
}
</style>
background-color css
<style>
a { background-color: #D539B4; }
a { background-color: rgb(213,57,180); }
div.DivClassName
{
background-color: #D539B4;
}
.BgClassName
{
background-color: #D539B4;
}
</style>
border-color css
<style>
span { border-color: #D539B4; }
span { border-color: rgb(213,57,180); }
td.TdClassName
{
border-color: #D539B4;
}
.TagClassName
{
border-color: #D539B4;
}
</style>