Shades of Fuchsia #DA56B7
Tints of Fuchsia #DA56B7
RGB
CMYK
RGB Variations
Color information
#DA56B7 (or 0xDA56B7) is known color: Fuchsia. HEX triplet: DA, 56 and B7. RGB value is (218,86,183). Sum of RGB (Red+Green+Blue) = 218+86+183=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA56B7 is #25A948. Grayscale: #888888. Windows color (decimal): -2468169 or 12015322. OLE color: 12015322.
HSL color Cylindrical-coordinate representation of color #DA56B7: hue angle of 315.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA56B7 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 183 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.15 |
| HSL | 315.91º | 0.64% | 0.6% | - |
| HSV(B) | 315.91º | 0.61% | 0.85% | - |
| XYZ | 40.79 | 24.98 | 47.47 | - |
| YUV | 136.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 183 | 0 | 0.61 | 0.16 | 0.15 | 315.91 | 0.64 | 0.6 |
| Hex | DA | 56 | B7 | 0 | 3D | 10 | F | 13C | 40 | 3C |
| Octal | 332 | 126 | 267 | 0 | 75 | 20 | 17 | 474 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10110111 | 0 | 111101 | 10000 | 1111 | 100111100 | 1000000 | 111100 |
Color Harmonies of #DA56B7
Complementary color
Monochromatic Colors of #DA56B7
Black with #DA56B7
Text Example
Text Example
White with #DA56B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA56B7; }
p { color: rgb(218,86,183); }
H1.HeaderClassName
{
color: #DA56B7;
}
.AnyTagClassName
{
color: #DA56B7;
}
</style>
background-color css
<style>
a { background-color: #DA56B7; }
a { background-color: rgb(218,86,183); }
div.DivClassName
{
background-color: #DA56B7;
}
.BgClassName
{
background-color: #DA56B7;
}
</style>
border-color css
<style>
span { border-color: #DA56B7; }
span { border-color: rgb(218,86,183); }
td.TdClassName
{
border-color: #DA56B7;
}
.TagClassName
{
border-color: #DA56B7;
}
</style>