Shades of Fuchsia #D656BB
Tints of Fuchsia #D656BB
RGB
CMYK
RGB Variations
Color information
#D656BB (or 0xD656BB) is known color: Fuchsia. HEX triplet: D6, 56 and BB. RGB value is (214,86,187). Sum of RGB (Red+Green+Blue) = 214+86+187=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D656BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656BB is #29A944. Grayscale: #878787. Windows color (decimal): -2730309 or 12277462. OLE color: 12277462.
HSL color Cylindrical-coordinate representation of color #D656BB: hue angle of 312.66º 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 #D656BB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 187 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 312.66º | 0.61% | 0.59% | - |
| HSV(B) | 312.66º | 0.6% | 0.84% | - |
| XYZ | 40.03 | 24.54 | 49.64 | - |
| YUV | 135.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 187 | 0 | 0.60 | 0.13 | 0.16 | 312.66 | 0.61 | 0.59 |
| Hex | D6 | 56 | BB | 0 | 3C | D | 10 | 139 | 3D | 3B |
| Octal | 326 | 126 | 273 | 0 | 74 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111011 | 0 | 111100 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D656BB
Complementary color
Monochromatic Colors of #D656BB
Black with #D656BB
Text Example
Text Example
White with #D656BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656BB; }
p { color: rgb(214,86,187); }
H1.HeaderClassName
{
color: #D656BB;
}
.AnyTagClassName
{
color: #D656BB;
}
</style>
background-color css
<style>
a { background-color: #D656BB; }
a { background-color: rgb(214,86,187); }
div.DivClassName
{
background-color: #D656BB;
}
.BgClassName
{
background-color: #D656BB;
}
</style>
border-color css
<style>
span { border-color: #D656BB; }
span { border-color: rgb(214,86,187); }
td.TdClassName
{
border-color: #D656BB;
}
.TagClassName
{
border-color: #D656BB;
}
</style>