Shades of Fuchsia #D456B5
Tints of Fuchsia #D456B5
RGB
CMYK
RGB Variations
Color information
#D456B5 (or 0xD456B5) is known color: Fuchsia. HEX triplet: D4, 56 and B5. RGB value is (212,86,181). Sum of RGB (Red+Green+Blue) = 212+86+181=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D456B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456B5 is #2BA94A. Grayscale: #868686. Windows color (decimal): -2861387 or 11884244. OLE color: 11884244.
HSL color Cylindrical-coordinate representation of color #D456B5: hue angle of 314.76º 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 #D456B5 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 181 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.17 |
| HSL | 314.76º | 0.59% | 0.58% | - |
| HSV(B) | 314.76º | 0.59% | 0.83% | - |
| XYZ | 38.82 | 23.99 | 46.3 | - |
| YUV | 134.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 181 | 0 | 0.59 | 0.15 | 0.17 | 314.76 | 0.59 | 0.58 |
| Hex | D4 | 56 | B5 | 0 | 3B | F | 11 | 13B | 3B | 3A |
| Octal | 324 | 126 | 265 | 0 | 73 | 17 | 21 | 473 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10110101 | 0 | 111011 | 1111 | 10001 | 100111011 | 111011 | 111010 |
Color Harmonies of #D456B5
Complementary color
Monochromatic Colors of #D456B5
Black with #D456B5
Text Example
Text Example
White with #D456B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456B5; }
p { color: rgb(212,86,181); }
H1.HeaderClassName
{
color: #D456B5;
}
.AnyTagClassName
{
color: #D456B5;
}
</style>
background-color css
<style>
a { background-color: #D456B5; }
a { background-color: rgb(212,86,181); }
div.DivClassName
{
background-color: #D456B5;
}
.BgClassName
{
background-color: #D456B5;
}
</style>
border-color css
<style>
span { border-color: #D456B5; }
span { border-color: rgb(212,86,181); }
td.TdClassName
{
border-color: #D456B5;
}
.TagClassName
{
border-color: #D456B5;
}
</style>