Shades of Fuchsia #D456C0
Tints of Fuchsia #D456C0
RGB
CMYK
RGB Variations
Color information
#D456C0 (or 0xD456C0) is known color: Fuchsia. HEX triplet: D4, 56 and C0. RGB value is (212,86,192). Sum of RGB (Red+Green+Blue) = 212+86+192=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D456C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D456C0 is #2BA93F. Grayscale: #878787. Windows color (decimal): -2861376 or 12605140. OLE color: 12605140.
HSL color Cylindrical-coordinate representation of color #D456C0: hue angle of 309.52º 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 #D456C0 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 192 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.17 |
| HSL | 309.52º | 0.59% | 0.58% | - |
| HSV(B) | 309.52º | 0.59% | 0.83% | - |
| XYZ | 39.99 | 24.46 | 52.48 | - |
| YUV | 135.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 192 | 0 | 0.59 | 0.09 | 0.17 | 309.52 | 0.59 | 0.58 |
| Hex | D4 | 56 | C0 | 0 | 3B | 9 | 11 | 136 | 3B | 3A |
| Octal | 324 | 126 | 300 | 0 | 73 | 11 | 21 | 466 | 73 | 72 |
| Binary | 11010100 | 1010110 | 11000000 | 0 | 111011 | 1001 | 10001 | 100110110 | 111011 | 111010 |
Color Harmonies of #D456C0
Complementary color
Monochromatic Colors of #D456C0
Black with #D456C0
Text Example
Text Example
White with #D456C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456C0; }
p { color: rgb(212,86,192); }
H1.HeaderClassName
{
color: #D456C0;
}
.AnyTagClassName
{
color: #D456C0;
}
</style>
background-color css
<style>
a { background-color: #D456C0; }
a { background-color: rgb(212,86,192); }
div.DivClassName
{
background-color: #D456C0;
}
.BgClassName
{
background-color: #D456C0;
}
</style>
border-color css
<style>
span { border-color: #D456C0; }
span { border-color: rgb(212,86,192); }
td.TdClassName
{
border-color: #D456C0;
}
.TagClassName
{
border-color: #D456C0;
}
</style>