Shades of Fuchsia #DA49B2
Tints of Fuchsia #DA49B2
RGB
CMYK
RGB Variations
Color information
#DA49B2 (or 0xDA49B2) is known color: Fuchsia. HEX triplet: DA, 49 and B2. RGB value is (218,73,178). Sum of RGB (Red+Green+Blue) = 218+73+178=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49B2 is #25B64D. Grayscale: #808080. Windows color (decimal): -2471502 or 11684314. OLE color: 11684314.
HSL color Cylindrical-coordinate representation of color #DA49B2: hue angle of 316.55º 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 #DA49B2 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 178 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.15 |
| HSL | 316.55º | 0.66% | 0.57% | - |
| HSV(B) | 316.55º | 0.67% | 0.85% | - |
| XYZ | 39.33 | 22.88 | 44.46 | - |
| YUV | 128.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 178 | 0 | 0.67 | 0.18 | 0.15 | 316.55 | 0.66 | 0.57 |
| Hex | DA | 49 | B2 | 0 | 43 | 12 | F | 13D | 42 | 39 |
| Octal | 332 | 111 | 262 | 0 | 103 | 22 | 17 | 475 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10110010 | 0 | 1000011 | 10010 | 1111 | 100111101 | 1000010 | 111001 |
Color Harmonies of #DA49B2
Complementary color
Monochromatic Colors of #DA49B2
Black with #DA49B2
Text Example
Text Example
White with #DA49B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49B2; }
p { color: rgb(218,73,178); }
H1.HeaderClassName
{
color: #DA49B2;
}
.AnyTagClassName
{
color: #DA49B2;
}
</style>
background-color css
<style>
a { background-color: #DA49B2; }
a { background-color: rgb(218,73,178); }
div.DivClassName
{
background-color: #DA49B2;
}
.BgClassName
{
background-color: #DA49B2;
}
</style>
border-color css
<style>
span { border-color: #DA49B2; }
span { border-color: rgb(218,73,178); }
td.TdClassName
{
border-color: #DA49B2;
}
.TagClassName
{
border-color: #DA49B2;
}
</style>