Shades of Fuchsia #D656C1
Tints of Fuchsia #D656C1
RGB
CMYK
RGB Variations
Color information
#D656C1 (or 0xD656C1) is known color: Fuchsia. HEX triplet: D6, 56 and C1. RGB value is (214,86,193). Sum of RGB (Red+Green+Blue) = 214+86+193=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D656C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656C1 is #29A93E. Grayscale: #888888. Windows color (decimal): -2730303 or 12670678. OLE color: 12670678.
HSL color Cylindrical-coordinate representation of color #D656C1: hue angle of 309.84º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D656C1 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 193 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.16 |
| HSL | 309.84º | 0.61% | 0.59% | - |
| HSV(B) | 309.84º | 0.6% | 0.84% | - |
| XYZ | 40.68 | 24.8 | 53.1 | - |
| YUV | 136.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 193 | 0 | 0.60 | 0.10 | 0.16 | 309.84 | 0.61 | 0.59 |
| Hex | D6 | 56 | C1 | 0 | 3C | A | 10 | 136 | 3D | 3B |
| Octal | 326 | 126 | 301 | 0 | 74 | 12 | 20 | 466 | 75 | 73 |
| Binary | 11010110 | 1010110 | 11000001 | 0 | 111100 | 1010 | 10000 | 100110110 | 111101 | 111011 |
Color Harmonies of #D656C1
Complementary color
Monochromatic Colors of #D656C1
Black with #D656C1
Text Example
Text Example
White with #D656C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656C1; }
p { color: rgb(214,86,193); }
H1.HeaderClassName
{
color: #D656C1;
}
.AnyTagClassName
{
color: #D656C1;
}
</style>
background-color css
<style>
a { background-color: #D656C1; }
a { background-color: rgb(214,86,193); }
div.DivClassName
{
background-color: #D656C1;
}
.BgClassName
{
background-color: #D656C1;
}
</style>
border-color css
<style>
span { border-color: #D656C1; }
span { border-color: rgb(214,86,193); }
td.TdClassName
{
border-color: #D656C1;
}
.TagClassName
{
border-color: #D656C1;
}
</style>