Shades of Fuchsia #D256B1
Tints of Fuchsia #D256B1
RGB
CMYK
RGB Variations
Color information
#D256B1 (or 0xD256B1) is known color: Fuchsia. HEX triplet: D2, 56 and B1. RGB value is (210,86,177). Sum of RGB (Red+Green+Blue) = 210+86+177=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256B1 is #2DA94E. Grayscale: #858585. Windows color (decimal): -2992463 or 11622098. OLE color: 11622098.
HSL color Cylindrical-coordinate representation of color #D256B1: hue angle of 315.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256B1 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 177 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.18 |
| HSL | 315.97º | 0.58% | 0.58% | - |
| HSV(B) | 315.97º | 0.59% | 0.82% | - |
| XYZ | 37.84 | 23.53 | 44.14 | - |
| YUV | 133.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 177 | 0 | 0.59 | 0.16 | 0.18 | 315.97 | 0.58 | 0.58 |
| Hex | D2 | 56 | B1 | 0 | 3B | 10 | 12 | 13C | 3A | 3A |
| Octal | 322 | 126 | 261 | 0 | 73 | 20 | 22 | 474 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10110001 | 0 | 111011 | 10000 | 10010 | 100111100 | 111010 | 111010 |
Color Harmonies of #D256B1
Complementary color
Monochromatic Colors of #D256B1
Black with #D256B1
Text Example
Text Example
White with #D256B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256B1; }
p { color: rgb(210,86,177); }
H1.HeaderClassName
{
color: #D256B1;
}
.AnyTagClassName
{
color: #D256B1;
}
</style>
background-color css
<style>
a { background-color: #D256B1; }
a { background-color: rgb(210,86,177); }
div.DivClassName
{
background-color: #D256B1;
}
.BgClassName
{
background-color: #D256B1;
}
</style>
border-color css
<style>
span { border-color: #D256B1; }
span { border-color: rgb(210,86,177); }
td.TdClassName
{
border-color: #D256B1;
}
.TagClassName
{
border-color: #D256B1;
}
</style>