Shades of Fuchsia #D436AF
Tints of Fuchsia #D436AF
RGB
CMYK
RGB Variations
Color information
#D436AF (or 0xD436AF) is known color: Fuchsia. HEX triplet: D4, 36 and AF. RGB value is (212,54,175). Sum of RGB (Red+Green+Blue) = 212+54+175=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D436AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D436AF is #2BC950. Grayscale: #727272. Windows color (decimal): -2869585 or 11482836. OLE color: 11482836.
HSL color Cylindrical-coordinate representation of color #D436AF: hue angle of 314.05º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D436AF is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 175 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.17 |
| HSL | 314.05º | 0.65% | 0.52% | - |
| HSV(B) | 314.05º | 0.75% | 0.83% | - |
| XYZ | 36.21 | 19.73 | 42.46 | - |
| YUV | 115.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 175 | 0 | 0.75 | 0.17 | 0.17 | 314.05 | 0.65 | 0.52 |
| Hex | D4 | 36 | AF | 0 | 4B | 11 | 11 | 13A | 41 | 34 |
| Octal | 324 | 66 | 257 | 0 | 113 | 21 | 21 | 472 | 101 | 64 |
| Binary | 11010100 | 110110 | 10101111 | 0 | 1001011 | 10001 | 10001 | 100111010 | 1000001 | 110100 |
Color Harmonies of #D436AF
Complementary color
Monochromatic Colors of #D436AF
Black with #D436AF
Text Example
Text Example
White with #D436AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436AF; }
p { color: rgb(212,54,175); }
H1.HeaderClassName
{
color: #D436AF;
}
.AnyTagClassName
{
color: #D436AF;
}
</style>
background-color css
<style>
a { background-color: #D436AF; }
a { background-color: rgb(212,54,175); }
div.DivClassName
{
background-color: #D436AF;
}
.BgClassName
{
background-color: #D436AF;
}
</style>
border-color css
<style>
span { border-color: #D436AF; }
span { border-color: rgb(212,54,175); }
td.TdClassName
{
border-color: #D436AF;
}
.TagClassName
{
border-color: #D436AF;
}
</style>