Shades of Fuchsia #DA4FBA
Tints of Fuchsia #DA4FBA
RGB
CMYK
RGB Variations
Color information
#DA4FBA (or 0xDA4FBA) is known color: Fuchsia. HEX triplet: DA, 4F and BA. RGB value is (218,79,186). Sum of RGB (Red+Green+Blue) = 218+79+186=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FBA is #25B045. Grayscale: #848484. Windows color (decimal): -2469958 or 12210138. OLE color: 12210138.
HSL color Cylindrical-coordinate representation of color #DA4FBA: hue angle of 313.81º 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 #DA4FBA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 186 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.15 |
| HSL | 313.81º | 0.65% | 0.58% | - |
| HSV(B) | 313.81º | 0.64% | 0.85% | - |
| XYZ | 40.57 | 24.04 | 48.96 | - |
| YUV | 132.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 186 | 0 | 0.64 | 0.15 | 0.15 | 313.81 | 0.65 | 0.58 |
| Hex | DA | 4F | BA | 0 | 40 | F | F | 13A | 41 | 3A |
| Octal | 332 | 117 | 272 | 0 | 100 | 17 | 17 | 472 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10111010 | 0 | 1000000 | 1111 | 1111 | 100111010 | 1000001 | 111010 |
Color Harmonies of #DA4FBA
Complementary color
Monochromatic Colors of #DA4FBA
Black with #DA4FBA
Text Example
Text Example
White with #DA4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FBA; }
p { color: rgb(218,79,186); }
H1.HeaderClassName
{
color: #DA4FBA;
}
.AnyTagClassName
{
color: #DA4FBA;
}
</style>
background-color css
<style>
a { background-color: #DA4FBA; }
a { background-color: rgb(218,79,186); }
div.DivClassName
{
background-color: #DA4FBA;
}
.BgClassName
{
background-color: #DA4FBA;
}
</style>
border-color css
<style>
span { border-color: #DA4FBA; }
span { border-color: rgb(218,79,186); }
td.TdClassName
{
border-color: #DA4FBA;
}
.TagClassName
{
border-color: #DA4FBA;
}
</style>