Shades of Fuchsia #D656BC
Tints of Fuchsia #D656BC
RGB
CMYK
RGB Variations
Color information
#D656BC (or 0xD656BC) is known color: Fuchsia. HEX triplet: D6, 56 and BC. RGB value is (214,86,188). Sum of RGB (Red+Green+Blue) = 214+86+188=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D656BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656BC is #29A943. Grayscale: #878787. Windows color (decimal): -2730308 or 12342998. OLE color: 12342998.
HSL color Cylindrical-coordinate representation of color #D656BC: hue angle of 312.19º 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 #D656BC is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 188 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.16 |
| HSL | 312.19º | 0.61% | 0.59% | - |
| HSV(B) | 312.19º | 0.6% | 0.84% | - |
| XYZ | 40.14 | 24.58 | 50.21 | - |
| YUV | 135.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 188 | 0 | 0.60 | 0.12 | 0.16 | 312.19 | 0.61 | 0.59 |
| Hex | D6 | 56 | BC | 0 | 3C | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 126 | 274 | 0 | 74 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111100 | 0 | 111100 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D656BC
Complementary color
Monochromatic Colors of #D656BC
Black with #D656BC
Text Example
Text Example
White with #D656BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656BC; }
p { color: rgb(214,86,188); }
H1.HeaderClassName
{
color: #D656BC;
}
.AnyTagClassName
{
color: #D656BC;
}
</style>
background-color css
<style>
a { background-color: #D656BC; }
a { background-color: rgb(214,86,188); }
div.DivClassName
{
background-color: #D656BC;
}
.BgClassName
{
background-color: #D656BC;
}
</style>
border-color css
<style>
span { border-color: #D656BC; }
span { border-color: rgb(214,86,188); }
td.TdClassName
{
border-color: #D656BC;
}
.TagClassName
{
border-color: #D656BC;
}
</style>