Shades of Fuchsia #DA47B0
Tints of Fuchsia #DA47B0
RGB
CMYK
RGB Variations
Color information
#DA47B0 (or 0xDA47B0) is known color: Fuchsia. HEX triplet: DA, 47 and B0. RGB value is (218,71,176). Sum of RGB (Red+Green+Blue) = 218+71+176=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47B0 is #25B84F. Grayscale: #7E7E7E. Windows color (decimal): -2472016 or 11552730. OLE color: 11552730.
HSL color Cylindrical-coordinate representation of color #DA47B0: hue angle of 317.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA47B0 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 176 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.15 |
| HSL | 317.14º | 0.67% | 0.57% | - |
| HSV(B) | 317.14º | 0.67% | 0.85% | - |
| XYZ | 39 | 22.55 | 43.37 | - |
| YUV | 126.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 176 | 0 | 0.67 | 0.19 | 0.15 | 317.14 | 0.67 | 0.57 |
| Hex | DA | 47 | B0 | 0 | 43 | 13 | F | 13D | 43 | 39 |
| Octal | 332 | 107 | 260 | 0 | 103 | 23 | 17 | 475 | 103 | 71 |
| Binary | 11011010 | 1000111 | 10110000 | 0 | 1000011 | 10011 | 1111 | 100111101 | 1000011 | 111001 |
Color Harmonies of #DA47B0
Complementary color
Monochromatic Colors of #DA47B0
Black with #DA47B0
Text Example
Text Example
White with #DA47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA47B0; }
p { color: rgb(218,71,176); }
H1.HeaderClassName
{
color: #DA47B0;
}
.AnyTagClassName
{
color: #DA47B0;
}
</style>
background-color css
<style>
a { background-color: #DA47B0; }
a { background-color: rgb(218,71,176); }
div.DivClassName
{
background-color: #DA47B0;
}
.BgClassName
{
background-color: #DA47B0;
}
</style>
border-color css
<style>
span { border-color: #DA47B0; }
span { border-color: rgb(218,71,176); }
td.TdClassName
{
border-color: #DA47B0;
}
.TagClassName
{
border-color: #DA47B0;
}
</style>