Shades of Fuchsia #DA4DBC
Tints of Fuchsia #DA4DBC
RGB
CMYK
RGB Variations
Color information
#DA4DBC (or 0xDA4DBC) is known color: Fuchsia. HEX triplet: DA, 4D and BC. RGB value is (218,77,188). Sum of RGB (Red+Green+Blue) = 218+77+188=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DBC is #25B243. Grayscale: #838383. Windows color (decimal): -2470468 or 12340698. OLE color: 12340698.
HSL color Cylindrical-coordinate representation of color #DA4DBC: hue angle of 312.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DBC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 188 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.15 |
| HSL | 312.77º | 0.66% | 0.58% | - |
| HSV(B) | 312.77º | 0.65% | 0.85% | - |
| XYZ | 40.64 | 23.84 | 50.04 | - |
| YUV | 131.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 188 | 0 | 0.65 | 0.14 | 0.15 | 312.77 | 0.66 | 0.58 |
| Hex | DA | 4D | BC | 0 | 41 | E | F | 139 | 42 | 3A |
| Octal | 332 | 115 | 274 | 0 | 101 | 16 | 17 | 471 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10111100 | 0 | 1000001 | 1110 | 1111 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DA4DBC
Complementary color
Monochromatic Colors of #DA4DBC
Black with #DA4DBC
Text Example
Text Example
White with #DA4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DBC; }
p { color: rgb(218,77,188); }
H1.HeaderClassName
{
color: #DA4DBC;
}
.AnyTagClassName
{
color: #DA4DBC;
}
</style>
background-color css
<style>
a { background-color: #DA4DBC; }
a { background-color: rgb(218,77,188); }
div.DivClassName
{
background-color: #DA4DBC;
}
.BgClassName
{
background-color: #DA4DBC;
}
</style>
border-color css
<style>
span { border-color: #DA4DBC; }
span { border-color: rgb(218,77,188); }
td.TdClassName
{
border-color: #DA4DBC;
}
.TagClassName
{
border-color: #DA4DBC;
}
</style>