Shades of Fuchsia #DA49C0
Tints of Fuchsia #DA49C0
RGB
CMYK
RGB Variations
Color information
#DA49C0 (or 0xDA49C0) is known color: Fuchsia. HEX triplet: DA, 49 and C0. RGB value is (218,73,192). Sum of RGB (Red+Green+Blue) = 218+73+192=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49C0 is #25B63F. Grayscale: #818181. Windows color (decimal): -2471488 or 12601818. OLE color: 12601818.
HSL color Cylindrical-coordinate representation of color #DA49C0: hue angle of 310.76º 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 #DA49C0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 192 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.15 |
| HSL | 310.76º | 0.66% | 0.57% | - |
| HSV(B) | 310.76º | 0.67% | 0.85% | - |
| XYZ | 40.81 | 23.48 | 52.25 | - |
| YUV | 129.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 192 | 0 | 0.67 | 0.12 | 0.15 | 310.76 | 0.66 | 0.57 |
| Hex | DA | 49 | C0 | 0 | 43 | C | F | 137 | 42 | 39 |
| Octal | 332 | 111 | 300 | 0 | 103 | 14 | 17 | 467 | 102 | 71 |
| Binary | 11011010 | 1001001 | 11000000 | 0 | 1000011 | 1100 | 1111 | 100110111 | 1000010 | 111001 |
Color Harmonies of #DA49C0
Complementary color
Monochromatic Colors of #DA49C0
Black with #DA49C0
Text Example
Text Example
White with #DA49C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49C0; }
p { color: rgb(218,73,192); }
H1.HeaderClassName
{
color: #DA49C0;
}
.AnyTagClassName
{
color: #DA49C0;
}
</style>
background-color css
<style>
a { background-color: #DA49C0; }
a { background-color: rgb(218,73,192); }
div.DivClassName
{
background-color: #DA49C0;
}
.BgClassName
{
background-color: #DA49C0;
}
</style>
border-color css
<style>
span { border-color: #DA49C0; }
span { border-color: rgb(218,73,192); }
td.TdClassName
{
border-color: #DA49C0;
}
.TagClassName
{
border-color: #DA49C0;
}
</style>