Shades of Fuchsia #D256B5
Tints of Fuchsia #D256B5
RGB
CMYK
RGB Variations
Color information
#D256B5 (or 0xD256B5) is known color: Fuchsia. HEX triplet: D2, 56 and B5. RGB value is (210,86,181). Sum of RGB (Red+Green+Blue) = 210+86+181=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256B5 is #2DA94A. Grayscale: #858585. Windows color (decimal): -2992459 or 11884242. OLE color: 11884242.
HSL color Cylindrical-coordinate representation of color #D256B5: hue angle of 314.03º 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 #D256B5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 181 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.18 |
| HSL | 314.03º | 0.58% | 0.58% | - |
| HSV(B) | 314.03º | 0.59% | 0.82% | - |
| XYZ | 38.25 | 23.69 | 46.27 | - |
| YUV | 133.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 181 | 0 | 0.59 | 0.14 | 0.18 | 314.03 | 0.58 | 0.58 |
| Hex | D2 | 56 | B5 | 0 | 3B | E | 12 | 13A | 3A | 3A |
| Octal | 322 | 126 | 265 | 0 | 73 | 16 | 22 | 472 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10110101 | 0 | 111011 | 1110 | 10010 | 100111010 | 111010 | 111010 |
Color Harmonies of #D256B5
Complementary color
Monochromatic Colors of #D256B5
Black with #D256B5
Text Example
Text Example
White with #D256B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256B5; }
p { color: rgb(210,86,181); }
H1.HeaderClassName
{
color: #D256B5;
}
.AnyTagClassName
{
color: #D256B5;
}
</style>
background-color css
<style>
a { background-color: #D256B5; }
a { background-color: rgb(210,86,181); }
div.DivClassName
{
background-color: #D256B5;
}
.BgClassName
{
background-color: #D256B5;
}
</style>
border-color css
<style>
span { border-color: #D256B5; }
span { border-color: rgb(210,86,181); }
td.TdClassName
{
border-color: #D256B5;
}
.TagClassName
{
border-color: #D256B5;
}
</style>