Shades of Fuchsia #D536AF
Tints of Fuchsia #D536AF
RGB
CMYK
RGB Variations
Color information
#D536AF (or 0xD536AF) is known color: Fuchsia. HEX triplet: D5, 36 and AF. RGB value is (213,54,175). Sum of RGB (Red+Green+Blue) = 213+54+175=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D536AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D536AF is #2AC950. Grayscale: #737373. Windows color (decimal): -2804049 or 11482837. OLE color: 11482837.
HSL color Cylindrical-coordinate representation of color #D536AF: hue angle of 314.34º 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 #D536AF is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 175 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.16 |
| HSL | 314.34º | 0.65% | 0.52% | - |
| HSV(B) | 314.34º | 0.75% | 0.84% | - |
| XYZ | 36.5 | 19.88 | 42.47 | - |
| YUV | 115.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 175 | 0 | 0.75 | 0.18 | 0.16 | 314.34 | 0.65 | 0.52 |
| Hex | D5 | 36 | AF | 0 | 4B | 12 | 10 | 13A | 41 | 34 |
| Octal | 325 | 66 | 257 | 0 | 113 | 22 | 20 | 472 | 101 | 64 |
| Binary | 11010101 | 110110 | 10101111 | 0 | 1001011 | 10010 | 10000 | 100111010 | 1000001 | 110100 |
Color Harmonies of #D536AF
Complementary color
Monochromatic Colors of #D536AF
Black with #D536AF
Text Example
Text Example
White with #D536AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536AF; }
p { color: rgb(213,54,175); }
H1.HeaderClassName
{
color: #D536AF;
}
.AnyTagClassName
{
color: #D536AF;
}
</style>
background-color css
<style>
a { background-color: #D536AF; }
a { background-color: rgb(213,54,175); }
div.DivClassName
{
background-color: #D536AF;
}
.BgClassName
{
background-color: #D536AF;
}
</style>
border-color css
<style>
span { border-color: #D536AF; }
span { border-color: rgb(213,54,175); }
td.TdClassName
{
border-color: #D536AF;
}
.TagClassName
{
border-color: #D536AF;
}
</style>