Shades of Fuchsia #D256B9
Tints of Fuchsia #D256B9
RGB
CMYK
RGB Variations
Color information
#D256B9 (or 0xD256B9) is known color: Fuchsia. HEX triplet: D2, 56 and B9. RGB value is (210,86,185). Sum of RGB (Red+Green+Blue) = 210+86+185=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256B9 is #2DA946. Grayscale: #868686. Windows color (decimal): -2992455 or 12146386. OLE color: 12146386.
HSL color Cylindrical-coordinate representation of color #D256B9: hue angle of 312.1º 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 #D256B9 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 185 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.18 |
| HSL | 312.1º | 0.58% | 0.58% | - |
| HSV(B) | 312.1º | 0.59% | 0.82% | - |
| XYZ | 38.66 | 23.86 | 48.47 | - |
| YUV | 134.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 185 | 0 | 0.59 | 0.12 | 0.18 | 312.1 | 0.58 | 0.58 |
| Hex | D2 | 56 | B9 | 0 | 3B | C | 12 | 138 | 3A | 3A |
| Octal | 322 | 126 | 271 | 0 | 73 | 14 | 22 | 470 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10111001 | 0 | 111011 | 1100 | 10010 | 100111000 | 111010 | 111010 |
Color Harmonies of #D256B9
Complementary color
Monochromatic Colors of #D256B9
Black with #D256B9
Text Example
Text Example
White with #D256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256B9; }
p { color: rgb(210,86,185); }
H1.HeaderClassName
{
color: #D256B9;
}
.AnyTagClassName
{
color: #D256B9;
}
</style>
background-color css
<style>
a { background-color: #D256B9; }
a { background-color: rgb(210,86,185); }
div.DivClassName
{
background-color: #D256B9;
}
.BgClassName
{
background-color: #D256B9;
}
</style>
border-color css
<style>
span { border-color: #D256B9; }
span { border-color: rgb(210,86,185); }
td.TdClassName
{
border-color: #D256B9;
}
.TagClassName
{
border-color: #D256B9;
}
</style>