Shades of Fuchsia #D656B9
Tints of Fuchsia #D656B9
RGB
CMYK
RGB Variations
Color information
#D656B9 (or 0xD656B9) is known color: Fuchsia. HEX triplet: D6, 56 and B9. RGB value is (214,86,185). Sum of RGB (Red+Green+Blue) = 214+86+185=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656B9 is #29A946. Grayscale: #878787. Windows color (decimal): -2730311 or 12146390. OLE color: 12146390.
HSL color Cylindrical-coordinate representation of color #D656B9: hue angle of 313.59º 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 #D656B9 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 185 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 313.59º | 0.61% | 0.59% | - |
| HSV(B) | 313.59º | 0.6% | 0.84% | - |
| XYZ | 39.82 | 24.45 | 48.52 | - |
| YUV | 135.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 185 | 0 | 0.60 | 0.14 | 0.16 | 313.59 | 0.61 | 0.59 |
| Hex | D6 | 56 | B9 | 0 | 3C | E | 10 | 13A | 3D | 3B |
| Octal | 326 | 126 | 271 | 0 | 74 | 16 | 20 | 472 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111001 | 0 | 111100 | 1110 | 10000 | 100111010 | 111101 | 111011 |
Color Harmonies of #D656B9
Complementary color
Monochromatic Colors of #D656B9
Black with #D656B9
Text Example
Text Example
White with #D656B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656B9; }
p { color: rgb(214,86,185); }
H1.HeaderClassName
{
color: #D656B9;
}
.AnyTagClassName
{
color: #D656B9;
}
</style>
background-color css
<style>
a { background-color: #D656B9; }
a { background-color: rgb(214,86,185); }
div.DivClassName
{
background-color: #D656B9;
}
.BgClassName
{
background-color: #D656B9;
}
</style>
border-color css
<style>
span { border-color: #D656B9; }
span { border-color: rgb(214,86,185); }
td.TdClassName
{
border-color: #D656B9;
}
.TagClassName
{
border-color: #D656B9;
}
</style>