Shades of Fuchsia #DA50BA
Tints of Fuchsia #DA50BA
RGB
CMYK
RGB Variations
Color information
#DA50BA (or 0xDA50BA) is known color: Fuchsia. HEX triplet: DA, 50 and BA. RGB value is (218,80,186). Sum of RGB (Red+Green+Blue) = 218+80+186=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50BA is #25AF45. Grayscale: #858585. Windows color (decimal): -2469702 or 12210394. OLE color: 12210394.
HSL color Cylindrical-coordinate representation of color #DA50BA: hue angle of 313.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA50BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.15 |
| HSL | 313.91º | 0.65% | 0.58% | - |
| HSV(B) | 313.91º | 0.63% | 0.85% | - |
| XYZ | 40.65 | 24.19 | 48.98 | - |
| YUV | 133.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 186 | 0 | 0.63 | 0.15 | 0.15 | 313.91 | 0.65 | 0.58 |
| Hex | DA | 50 | BA | 0 | 3F | F | F | 13A | 41 | 3A |
| Octal | 332 | 120 | 272 | 0 | 77 | 17 | 17 | 472 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10111010 | 0 | 111111 | 1111 | 1111 | 100111010 | 1000001 | 111010 |
Color Harmonies of #DA50BA
Complementary color
Monochromatic Colors of #DA50BA
Black with #DA50BA
Text Example
Text Example
White with #DA50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50BA; }
p { color: rgb(218,80,186); }
H1.HeaderClassName
{
color: #DA50BA;
}
.AnyTagClassName
{
color: #DA50BA;
}
</style>
background-color css
<style>
a { background-color: #DA50BA; }
a { background-color: rgb(218,80,186); }
div.DivClassName
{
background-color: #DA50BA;
}
.BgClassName
{
background-color: #DA50BA;
}
</style>
border-color css
<style>
span { border-color: #DA50BA; }
span { border-color: rgb(218,80,186); }
td.TdClassName
{
border-color: #DA50BA;
}
.TagClassName
{
border-color: #DA50BA;
}
</style>