Shades of Fuchsia #DA55BA
Tints of Fuchsia #DA55BA
RGB
CMYK
RGB Variations
Color information
#DA55BA (or 0xDA55BA) is known color: Fuchsia. HEX triplet: DA, 55 and BA. RGB value is (218,85,186). Sum of RGB (Red+Green+Blue) = 218+85+186=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA55BA is #25AA45. Grayscale: #888888. Windows color (decimal): -2468422 or 12211674. OLE color: 12211674.
HSL color Cylindrical-coordinate representation of color #DA55BA: hue angle of 314.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55BA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 186 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.15 |
| HSL | 314.44º | 0.64% | 0.59% | - |
| HSV(B) | 314.44º | 0.61% | 0.85% | - |
| XYZ | 41.02 | 24.95 | 49.11 | - |
| YUV | 136.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 186 | 0 | 0.61 | 0.15 | 0.15 | 314.44 | 0.64 | 0.59 |
| Hex | DA | 55 | BA | 0 | 3D | F | F | 13A | 40 | 3B |
| Octal | 332 | 125 | 272 | 0 | 75 | 17 | 17 | 472 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10111010 | 0 | 111101 | 1111 | 1111 | 100111010 | 1000000 | 111011 |
Color Harmonies of #DA55BA
Complementary color
Monochromatic Colors of #DA55BA
Black with #DA55BA
Text Example
Text Example
White with #DA55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA55BA; }
p { color: rgb(218,85,186); }
H1.HeaderClassName
{
color: #DA55BA;
}
.AnyTagClassName
{
color: #DA55BA;
}
</style>
background-color css
<style>
a { background-color: #DA55BA; }
a { background-color: rgb(218,85,186); }
div.DivClassName
{
background-color: #DA55BA;
}
.BgClassName
{
background-color: #DA55BA;
}
</style>
border-color css
<style>
span { border-color: #DA55BA; }
span { border-color: rgb(218,85,186); }
td.TdClassName
{
border-color: #DA55BA;
}
.TagClassName
{
border-color: #DA55BA;
}
</style>