Shades of Fuchsia #DA58BA
Tints of Fuchsia #DA58BA
RGB
CMYK
RGB Variations
Color information
#DA58BA (or 0xDA58BA) is known color: Fuchsia. HEX triplet: DA, 58 and BA. RGB value is (218,88,186). Sum of RGB (Red+Green+Blue) = 218+88+186=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58BA is #25A745. Grayscale: #898989. Windows color (decimal): -2467654 or 12212442. OLE color: 12212442.
HSL color Cylindrical-coordinate representation of color #DA58BA: hue angle of 314.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58BA is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 186 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.15 |
| HSL | 314.77º | 0.64% | 0.6% | - |
| HSV(B) | 314.77º | 0.6% | 0.85% | - |
| XYZ | 41.27 | 25.43 | 49.19 | - |
| YUV | 138.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 186 | 0 | 0.60 | 0.15 | 0.15 | 314.77 | 0.64 | 0.6 |
| Hex | DA | 58 | BA | 0 | 3C | F | F | 13B | 40 | 3C |
| Octal | 332 | 130 | 272 | 0 | 74 | 17 | 17 | 473 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10111010 | 0 | 111100 | 1111 | 1111 | 100111011 | 1000000 | 111100 |
Color Harmonies of #DA58BA
Complementary color
Monochromatic Colors of #DA58BA
Black with #DA58BA
Text Example
Text Example
White with #DA58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58BA; }
p { color: rgb(218,88,186); }
H1.HeaderClassName
{
color: #DA58BA;
}
.AnyTagClassName
{
color: #DA58BA;
}
</style>
background-color css
<style>
a { background-color: #DA58BA; }
a { background-color: rgb(218,88,186); }
div.DivClassName
{
background-color: #DA58BA;
}
.BgClassName
{
background-color: #DA58BA;
}
</style>
border-color css
<style>
span { border-color: #DA58BA; }
span { border-color: rgb(218,88,186); }
td.TdClassName
{
border-color: #DA58BA;
}
.TagClassName
{
border-color: #DA58BA;
}
</style>