Shades of Fuchsia #DA51BA
Tints of Fuchsia #DA51BA
RGB
CMYK
RGB Variations
Color information
#DA51BA (or 0xDA51BA) is known color: Fuchsia. HEX triplet: DA, 51 and BA. RGB value is (218,81,186). Sum of RGB (Red+Green+Blue) = 218+81+186=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51BA is #25AE45. Grayscale: #858585. Windows color (decimal): -2469446 or 12210650. OLE color: 12210650.
HSL color Cylindrical-coordinate representation of color #DA51BA: hue angle of 314.01º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51BA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 186 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.15 |
| HSL | 314.01º | 0.65% | 0.59% | - |
| HSV(B) | 314.01º | 0.63% | 0.85% | - |
| XYZ | 40.72 | 24.34 | 49.01 | - |
| YUV | 133.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 186 | 0 | 0.63 | 0.15 | 0.15 | 314.01 | 0.65 | 0.59 |
| Hex | DA | 51 | BA | 0 | 3F | F | F | 13A | 41 | 3B |
| Octal | 332 | 121 | 272 | 0 | 77 | 17 | 17 | 472 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10111010 | 0 | 111111 | 1111 | 1111 | 100111010 | 1000001 | 111011 |
Color Harmonies of #DA51BA
Complementary color
Monochromatic Colors of #DA51BA
Black with #DA51BA
Text Example
Text Example
White with #DA51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51BA; }
p { color: rgb(218,81,186); }
H1.HeaderClassName
{
color: #DA51BA;
}
.AnyTagClassName
{
color: #DA51BA;
}
</style>
background-color css
<style>
a { background-color: #DA51BA; }
a { background-color: rgb(218,81,186); }
div.DivClassName
{
background-color: #DA51BA;
}
.BgClassName
{
background-color: #DA51BA;
}
</style>
border-color css
<style>
span { border-color: #DA51BA; }
span { border-color: rgb(218,81,186); }
td.TdClassName
{
border-color: #DA51BA;
}
.TagClassName
{
border-color: #DA51BA;
}
</style>