Shades of Fuchsia #D456BE
Tints of Fuchsia #D456BE
RGB
CMYK
RGB Variations
Color information
#D456BE (or 0xD456BE) is known color: Fuchsia. HEX triplet: D4, 56 and BE. RGB value is (212,86,190). Sum of RGB (Red+Green+Blue) = 212+86+190=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D456BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456BE is #2BA941. Grayscale: #878787. Windows color (decimal): -2861378 or 12474068. OLE color: 12474068.
HSL color Cylindrical-coordinate representation of color #D456BE: hue angle of 310.48º 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 #D456BE is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 190 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.17 |
| HSL | 310.48º | 0.59% | 0.58% | - |
| HSV(B) | 310.48º | 0.59% | 0.83% | - |
| XYZ | 39.77 | 24.37 | 51.32 | - |
| YUV | 135.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 190 | 0 | 0.59 | 0.10 | 0.17 | 310.48 | 0.59 | 0.58 |
| Hex | D4 | 56 | BE | 0 | 3B | A | 11 | 136 | 3B | 3A |
| Octal | 324 | 126 | 276 | 0 | 73 | 12 | 21 | 466 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10111110 | 0 | 111011 | 1010 | 10001 | 100110110 | 111011 | 111010 |
Color Harmonies of #D456BE
Complementary color
Monochromatic Colors of #D456BE
Black with #D456BE
Text Example
Text Example
White with #D456BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456BE; }
p { color: rgb(212,86,190); }
H1.HeaderClassName
{
color: #D456BE;
}
.AnyTagClassName
{
color: #D456BE;
}
</style>
background-color css
<style>
a { background-color: #D456BE; }
a { background-color: rgb(212,86,190); }
div.DivClassName
{
background-color: #D456BE;
}
.BgClassName
{
background-color: #D456BE;
}
</style>
border-color css
<style>
span { border-color: #D456BE; }
span { border-color: rgb(212,86,190); }
td.TdClassName
{
border-color: #D456BE;
}
.TagClassName
{
border-color: #D456BE;
}
</style>