Shades of Fuchsia #DA59B2
Tints of Fuchsia #DA59B2
RGB
CMYK
RGB Variations
Color information
#DA59B2 (or 0xDA59B2) is known color: Fuchsia. HEX triplet: DA, 59 and B2. RGB value is (218,89,178). Sum of RGB (Red+Green+Blue) = 218+89+178=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA59B2 is #25A64D. Grayscale: #898989. Windows color (decimal): -2467406 or 11688410. OLE color: 11688410.
HSL color Cylindrical-coordinate representation of color #DA59B2: hue angle of 318.6º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59B2 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 178 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.15 |
| HSL | 318.6º | 0.64% | 0.6% | - |
| HSV(B) | 318.6º | 0.59% | 0.85% | - |
| XYZ | 40.52 | 25.26 | 44.86 | - |
| YUV | 137.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 178 | 0 | 0.59 | 0.18 | 0.15 | 318.6 | 0.64 | 0.6 |
| Hex | DA | 59 | B2 | 0 | 3B | 12 | F | 13F | 40 | 3C |
| Octal | 332 | 131 | 262 | 0 | 73 | 22 | 17 | 477 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10110010 | 0 | 111011 | 10010 | 1111 | 100111111 | 1000000 | 111100 |
Color Harmonies of #DA59B2
Complementary color
Monochromatic Colors of #DA59B2
Black with #DA59B2
Text Example
Text Example
White with #DA59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59B2; }
p { color: rgb(218,89,178); }
H1.HeaderClassName
{
color: #DA59B2;
}
.AnyTagClassName
{
color: #DA59B2;
}
</style>
background-color css
<style>
a { background-color: #DA59B2; }
a { background-color: rgb(218,89,178); }
div.DivClassName
{
background-color: #DA59B2;
}
.BgClassName
{
background-color: #DA59B2;
}
</style>
border-color css
<style>
span { border-color: #DA59B2; }
span { border-color: rgb(218,89,178); }
td.TdClassName
{
border-color: #DA59B2;
}
.TagClassName
{
border-color: #DA59B2;
}
</style>