Shades of Fuchsia #D456B2
Tints of Fuchsia #D456B2
RGB
CMYK
RGB Variations
Color information
#D456B2 (or 0xD456B2) is known color: Fuchsia. HEX triplet: D4, 56 and B2. RGB value is (212,86,178). Sum of RGB (Red+Green+Blue) = 212+86+178=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D456B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D456B2 is #2BA94D. Grayscale: #858585. Windows color (decimal): -2861390 or 11687636. OLE color: 11687636.
HSL color Cylindrical-coordinate representation of color #D456B2: hue angle of 316.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D456B2 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 178 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.17 |
| HSL | 316.19º | 0.59% | 0.58% | - |
| HSV(B) | 316.19º | 0.59% | 0.83% | - |
| XYZ | 38.52 | 23.87 | 44.7 | - |
| YUV | 134.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 178 | 0 | 0.59 | 0.16 | 0.17 | 316.19 | 0.59 | 0.58 |
| Hex | D4 | 56 | B2 | 0 | 3B | 10 | 11 | 13C | 3B | 3A |
| Octal | 324 | 126 | 262 | 0 | 73 | 20 | 21 | 474 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10110010 | 0 | 111011 | 10000 | 10001 | 100111100 | 111011 | 111010 |
Color Harmonies of #D456B2
Complementary color
Monochromatic Colors of #D456B2
Black with #D456B2
Text Example
Text Example
White with #D456B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456B2; }
p { color: rgb(212,86,178); }
H1.HeaderClassName
{
color: #D456B2;
}
.AnyTagClassName
{
color: #D456B2;
}
</style>
background-color css
<style>
a { background-color: #D456B2; }
a { background-color: rgb(212,86,178); }
div.DivClassName
{
background-color: #D456B2;
}
.BgClassName
{
background-color: #D456B2;
}
</style>
border-color css
<style>
span { border-color: #D456B2; }
span { border-color: rgb(212,86,178); }
td.TdClassName
{
border-color: #D456B2;
}
.TagClassName
{
border-color: #D456B2;
}
</style>