Shades of Fuchsia #D536B7
Tints of Fuchsia #D536B7
RGB
CMYK
RGB Variations
Color information
#D536B7 (or 0xD536B7) is known color: Fuchsia. HEX triplet: D5, 36 and B7. RGB value is (213,54,183). Sum of RGB (Red+Green+Blue) = 213+54+183=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D536B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536B7 is #2AC948. Grayscale: #737373. Windows color (decimal): -2804041 or 12007125. OLE color: 12007125.
HSL color Cylindrical-coordinate representation of color #D536B7: hue angle of 311.32º 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 #D536B7 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 183 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.16 |
| HSL | 311.32º | 0.65% | 0.52% | - |
| HSV(B) | 311.32º | 0.75% | 0.84% | - |
| XYZ | 37.31 | 20.2 | 46.73 | - |
| YUV | 116.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 183 | 0 | 0.75 | 0.14 | 0.16 | 311.32 | 0.65 | 0.52 |
| Hex | D5 | 36 | B7 | 0 | 4B | E | 10 | 137 | 41 | 34 |
| Octal | 325 | 66 | 267 | 0 | 113 | 16 | 20 | 467 | 101 | 64 |
| Binary | 11010101 | 110110 | 10110111 | 0 | 1001011 | 1110 | 10000 | 100110111 | 1000001 | 110100 |
Color Harmonies of #D536B7
Complementary color
Monochromatic Colors of #D536B7
Black with #D536B7
Text Example
Text Example
White with #D536B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536B7; }
p { color: rgb(213,54,183); }
H1.HeaderClassName
{
color: #D536B7;
}
.AnyTagClassName
{
color: #D536B7;
}
</style>
background-color css
<style>
a { background-color: #D536B7; }
a { background-color: rgb(213,54,183); }
div.DivClassName
{
background-color: #D536B7;
}
.BgClassName
{
background-color: #D536B7;
}
</style>
border-color css
<style>
span { border-color: #D536B7; }
span { border-color: rgb(213,54,183); }
td.TdClassName
{
border-color: #D536B7;
}
.TagClassName
{
border-color: #D536B7;
}
</style>