Shades of Fuchsia #D656BA
Tints of Fuchsia #D656BA
RGB
CMYK
RGB Variations
Color information
#D656BA (or 0xD656BA) is known color: Fuchsia. HEX triplet: D6, 56 and BA. RGB value is (214,86,186). Sum of RGB (Red+Green+Blue) = 214+86+186=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D656BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656BA is #29A945. Grayscale: #878787. Windows color (decimal): -2730310 or 12211926. OLE color: 12211926.
HSL color Cylindrical-coordinate representation of color #D656BA: hue angle of 313.12º 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 #D656BA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 186 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 313.13º | 0.61% | 0.59% | - |
| HSV(B) | 313.13º | 0.6% | 0.84% | - |
| XYZ | 39.92 | 24.5 | 49.08 | - |
| YUV | 135.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 186 | 0 | 0.60 | 0.13 | 0.16 | 313.13 | 0.61 | 0.59 |
| Hex | D6 | 56 | BA | 0 | 3C | D | 10 | 139 | 3D | 3B |
| Octal | 326 | 126 | 272 | 0 | 74 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111010 | 0 | 111100 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D656BA
Complementary color
Monochromatic Colors of #D656BA
Black with #D656BA
Text Example
Text Example
White with #D656BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656BA; }
p { color: rgb(214,86,186); }
H1.HeaderClassName
{
color: #D656BA;
}
.AnyTagClassName
{
color: #D656BA;
}
</style>
background-color css
<style>
a { background-color: #D656BA; }
a { background-color: rgb(214,86,186); }
div.DivClassName
{
background-color: #D656BA;
}
.BgClassName
{
background-color: #D656BA;
}
</style>
border-color css
<style>
span { border-color: #D656BA; }
span { border-color: rgb(214,86,186); }
td.TdClassName
{
border-color: #D656BA;
}
.TagClassName
{
border-color: #D656BA;
}
</style>