Shades of Fuchsia #DA3ABA
Tints of Fuchsia #DA3ABA
RGB
CMYK
RGB Variations
Color information
#DA3ABA (or 0xDA3ABA) is known color: Fuchsia. HEX triplet: DA, 3A and BA. RGB value is (218,58,186). Sum of RGB (Red+Green+Blue) = 218+58+186=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3ABA is #25C545. Grayscale: #787878. Windows color (decimal): -2475334 or 12204762. OLE color: 12204762.
HSL color Cylindrical-coordinate representation of color #DA3ABA: hue angle of 312º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3ABA is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 186 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.15 |
| HSL | 312º | 0.68% | 0.54% | - |
| HSV(B) | 312º | 0.73% | 0.85% | - |
| XYZ | 39.29 | 21.48 | 48.53 | - |
| YUV | 120.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 186 | 0 | 0.73 | 0.15 | 0.15 | 312 | 0.68 | 0.54 |
| Hex | DA | 3A | BA | 0 | 49 | F | F | 138 | 44 | 36 |
| Octal | 332 | 72 | 272 | 0 | 111 | 17 | 17 | 470 | 104 | 66 |
| Binary | 11011010 | 111010 | 10111010 | 0 | 1001001 | 1111 | 1111 | 100111000 | 1000100 | 110110 |
Color Harmonies of #DA3ABA
Complementary color
Monochromatic Colors of #DA3ABA
Black with #DA3ABA
Text Example
Text Example
White with #DA3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3ABA; }
p { color: rgb(218,58,186); }
H1.HeaderClassName
{
color: #DA3ABA;
}
.AnyTagClassName
{
color: #DA3ABA;
}
</style>
background-color css
<style>
a { background-color: #DA3ABA; }
a { background-color: rgb(218,58,186); }
div.DivClassName
{
background-color: #DA3ABA;
}
.BgClassName
{
background-color: #DA3ABA;
}
</style>
border-color css
<style>
span { border-color: #DA3ABA; }
span { border-color: rgb(218,58,186); }
td.TdClassName
{
border-color: #DA3ABA;
}
.TagClassName
{
border-color: #DA3ABA;
}
</style>