Shades of Fuchsia #D256B0
Tints of Fuchsia #D256B0
RGB
CMYK
RGB Variations
Color information
#D256B0 (or 0xD256B0) is known color: Fuchsia. HEX triplet: D2, 56 and B0. RGB value is (210,86,176). Sum of RGB (Red+Green+Blue) = 210+86+176=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256B0 is #2DA94F. Grayscale: #858585. Windows color (decimal): -2992464 or 11556562. OLE color: 11556562.
HSL color Cylindrical-coordinate representation of color #D256B0: hue angle of 316.45º 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 #D256B0 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 176 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.18 |
| HSL | 316.45º | 0.58% | 0.58% | - |
| HSV(B) | 316.45º | 0.59% | 0.82% | - |
| XYZ | 37.74 | 23.49 | 43.62 | - |
| YUV | 133.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 176 | 0 | 0.59 | 0.16 | 0.18 | 316.45 | 0.58 | 0.58 |
| Hex | D2 | 56 | B0 | 0 | 3B | 10 | 12 | 13C | 3A | 3A |
| Octal | 322 | 126 | 260 | 0 | 73 | 20 | 22 | 474 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10110000 | 0 | 111011 | 10000 | 10010 | 100111100 | 111010 | 111010 |
Color Harmonies of #D256B0
Complementary color
Monochromatic Colors of #D256B0
Black with #D256B0
Text Example
Text Example
White with #D256B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256B0; }
p { color: rgb(210,86,176); }
H1.HeaderClassName
{
color: #D256B0;
}
.AnyTagClassName
{
color: #D256B0;
}
</style>
background-color css
<style>
a { background-color: #D256B0; }
a { background-color: rgb(210,86,176); }
div.DivClassName
{
background-color: #D256B0;
}
.BgClassName
{
background-color: #D256B0;
}
</style>
border-color css
<style>
span { border-color: #D256B0; }
span { border-color: rgb(210,86,176); }
td.TdClassName
{
border-color: #D256B0;
}
.TagClassName
{
border-color: #D256B0;
}
</style>