Shades of Fuchsia #D456B9
Tints of Fuchsia #D456B9
RGB
CMYK
RGB Variations
Color information
#D456B9 (or 0xD456B9) is known color: Fuchsia. HEX triplet: D4, 56 and B9. RGB value is (212,86,185). Sum of RGB (Red+Green+Blue) = 212+86+185=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D456B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456B9 is #2BA946. Grayscale: #868686. Windows color (decimal): -2861383 or 12146388. OLE color: 12146388.
HSL color Cylindrical-coordinate representation of color #D456B9: hue angle of 312.86º 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 #D456B9 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 185 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.17 |
| HSL | 312.86º | 0.59% | 0.58% | - |
| HSV(B) | 312.86º | 0.59% | 0.83% | - |
| XYZ | 39.24 | 24.16 | 48.49 | - |
| YUV | 134.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 185 | 0 | 0.59 | 0.13 | 0.17 | 312.86 | 0.59 | 0.58 |
| Hex | D4 | 56 | B9 | 0 | 3B | D | 11 | 139 | 3B | 3A |
| Octal | 324 | 126 | 271 | 0 | 73 | 15 | 21 | 471 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10111001 | 0 | 111011 | 1101 | 10001 | 100111001 | 111011 | 111010 |
Color Harmonies of #D456B9
Complementary color
Monochromatic Colors of #D456B9
Black with #D456B9
Text Example
Text Example
White with #D456B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456B9; }
p { color: rgb(212,86,185); }
H1.HeaderClassName
{
color: #D456B9;
}
.AnyTagClassName
{
color: #D456B9;
}
</style>
background-color css
<style>
a { background-color: #D456B9; }
a { background-color: rgb(212,86,185); }
div.DivClassName
{
background-color: #D456B9;
}
.BgClassName
{
background-color: #D456B9;
}
</style>
border-color css
<style>
span { border-color: #D456B9; }
span { border-color: rgb(212,86,185); }
td.TdClassName
{
border-color: #D456B9;
}
.TagClassName
{
border-color: #D456B9;
}
</style>