Shades of Fuchsia #DA49B7
Tints of Fuchsia #DA49B7
RGB
CMYK
RGB Variations
Color information
#DA49B7 (or 0xDA49B7) is known color: Fuchsia. HEX triplet: DA, 49 and B7. RGB value is (218,73,183). Sum of RGB (Red+Green+Blue) = 218+73+183=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49B7 is #25B648. Grayscale: #808080. Windows color (decimal): -2471497 or 12011994. OLE color: 12011994.
HSL color Cylindrical-coordinate representation of color #DA49B7: hue angle of 314.48º degrees, saturation: 0.66, 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 #DA49B7 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 183 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.15 |
| HSL | 314.48º | 0.66% | 0.57% | - |
| HSV(B) | 314.48º | 0.67% | 0.85% | - |
| XYZ | 39.84 | 23.09 | 47.16 | - |
| YUV | 128.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 183 | 0 | 0.67 | 0.16 | 0.15 | 314.48 | 0.66 | 0.57 |
| Hex | DA | 49 | B7 | 0 | 43 | 10 | F | 13A | 42 | 39 |
| Octal | 332 | 111 | 267 | 0 | 103 | 20 | 17 | 472 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10110111 | 0 | 1000011 | 10000 | 1111 | 100111010 | 1000010 | 111001 |
Color Harmonies of #DA49B7
Complementary color
Monochromatic Colors of #DA49B7
Black with #DA49B7
Text Example
Text Example
White with #DA49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49B7; }
p { color: rgb(218,73,183); }
H1.HeaderClassName
{
color: #DA49B7;
}
.AnyTagClassName
{
color: #DA49B7;
}
</style>
background-color css
<style>
a { background-color: #DA49B7; }
a { background-color: rgb(218,73,183); }
div.DivClassName
{
background-color: #DA49B7;
}
.BgClassName
{
background-color: #DA49B7;
}
</style>
border-color css
<style>
span { border-color: #DA49B7; }
span { border-color: rgb(218,73,183); }
td.TdClassName
{
border-color: #DA49B7;
}
.TagClassName
{
border-color: #DA49B7;
}
</style>