Shades of Fuchsia #DA4AC0
Tints of Fuchsia #DA4AC0
RGB
CMYK
RGB Variations
Color information
#DA4AC0 (or 0xDA4AC0) is known color: Fuchsia. HEX triplet: DA, 4A and C0. RGB value is (218,74,192). Sum of RGB (Red+Green+Blue) = 218+74+192=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4AC0 is #25B53F. Grayscale: #828282. Windows color (decimal): -2471232 or 12602074. OLE color: 12602074.
HSL color Cylindrical-coordinate representation of color #DA4AC0: hue angle of 310.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4AC0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 192 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.15 |
| HSL | 310.83º | 0.66% | 0.57% | - |
| HSV(B) | 310.83º | 0.66% | 0.85% | - |
| XYZ | 40.88 | 23.61 | 52.27 | - |
| YUV | 130.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 192 | 0 | 0.66 | 0.12 | 0.15 | 310.83 | 0.66 | 0.57 |
| Hex | DA | 4A | C0 | 0 | 42 | C | F | 137 | 42 | 39 |
| Octal | 332 | 112 | 300 | 0 | 102 | 14 | 17 | 467 | 102 | 71 |
| Binary | 11011010 | 1001010 | 11000000 | 0 | 1000010 | 1100 | 1111 | 100110111 | 1000010 | 111001 |
Color Harmonies of #DA4AC0
Complementary color
Monochromatic Colors of #DA4AC0
Black with #DA4AC0
Text Example
Text Example
White with #DA4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4AC0; }
p { color: rgb(218,74,192); }
H1.HeaderClassName
{
color: #DA4AC0;
}
.AnyTagClassName
{
color: #DA4AC0;
}
</style>
background-color css
<style>
a { background-color: #DA4AC0; }
a { background-color: rgb(218,74,192); }
div.DivClassName
{
background-color: #DA4AC0;
}
.BgClassName
{
background-color: #DA4AC0;
}
</style>
border-color css
<style>
span { border-color: #DA4AC0; }
span { border-color: rgb(218,74,192); }
td.TdClassName
{
border-color: #DA4AC0;
}
.TagClassName
{
border-color: #DA4AC0;
}
</style>