Shades of Fuchsia #DA56BC
Tints of Fuchsia #DA56BC
RGB
CMYK
RGB Variations
Color information
#DA56BC (or 0xDA56BC) is known color: Fuchsia. HEX triplet: DA, 56 and BC. RGB value is (218,86,188). Sum of RGB (Red+Green+Blue) = 218+86+188=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA56BC is #25A943. Grayscale: #888888. Windows color (decimal): -2468164 or 12343002. OLE color: 12343002.
HSL color Cylindrical-coordinate representation of color #DA56BC: hue angle of 313.64º 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 #DA56BC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 188 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 313.64º | 0.64% | 0.6% | - |
| HSV(B) | 313.64º | 0.61% | 0.85% | - |
| XYZ | 41.32 | 25.19 | 50.26 | - |
| YUV | 137.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 188 | 0 | 0.61 | 0.14 | 0.15 | 313.64 | 0.64 | 0.6 |
| Hex | DA | 56 | BC | 0 | 3D | E | F | 13A | 40 | 3C |
| Octal | 332 | 126 | 274 | 0 | 75 | 16 | 17 | 472 | 100 | 74 |
| Binary | 11011010 | 1010110 | 10111100 | 0 | 111101 | 1110 | 1111 | 100111010 | 1000000 | 111100 |
Color Harmonies of #DA56BC
Complementary color
Monochromatic Colors of #DA56BC
Black with #DA56BC
Text Example
Text Example
White with #DA56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA56BC; }
p { color: rgb(218,86,188); }
H1.HeaderClassName
{
color: #DA56BC;
}
.AnyTagClassName
{
color: #DA56BC;
}
</style>
background-color css
<style>
a { background-color: #DA56BC; }
a { background-color: rgb(218,86,188); }
div.DivClassName
{
background-color: #DA56BC;
}
.BgClassName
{
background-color: #DA56BC;
}
</style>
border-color css
<style>
span { border-color: #DA56BC; }
span { border-color: rgb(218,86,188); }
td.TdClassName
{
border-color: #DA56BC;
}
.TagClassName
{
border-color: #DA56BC;
}
</style>