Shades of Fuchsia #DA59BB
Tints of Fuchsia #DA59BB
RGB
CMYK
RGB Variations
Color information
#DA59BB (or 0xDA59BB) is known color: Fuchsia. HEX triplet: DA, 59 and BB. RGB value is (218,89,187). Sum of RGB (Red+Green+Blue) = 218+89+187=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59BB is #25A644. Grayscale: #8A8A8A. Windows color (decimal): -2467397 or 12278234. OLE color: 12278234.
HSL color Cylindrical-coordinate representation of color #DA59BB: hue angle of 314.42º 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 #DA59BB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 187 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.15 |
| HSL | 314.42º | 0.64% | 0.6% | - |
| HSV(B) | 314.42º | 0.59% | 0.85% | - |
| XYZ | 41.46 | 25.64 | 49.78 | - |
| YUV | 138.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 187 | 0 | 0.59 | 0.14 | 0.15 | 314.42 | 0.64 | 0.6 |
| Hex | DA | 59 | BB | 0 | 3B | E | F | 13A | 40 | 3C |
| Octal | 332 | 131 | 273 | 0 | 73 | 16 | 17 | 472 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10111011 | 0 | 111011 | 1110 | 1111 | 100111010 | 1000000 | 111100 |
Color Harmonies of #DA59BB
Complementary color
Monochromatic Colors of #DA59BB
Black with #DA59BB
Text Example
Text Example
White with #DA59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59BB; }
p { color: rgb(218,89,187); }
H1.HeaderClassName
{
color: #DA59BB;
}
.AnyTagClassName
{
color: #DA59BB;
}
</style>
background-color css
<style>
a { background-color: #DA59BB; }
a { background-color: rgb(218,89,187); }
div.DivClassName
{
background-color: #DA59BB;
}
.BgClassName
{
background-color: #DA59BB;
}
</style>
border-color css
<style>
span { border-color: #DA59BB; }
span { border-color: rgb(218,89,187); }
td.TdClassName
{
border-color: #DA59BB;
}
.TagClassName
{
border-color: #DA59BB;
}
</style>