Shades of Fuchsia #D656BD
Tints of Fuchsia #D656BD
RGB
CMYK
RGB Variations
Color information
#D656BD (or 0xD656BD) is known color: Fuchsia. HEX triplet: D6, 56 and BD. RGB value is (214,86,189). Sum of RGB (Red+Green+Blue) = 214+86+189=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D656BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656BD is #29A942. Grayscale: #878787. Windows color (decimal): -2730307 or 12408534. OLE color: 12408534.
HSL color Cylindrical-coordinate representation of color #D656BD: hue angle of 311.72º 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 #D656BD is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 189 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.16 |
| HSL | 311.72º | 0.61% | 0.59% | - |
| HSV(B) | 311.72º | 0.6% | 0.84% | - |
| XYZ | 40.24 | 24.63 | 50.78 | - |
| YUV | 136.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 189 | 0 | 0.60 | 0.12 | 0.16 | 311.72 | 0.61 | 0.59 |
| Hex | D6 | 56 | BD | 0 | 3C | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 126 | 275 | 0 | 74 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10111101 | 0 | 111100 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D656BD
Complementary color
Monochromatic Colors of #D656BD
Black with #D656BD
Text Example
Text Example
White with #D656BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656BD; }
p { color: rgb(214,86,189); }
H1.HeaderClassName
{
color: #D656BD;
}
.AnyTagClassName
{
color: #D656BD;
}
</style>
background-color css
<style>
a { background-color: #D656BD; }
a { background-color: rgb(214,86,189); }
div.DivClassName
{
background-color: #D656BD;
}
.BgClassName
{
background-color: #D656BD;
}
</style>
border-color css
<style>
span { border-color: #D656BD; }
span { border-color: rgb(214,86,189); }
td.TdClassName
{
border-color: #D656BD;
}
.TagClassName
{
border-color: #D656BD;
}
</style>