Shades of Fuchsia #DA49B0
Tints of Fuchsia #DA49B0
RGB
CMYK
RGB Variations
Color information
#DA49B0 (or 0xDA49B0) is known color: Fuchsia. HEX triplet: DA, 49 and B0. RGB value is (218,73,176). Sum of RGB (Red+Green+Blue) = 218+73+176=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49B0 is #25B64F. Grayscale: #7F7F7F. Windows color (decimal): -2471504 or 11553242. OLE color: 11553242.
HSL color Cylindrical-coordinate representation of color #DA49B0: hue angle of 317.38º 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 #DA49B0 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 176 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.15 |
| HSL | 317.38º | 0.66% | 0.57% | - |
| HSV(B) | 317.38º | 0.67% | 0.85% | - |
| XYZ | 39.13 | 22.81 | 43.41 | - |
| YUV | 128.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 176 | 0 | 0.67 | 0.19 | 0.15 | 317.38 | 0.66 | 0.57 |
| Hex | DA | 49 | B0 | 0 | 43 | 13 | F | 13D | 42 | 39 |
| Octal | 332 | 111 | 260 | 0 | 103 | 23 | 17 | 475 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10110000 | 0 | 1000011 | 10011 | 1111 | 100111101 | 1000010 | 111001 |
Color Harmonies of #DA49B0
Complementary color
Monochromatic Colors of #DA49B0
Black with #DA49B0
Text Example
Text Example
White with #DA49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49B0; }
p { color: rgb(218,73,176); }
H1.HeaderClassName
{
color: #DA49B0;
}
.AnyTagClassName
{
color: #DA49B0;
}
</style>
background-color css
<style>
a { background-color: #DA49B0; }
a { background-color: rgb(218,73,176); }
div.DivClassName
{
background-color: #DA49B0;
}
.BgClassName
{
background-color: #DA49B0;
}
</style>
border-color css
<style>
span { border-color: #DA49B0; }
span { border-color: rgb(218,73,176); }
td.TdClassName
{
border-color: #DA49B0;
}
.TagClassName
{
border-color: #DA49B0;
}
</style>