Shades of Fuchsia #DA4FBC
Tints of Fuchsia #DA4FBC
RGB
CMYK
RGB Variations
Color information
#DA4FBC (or 0xDA4FBC) is known color: Fuchsia. HEX triplet: DA, 4F and BC. RGB value is (218,79,188). Sum of RGB (Red+Green+Blue) = 218+79+188=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FBC is #25B043. Grayscale: #848484. Windows color (decimal): -2469956 or 12341210. OLE color: 12341210.
HSL color Cylindrical-coordinate representation of color #DA4FBC: hue angle of 312.95º 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 #DA4FBC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 188 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.15 |
| HSL | 312.95º | 0.65% | 0.58% | - |
| HSV(B) | 312.95º | 0.64% | 0.85% | - |
| XYZ | 40.79 | 24.13 | 50.08 | - |
| YUV | 132.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 188 | 0 | 0.64 | 0.14 | 0.15 | 312.95 | 0.65 | 0.58 |
| Hex | DA | 4F | BC | 0 | 40 | E | F | 139 | 41 | 3A |
| Octal | 332 | 117 | 274 | 0 | 100 | 16 | 17 | 471 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10111100 | 0 | 1000000 | 1110 | 1111 | 100111001 | 1000001 | 111010 |
Color Harmonies of #DA4FBC
Complementary color
Monochromatic Colors of #DA4FBC
Black with #DA4FBC
Text Example
Text Example
White with #DA4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FBC; }
p { color: rgb(218,79,188); }
H1.HeaderClassName
{
color: #DA4FBC;
}
.AnyTagClassName
{
color: #DA4FBC;
}
</style>
background-color css
<style>
a { background-color: #DA4FBC; }
a { background-color: rgb(218,79,188); }
div.DivClassName
{
background-color: #DA4FBC;
}
.BgClassName
{
background-color: #DA4FBC;
}
</style>
border-color css
<style>
span { border-color: #DA4FBC; }
span { border-color: rgb(218,79,188); }
td.TdClassName
{
border-color: #DA4FBC;
}
.TagClassName
{
border-color: #DA4FBC;
}
</style>