Shades of Fuchsia #D536BA
Tints of Fuchsia #D536BA
RGB
CMYK
RGB Variations
Color information
#D536BA (or 0xD536BA) is known color: Fuchsia. HEX triplet: D5, 36 and BA. RGB value is (213,54,186). Sum of RGB (Red+Green+Blue) = 213+54+186=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D536BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536BA is #2AC945. Grayscale: #747474. Windows color (decimal): -2804038 or 12203733. OLE color: 12203733.
HSL color Cylindrical-coordinate representation of color #D536BA: hue angle of 310.19º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D536BA is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 186 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.16 |
| HSL | 310.19º | 0.65% | 0.52% | - |
| HSV(B) | 310.19º | 0.75% | 0.84% | - |
| XYZ | 37.62 | 20.33 | 48.4 | - |
| YUV | 116.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 186 | 0 | 0.75 | 0.13 | 0.16 | 310.19 | 0.65 | 0.52 |
| Hex | D5 | 36 | BA | 0 | 4B | D | 10 | 136 | 41 | 34 |
| Octal | 325 | 66 | 272 | 0 | 113 | 15 | 20 | 466 | 101 | 64 |
| Binary | 11010101 | 110110 | 10111010 | 0 | 1001011 | 1101 | 10000 | 100110110 | 1000001 | 110100 |
Color Harmonies of #D536BA
Complementary color
Monochromatic Colors of #D536BA
Black with #D536BA
Text Example
Text Example
White with #D536BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536BA; }
p { color: rgb(213,54,186); }
H1.HeaderClassName
{
color: #D536BA;
}
.AnyTagClassName
{
color: #D536BA;
}
</style>
background-color css
<style>
a { background-color: #D536BA; }
a { background-color: rgb(213,54,186); }
div.DivClassName
{
background-color: #D536BA;
}
.BgClassName
{
background-color: #D536BA;
}
</style>
border-color css
<style>
span { border-color: #D536BA; }
span { border-color: rgb(213,54,186); }
td.TdClassName
{
border-color: #D536BA;
}
.TagClassName
{
border-color: #D536BA;
}
</style>