Shades of Fuchsia #D536B9
Tints of Fuchsia #D536B9
RGB
CMYK
RGB Variations
Color information
#D536B9 (or 0xD536B9) is known color: Fuchsia. HEX triplet: D5, 36 and B9. RGB value is (213,54,185). Sum of RGB (Red+Green+Blue) = 213+54+185=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D536B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536B9 is #2AC946. Grayscale: #747474. Windows color (decimal): -2804039 or 12138197. OLE color: 12138197.
HSL color Cylindrical-coordinate representation of color #D536B9: hue angle of 310.57º 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 #D536B9 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 185 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.16 |
| HSL | 310.57º | 0.65% | 0.52% | - |
| HSV(B) | 310.57º | 0.75% | 0.84% | - |
| XYZ | 37.52 | 20.29 | 47.84 | - |
| YUV | 116.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 185 | 0 | 0.75 | 0.13 | 0.16 | 310.57 | 0.65 | 0.52 |
| Hex | D5 | 36 | B9 | 0 | 4B | D | 10 | 137 | 41 | 34 |
| Octal | 325 | 66 | 271 | 0 | 113 | 15 | 20 | 467 | 101 | 64 |
| Binary | 11010101 | 110110 | 10111001 | 0 | 1001011 | 1101 | 10000 | 100110111 | 1000001 | 110100 |
Color Harmonies of #D536B9
Complementary color
Monochromatic Colors of #D536B9
Black with #D536B9
Text Example
Text Example
White with #D536B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536B9; }
p { color: rgb(213,54,185); }
H1.HeaderClassName
{
color: #D536B9;
}
.AnyTagClassName
{
color: #D536B9;
}
</style>
background-color css
<style>
a { background-color: #D536B9; }
a { background-color: rgb(213,54,185); }
div.DivClassName
{
background-color: #D536B9;
}
.BgClassName
{
background-color: #D536B9;
}
</style>
border-color css
<style>
span { border-color: #D536B9; }
span { border-color: rgb(213,54,185); }
td.TdClassName
{
border-color: #D536B9;
}
.TagClassName
{
border-color: #D536B9;
}
</style>