Shades of Fuchsia #D656BE
Tints of Fuchsia #D656BE
RGB
CMYK
RGB Variations
Color information
#D656BE (or 0xD656BE) is known color: Fuchsia. HEX triplet: D6, 56 and BE. RGB value is (214,86,190). Sum of RGB (Red+Green+Blue) = 214+86+190=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D656BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656BE is #29A941. Grayscale: #878787. Windows color (decimal): -2730306 or 12474070. OLE color: 12474070.
HSL color Cylindrical-coordinate representation of color #D656BE: hue angle of 311.25º 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 #D656BE is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 190 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.16 |
| HSL | 311.25º | 0.61% | 0.59% | - |
| HSV(B) | 311.25º | 0.6% | 0.84% | - |
| XYZ | 40.35 | 24.67 | 51.35 | - |
| YUV | 136.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 190 | 0 | 0.60 | 0.11 | 0.16 | 311.25 | 0.61 | 0.59 |
| Hex | D6 | 56 | BE | 0 | 3C | B | 10 | 137 | 3D | 3B |
| Octal | 326 | 126 | 276 | 0 | 74 | 13 | 20 | 467 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111110 | 0 | 111100 | 1011 | 10000 | 100110111 | 111101 | 111011 |
Color Harmonies of #D656BE
Complementary color
Monochromatic Colors of #D656BE
Black with #D656BE
Text Example
Text Example
White with #D656BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656BE; }
p { color: rgb(214,86,190); }
H1.HeaderClassName
{
color: #D656BE;
}
.AnyTagClassName
{
color: #D656BE;
}
</style>
background-color css
<style>
a { background-color: #D656BE; }
a { background-color: rgb(214,86,190); }
div.DivClassName
{
background-color: #D656BE;
}
.BgClassName
{
background-color: #D656BE;
}
</style>
border-color css
<style>
span { border-color: #D656BE; }
span { border-color: rgb(214,86,190); }
td.TdClassName
{
border-color: #D656BE;
}
.TagClassName
{
border-color: #D656BE;
}
</style>