Shades of Fuchsia #D656B2
Tints of Fuchsia #D656B2
RGB
CMYK
RGB Variations
Color information
#D656B2 (or 0xD656B2) is known color: Fuchsia. HEX triplet: D6, 56 and B2. RGB value is (214,86,178). Sum of RGB (Red+Green+Blue) = 214+86+178=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656B2 is #29A94D. Grayscale: #868686. Windows color (decimal): -2730318 or 11687638. OLE color: 11687638.
HSL color Cylindrical-coordinate representation of color #D656B2: hue angle of 316.88º 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 #D656B2 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 178 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.16 |
| HSL | 316.88º | 0.61% | 0.59% | - |
| HSV(B) | 316.88º | 0.6% | 0.84% | - |
| XYZ | 39.1 | 24.17 | 44.72 | - |
| YUV | 134.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 178 | 0 | 0.60 | 0.17 | 0.16 | 316.88 | 0.61 | 0.59 |
| Hex | D6 | 56 | B2 | 0 | 3C | 11 | 10 | 13D | 3D | 3B |
| Octal | 326 | 126 | 262 | 0 | 74 | 21 | 20 | 475 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10110010 | 0 | 111100 | 10001 | 10000 | 100111101 | 111101 | 111011 |
Color Harmonies of #D656B2
Complementary color
Monochromatic Colors of #D656B2
Black with #D656B2
Text Example
Text Example
White with #D656B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656B2; }
p { color: rgb(214,86,178); }
H1.HeaderClassName
{
color: #D656B2;
}
.AnyTagClassName
{
color: #D656B2;
}
</style>
background-color css
<style>
a { background-color: #D656B2; }
a { background-color: rgb(214,86,178); }
div.DivClassName
{
background-color: #D656B2;
}
.BgClassName
{
background-color: #D656B2;
}
</style>
border-color css
<style>
span { border-color: #D656B2; }
span { border-color: rgb(214,86,178); }
td.TdClassName
{
border-color: #D656B2;
}
.TagClassName
{
border-color: #D656B2;
}
</style>