Shades of Fuchsia #D436C5
Tints of Fuchsia #D436C5
RGB
CMYK
RGB Variations
Color information
#D436C5 (or 0xD436C5) is known color: Fuchsia. HEX triplet: D4, 36 and C5. RGB value is (212,54,197). Sum of RGB (Red+Green+Blue) = 212+54+197=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D436C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436C5 is #2BC93A. Grayscale: #757575. Windows color (decimal): -2869563 or 12924628. OLE color: 12924628.
HSL color Cylindrical-coordinate representation of color #D436C5: hue angle of 305.7º 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 #D436C5 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 197 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.17 |
| HSL | 305.7º | 0.65% | 0.52% | - |
| HSV(B) | 305.7º | 0.75% | 0.83% | - |
| XYZ | 38.55 | 20.67 | 54.78 | - |
| YUV | 117.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 197 | 0 | 0.75 | 0.07 | 0.17 | 305.7 | 0.65 | 0.52 |
| Hex | D4 | 36 | C5 | 0 | 4B | 7 | 11 | 132 | 41 | 34 |
| Octal | 324 | 66 | 305 | 0 | 113 | 7 | 21 | 462 | 101 | 64 |
| Binary | 11010100 | 110110 | 11000101 | 0 | 1001011 | 111 | 10001 | 100110010 | 1000001 | 110100 |
Color Harmonies of #D436C5
Complementary color
Monochromatic Colors of #D436C5
Black with #D436C5
Text Example
Text Example
White with #D436C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436C5; }
p { color: rgb(212,54,197); }
H1.HeaderClassName
{
color: #D436C5;
}
.AnyTagClassName
{
color: #D436C5;
}
</style>
background-color css
<style>
a { background-color: #D436C5; }
a { background-color: rgb(212,54,197); }
div.DivClassName
{
background-color: #D436C5;
}
.BgClassName
{
background-color: #D436C5;
}
</style>
border-color css
<style>
span { border-color: #D436C5; }
span { border-color: rgb(212,54,197); }
td.TdClassName
{
border-color: #D436C5;
}
.TagClassName
{
border-color: #D436C5;
}
</style>