Shades of Fuchsia #DA4EBC
Tints of Fuchsia #DA4EBC
RGB
CMYK
RGB Variations
Color information
#DA4EBC (or 0xDA4EBC) is known color: Fuchsia. HEX triplet: DA, 4E and BC. RGB value is (218,78,188). Sum of RGB (Red+Green+Blue) = 218+78+188=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EBC is #25B143. Grayscale: #848484. Windows color (decimal): -2470212 or 12340954. OLE color: 12340954.
HSL color Cylindrical-coordinate representation of color #DA4EBC: hue angle of 312.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4EBC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 188 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.15 |
| HSL | 312.86º | 0.65% | 0.58% | - |
| HSV(B) | 312.86º | 0.64% | 0.85% | - |
| XYZ | 40.71 | 23.99 | 50.06 | - |
| YUV | 132.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 188 | 0 | 0.64 | 0.14 | 0.15 | 312.86 | 0.65 | 0.58 |
| Hex | DA | 4E | BC | 0 | 40 | E | F | 139 | 41 | 3A |
| Octal | 332 | 116 | 274 | 0 | 100 | 16 | 17 | 471 | 101 | 72 |
| Binary | 11011010 | 1001110 | 10111100 | 0 | 1000000 | 1110 | 1111 | 100111001 | 1000001 | 111010 |
Color Harmonies of #DA4EBC
Complementary color
Monochromatic Colors of #DA4EBC
Black with #DA4EBC
Text Example
Text Example
White with #DA4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4EBC; }
p { color: rgb(218,78,188); }
H1.HeaderClassName
{
color: #DA4EBC;
}
.AnyTagClassName
{
color: #DA4EBC;
}
</style>
background-color css
<style>
a { background-color: #DA4EBC; }
a { background-color: rgb(218,78,188); }
div.DivClassName
{
background-color: #DA4EBC;
}
.BgClassName
{
background-color: #DA4EBC;
}
</style>
border-color css
<style>
span { border-color: #DA4EBC; }
span { border-color: rgb(218,78,188); }
td.TdClassName
{
border-color: #DA4EBC;
}
.TagClassName
{
border-color: #DA4EBC;
}
</style>