Shades of Fuchsia #DA59AF
Tints of Fuchsia #DA59AF
RGB
CMYK
RGB Variations
Color information
#DA59AF (or 0xDA59AF) is known color: Fuchsia. HEX triplet: DA, 59 and AF. RGB value is (218,89,175). Sum of RGB (Red+Green+Blue) = 218+89+175=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA59AF is #25A650. Grayscale: #898989. Windows color (decimal): -2467409 or 11491802. OLE color: 11491802.
HSL color Cylindrical-coordinate representation of color #DA59AF: hue angle of 320º 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 #DA59AF is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 175 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.15 |
| HSL | 320º | 0.64% | 0.6% | - |
| HSV(B) | 320º | 0.59% | 0.85% | - |
| XYZ | 40.22 | 25.15 | 43.29 | - |
| YUV | 137.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 175 | 0 | 0.59 | 0.20 | 0.15 | 320 | 0.64 | 0.6 |
| Hex | DA | 59 | AF | 0 | 3B | 14 | F | 140 | 40 | 3C |
| Octal | 332 | 131 | 257 | 0 | 73 | 24 | 17 | 500 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10101111 | 0 | 111011 | 10100 | 1111 | 101000000 | 1000000 | 111100 |
Color Harmonies of #DA59AF
Complementary color
Monochromatic Colors of #DA59AF
Black with #DA59AF
Text Example
Text Example
White with #DA59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59AF; }
p { color: rgb(218,89,175); }
H1.HeaderClassName
{
color: #DA59AF;
}
.AnyTagClassName
{
color: #DA59AF;
}
</style>
background-color css
<style>
a { background-color: #DA59AF; }
a { background-color: rgb(218,89,175); }
div.DivClassName
{
background-color: #DA59AF;
}
.BgClassName
{
background-color: #DA59AF;
}
</style>
border-color css
<style>
span { border-color: #DA59AF; }
span { border-color: rgb(218,89,175); }
td.TdClassName
{
border-color: #DA59AF;
}
.TagClassName
{
border-color: #DA59AF;
}
</style>