Shades of Fuchsia #D456B8
Tints of Fuchsia #D456B8
RGB
CMYK
RGB Variations
Color information
#D456B8 (or 0xD456B8) is known color: Fuchsia. HEX triplet: D4, 56 and B8. RGB value is (212,86,184). Sum of RGB (Red+Green+Blue) = 212+86+184=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D456B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456B8 is #2BA947. Grayscale: #868686. Windows color (decimal): -2861384 or 12080852. OLE color: 12080852.
HSL color Cylindrical-coordinate representation of color #D456B8: hue angle of 313.33º 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 #D456B8 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 184 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.17 |
| HSL | 313.33º | 0.59% | 0.58% | - |
| HSV(B) | 313.33º | 0.59% | 0.83% | - |
| XYZ | 39.13 | 24.11 | 47.94 | - |
| YUV | 134.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 184 | 0 | 0.59 | 0.13 | 0.17 | 313.33 | 0.59 | 0.58 |
| Hex | D4 | 56 | B8 | 0 | 3B | D | 11 | 139 | 3B | 3A |
| Octal | 324 | 126 | 270 | 0 | 73 | 15 | 21 | 471 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10111000 | 0 | 111011 | 1101 | 10001 | 100111001 | 111011 | 111010 |
Color Harmonies of #D456B8
Complementary color
Monochromatic Colors of #D456B8
Black with #D456B8
Text Example
Text Example
White with #D456B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456B8; }
p { color: rgb(212,86,184); }
H1.HeaderClassName
{
color: #D456B8;
}
.AnyTagClassName
{
color: #D456B8;
}
</style>
background-color css
<style>
a { background-color: #D456B8; }
a { background-color: rgb(212,86,184); }
div.DivClassName
{
background-color: #D456B8;
}
.BgClassName
{
background-color: #D456B8;
}
</style>
border-color css
<style>
span { border-color: #D456B8; }
span { border-color: rgb(212,86,184); }
td.TdClassName
{
border-color: #D456B8;
}
.TagClassName
{
border-color: #D456B8;
}
</style>